@aws-sdk/client-devops-guru 3.39.0 → 3.43.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/CHANGELOG.md +41 -0
- package/README.md +14 -16
- package/dist-cjs/DevOpsGuru.js +75 -0
- package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +36 -0
- package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +36 -0
- package/dist-cjs/commands/ListOrganizationInsightsCommand.js +36 -0
- package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +36 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/endpoints.js +74 -5
- package/dist-cjs/models/models_0.js +126 -12
- package/dist-cjs/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +34 -0
- package/dist-cjs/pagination/ListOrganizationInsightsPaginator.js +35 -0
- package/dist-cjs/pagination/SearchOrganizationInsightsPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +3 -0
- package/dist-cjs/protocols/Aws_restJson1.js +773 -21
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/DevOpsGuru.js +75 -0
- package/dist-es/commands/DescribeOrganizationHealthCommand.js +39 -0
- package/dist-es/commands/DescribeOrganizationOverviewCommand.js +39 -0
- package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +39 -0
- package/dist-es/commands/ListOrganizationInsightsCommand.js +39 -0
- package/dist-es/commands/SearchOrganizationInsightsCommand.js +39 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/endpoints.js +74 -5
- package/dist-es/models/models_0.js +89 -9
- package/dist-es/pagination/DescribeOrganizationResourceCollectionHealthPaginator.js +73 -0
- package/dist-es/pagination/ListOrganizationInsightsPaginator.js +74 -0
- package/dist-es/pagination/SearchOrganizationInsightsPaginator.js +74 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +826 -19
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/DevOpsGuru.d.ts +114 -92
- package/dist-types/DevOpsGuruClient.d.ts +27 -16
- package/dist-types/commands/AddNotificationChannelCommand.d.ts +5 -7
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +4 -5
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +4 -5
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +2 -4
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +2 -3
- package/dist-types/commands/DescribeInsightCommand.d.ts +2 -4
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +36 -0
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +36 -0
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +37 -0
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +5 -6
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -5
- package/dist-types/commands/GetCostEstimationCommand.d.ts +2 -2
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +4 -5
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -4
- package/dist-types/commands/ListEventsCommand.d.ts +3 -4
- package/dist-types/commands/ListInsightsCommand.d.ts +4 -5
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +5 -6
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +35 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -4
- package/dist-types/commands/PutFeedbackCommand.d.ts +2 -4
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +4 -5
- package/dist-types/commands/SearchInsightsCommand.d.ts +9 -10
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +42 -0
- package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -2
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +4 -4
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +4 -5
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +1000 -832
- package/dist-types/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/DevOpsGuru.d.ts +25 -0
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +274 -5
- package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +15 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +23 -23
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
2
|
/**
|
|
3
|
-
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
4
|
-
* least one IAM permissions policy attached that grants
|
|
5
|
-
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
3
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
4
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
5
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
6
|
+
* <i>IAM User Guide</i>. </p>
|
|
6
7
|
*/
|
|
7
8
|
export interface AccessDeniedException extends __SmithyException, $MetadataBearer {
|
|
8
9
|
name: "AccessDeniedException";
|
|
@@ -15,16 +16,60 @@ export declare namespace AccessDeniedException {
|
|
|
15
16
|
*/
|
|
16
17
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
17
18
|
}
|
|
19
|
+
/**
|
|
20
|
+
* <p> Information about the number of open reactive and proactive insights that can be used
|
|
21
|
+
* to gauge the health of your system. </p>
|
|
22
|
+
*/
|
|
23
|
+
export interface AccountInsightHealth {
|
|
24
|
+
/**
|
|
25
|
+
* <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
|
|
26
|
+
* account.</p>
|
|
27
|
+
*/
|
|
28
|
+
OpenProactiveInsights?: number;
|
|
29
|
+
/**
|
|
30
|
+
* <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
|
|
31
|
+
* account.</p>
|
|
32
|
+
*/
|
|
33
|
+
OpenReactiveInsights?: number;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace AccountInsightHealth {
|
|
36
|
+
/**
|
|
37
|
+
* @internal
|
|
38
|
+
*/
|
|
39
|
+
const filterSensitiveLog: (obj: AccountInsightHealth) => any;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* <p> Returns the number of open reactive insights, the number of open proactive insights,
|
|
43
|
+
* and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the
|
|
44
|
+
* health of operations in your Amazon Web Services account. </p>
|
|
45
|
+
*/
|
|
46
|
+
export interface AccountHealth {
|
|
47
|
+
/**
|
|
48
|
+
* <p>The ID of the Amazon Web Services account. </p>
|
|
49
|
+
*/
|
|
50
|
+
AccountId?: string;
|
|
51
|
+
/**
|
|
52
|
+
* <p> Information about the health of the Amazon Web Services resources in your account, including the
|
|
53
|
+
* number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
|
|
54
|
+
* </p>
|
|
55
|
+
*/
|
|
56
|
+
Insight?: AccountInsightHealth;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace AccountHealth {
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
62
|
+
const filterSensitiveLog: (obj: AccountHealth) => any;
|
|
63
|
+
}
|
|
18
64
|
/**
|
|
19
65
|
* <p> Contains the Amazon Resource Name (ARN) of an Amazon Simple Notification Service topic. </p>
|
|
20
|
-
*
|
|
21
|
-
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
66
|
+
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
22
67
|
* to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
|
|
23
68
|
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
|
|
24
69
|
* for cross account Amazon SNS topics</a>.</p>
|
|
25
|
-
* <p>If you use an Amazon SNS topic that is encrypted by an
|
|
70
|
+
* <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
|
|
26
71
|
* to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
|
|
27
|
-
*
|
|
72
|
+
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
|
|
28
73
|
*/
|
|
29
74
|
export interface SnsChannelConfig {
|
|
30
75
|
/**
|
|
@@ -45,17 +90,15 @@ export declare namespace SnsChannelConfig {
|
|
|
45
90
|
*/
|
|
46
91
|
export interface NotificationChannelConfig {
|
|
47
92
|
/**
|
|
48
|
-
* <p>
|
|
49
|
-
*
|
|
50
|
-
*
|
|
51
|
-
*
|
|
52
|
-
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
93
|
+
* <p> Information about a notification channel configured in DevOps Guru to send notifications
|
|
94
|
+
* when insights are created. </p>
|
|
95
|
+
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
53
96
|
* to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
|
|
54
97
|
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
|
|
55
98
|
* for cross account Amazon SNS topics</a>.</p>
|
|
56
|
-
* <p>If you use an Amazon SNS topic that is encrypted by an
|
|
99
|
+
* <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
|
|
57
100
|
* to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
|
|
58
|
-
*
|
|
101
|
+
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
|
|
59
102
|
*/
|
|
60
103
|
Sns: SnsChannelConfig | undefined;
|
|
61
104
|
}
|
|
@@ -68,7 +111,7 @@ export declare namespace NotificationChannelConfig {
|
|
|
68
111
|
export interface AddNotificationChannelRequest {
|
|
69
112
|
/**
|
|
70
113
|
* <p> A <code>NotificationChannelConfig</code> object that specifies what type of
|
|
71
|
-
*
|
|
114
|
+
* notification channel to add. The one
|
|
72
115
|
* supported notification channel is Amazon Simple Notification Service (Amazon SNS). </p>
|
|
73
116
|
*/
|
|
74
117
|
Config: NotificationChannelConfig | undefined;
|
|
@@ -81,9 +124,7 @@ export declare namespace AddNotificationChannelRequest {
|
|
|
81
124
|
}
|
|
82
125
|
export interface AddNotificationChannelResponse {
|
|
83
126
|
/**
|
|
84
|
-
* <p>
|
|
85
|
-
* The ID of the added notification channel.
|
|
86
|
-
* </p>
|
|
127
|
+
* <p> The ID of the added notification channel. </p>
|
|
87
128
|
*/
|
|
88
129
|
Id: string | undefined;
|
|
89
130
|
}
|
|
@@ -94,24 +135,18 @@ export declare namespace AddNotificationChannelResponse {
|
|
|
94
135
|
const filterSensitiveLog: (obj: AddNotificationChannelResponse) => any;
|
|
95
136
|
}
|
|
96
137
|
/**
|
|
97
|
-
* <p>
|
|
98
|
-
* An exception that is thrown when a conflict occurs.
|
|
99
|
-
* </p>
|
|
138
|
+
* <p> An exception that is thrown when a conflict occurs. </p>
|
|
100
139
|
*/
|
|
101
140
|
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
102
141
|
name: "ConflictException";
|
|
103
142
|
$fault: "client";
|
|
104
143
|
Message: string | undefined;
|
|
105
144
|
/**
|
|
106
|
-
* <p>
|
|
107
|
-
* The ID of the AWS resource in which a conflict occurred.
|
|
108
|
-
* </p>
|
|
145
|
+
* <p> The ID of the Amazon Web Services resource in which a conflict occurred. </p>
|
|
109
146
|
*/
|
|
110
147
|
ResourceId: string | undefined;
|
|
111
148
|
/**
|
|
112
|
-
* <p>
|
|
113
|
-
* The type of the AWS resource in which a conflict occurred.
|
|
114
|
-
* </p>
|
|
149
|
+
* <p> The type of the Amazon Web Services resource in which a conflict occurred. </p>
|
|
115
150
|
*/
|
|
116
151
|
ResourceType: string | undefined;
|
|
117
152
|
}
|
|
@@ -129,10 +164,8 @@ export interface InternalServerException extends __SmithyException, $MetadataBea
|
|
|
129
164
|
$fault: "server";
|
|
130
165
|
Message: string | undefined;
|
|
131
166
|
/**
|
|
132
|
-
* <p>
|
|
133
|
-
*
|
|
134
|
-
* exception can be retried.
|
|
135
|
-
* </p>
|
|
167
|
+
* <p> The number of seconds after which the action that caused the internal server
|
|
168
|
+
* exception can be retried. </p>
|
|
136
169
|
*/
|
|
137
170
|
RetryAfterSeconds?: number;
|
|
138
171
|
}
|
|
@@ -150,15 +183,11 @@ export interface ResourceNotFoundException extends __SmithyException, $MetadataB
|
|
|
150
183
|
$fault: "client";
|
|
151
184
|
Message: string | undefined;
|
|
152
185
|
/**
|
|
153
|
-
* <p>
|
|
154
|
-
* The ID of the AWS resource that could not be found.
|
|
155
|
-
* </p>
|
|
186
|
+
* <p> The ID of the Amazon Web Services resource that could not be found. </p>
|
|
156
187
|
*/
|
|
157
188
|
ResourceId: string | undefined;
|
|
158
189
|
/**
|
|
159
|
-
* <p>
|
|
160
|
-
* The type of the AWS resource that could not be found.
|
|
161
|
-
* </p>
|
|
190
|
+
* <p> The type of the Amazon Web Services resource that could not be found. </p>
|
|
162
191
|
*/
|
|
163
192
|
ResourceType: string | undefined;
|
|
164
193
|
}
|
|
@@ -190,22 +219,16 @@ export interface ThrottlingException extends __SmithyException, $MetadataBearer
|
|
|
190
219
|
$fault: "client";
|
|
191
220
|
Message: string | undefined;
|
|
192
221
|
/**
|
|
193
|
-
* <p>
|
|
194
|
-
* The code of the quota that was exceeded, causing the throttling exception.
|
|
195
|
-
* </p>
|
|
222
|
+
* <p> The code of the quota that was exceeded, causing the throttling exception. </p>
|
|
196
223
|
*/
|
|
197
224
|
QuotaCode?: string;
|
|
198
225
|
/**
|
|
199
|
-
* <p>
|
|
200
|
-
* The code of the service that caused the throttling exception.
|
|
201
|
-
* </p>
|
|
226
|
+
* <p> The code of the service that caused the throttling exception. </p>
|
|
202
227
|
*/
|
|
203
228
|
ServiceCode?: string;
|
|
204
229
|
/**
|
|
205
|
-
* <p>
|
|
206
|
-
*
|
|
207
|
-
* exception can be retried.
|
|
208
|
-
* </p>
|
|
230
|
+
* <p> The number of seconds after which the action that caused the throttling exception can
|
|
231
|
+
* be retried. </p>
|
|
209
232
|
*/
|
|
210
233
|
RetryAfterSeconds?: number;
|
|
211
234
|
}
|
|
@@ -216,22 +239,16 @@ export declare namespace ThrottlingException {
|
|
|
216
239
|
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
217
240
|
}
|
|
218
241
|
/**
|
|
219
|
-
* <p>
|
|
220
|
-
* The field associated with the validation exception.
|
|
221
|
-
* </p>
|
|
242
|
+
* <p> The field associated with the validation exception. </p>
|
|
222
243
|
*/
|
|
223
244
|
export interface ValidationExceptionField {
|
|
224
245
|
/**
|
|
225
|
-
* <p>
|
|
226
|
-
* The name of the field.
|
|
227
|
-
* </p>
|
|
246
|
+
* <p> The name of the field. </p>
|
|
228
247
|
*/
|
|
229
248
|
Name: string | undefined;
|
|
230
249
|
/**
|
|
231
|
-
* <p>
|
|
232
|
-
*
|
|
233
|
-
* determine its cause.
|
|
234
|
-
* </p>
|
|
250
|
+
* <p> The message associated with the validation exception with information to help
|
|
251
|
+
* determine its cause. </p>
|
|
235
252
|
*/
|
|
236
253
|
Message: string | undefined;
|
|
237
254
|
}
|
|
@@ -248,29 +265,22 @@ export declare enum ValidationExceptionReason {
|
|
|
248
265
|
UNKNOWN_OPERATION = "UNKNOWN_OPERATION"
|
|
249
266
|
}
|
|
250
267
|
/**
|
|
251
|
-
* <p>
|
|
252
|
-
*
|
|
253
|
-
* </p>
|
|
268
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
269
|
+
* valid. </p>
|
|
254
270
|
*/
|
|
255
271
|
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
256
272
|
name: "ValidationException";
|
|
257
273
|
$fault: "client";
|
|
258
274
|
/**
|
|
259
|
-
* <p>
|
|
260
|
-
* A message that describes the validation exception.
|
|
261
|
-
* </p>
|
|
275
|
+
* <p> A message that describes the validation exception. </p>
|
|
262
276
|
*/
|
|
263
277
|
Message: string | undefined;
|
|
264
278
|
/**
|
|
265
|
-
* <p>
|
|
266
|
-
* The reason the validation exception was thrown.
|
|
267
|
-
* </p>
|
|
279
|
+
* <p> The reason the validation exception was thrown. </p>
|
|
268
280
|
*/
|
|
269
281
|
Reason?: ValidationExceptionReason | string;
|
|
270
282
|
/**
|
|
271
|
-
* <p>
|
|
272
|
-
* An array of fields that are associated with the validation exception.
|
|
273
|
-
* </p>
|
|
283
|
+
* <p> An array of fields that are associated with the validation exception. </p>
|
|
274
284
|
*/
|
|
275
285
|
Fields?: ValidationExceptionField[];
|
|
276
286
|
}
|
|
@@ -281,23 +291,17 @@ export declare namespace ValidationException {
|
|
|
281
291
|
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
282
292
|
}
|
|
283
293
|
/**
|
|
284
|
-
* <p>
|
|
285
|
-
*
|
|
286
|
-
*
|
|
287
|
-
* the anomalous behavior.
|
|
288
|
-
* </p>
|
|
294
|
+
* <p> A time range that specifies when DevOps Guru opens and then closes an anomaly. This
|
|
295
|
+
* is different from <code>AnomalyTimeRange</code>, which specifies the time range when
|
|
296
|
+
* DevOps Guru actually observes the anomalous behavior. </p>
|
|
289
297
|
*/
|
|
290
298
|
export interface AnomalyReportedTimeRange {
|
|
291
299
|
/**
|
|
292
|
-
* <p>
|
|
293
|
-
* The time when an anomaly is opened.
|
|
294
|
-
* </p>
|
|
300
|
+
* <p> The time when an anomaly is opened. </p>
|
|
295
301
|
*/
|
|
296
302
|
OpenTime: Date | undefined;
|
|
297
303
|
/**
|
|
298
|
-
* <p>
|
|
299
|
-
* The time when an anomaly is closed.
|
|
300
|
-
* </p>
|
|
304
|
+
* <p> The time when an anomaly is closed. </p>
|
|
301
305
|
*/
|
|
302
306
|
CloseTime?: Date;
|
|
303
307
|
}
|
|
@@ -313,22 +317,18 @@ export declare enum AnomalySeverity {
|
|
|
313
317
|
MEDIUM = "MEDIUM"
|
|
314
318
|
}
|
|
315
319
|
/**
|
|
316
|
-
* <p> The dimension of a Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in
|
|
317
|
-
* account for operational problems and anomalous behavior. A dimension is a
|
|
318
|
-
* that is part of the identity of a metric. A metric can have up to 10
|
|
319
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Dimension">Dimensions</a> in the <i>Amazon CloudWatch User Guide</i>. </p>
|
|
320
|
+
* <p> The dimension of a Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in
|
|
321
|
+
* your account for operational problems and anomalous behavior. A dimension is a
|
|
322
|
+
* name/value pair that is part of the identity of a metric. A metric can have up to 10
|
|
323
|
+
* dimensions. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Dimension">Dimensions</a> in the <i>Amazon CloudWatch User Guide</i>. </p>
|
|
320
324
|
*/
|
|
321
325
|
export interface CloudWatchMetricsDimension {
|
|
322
326
|
/**
|
|
323
|
-
* <p>
|
|
324
|
-
* The name of the CloudWatch dimension.
|
|
325
|
-
* </p>
|
|
327
|
+
* <p> The name of the CloudWatch dimension. </p>
|
|
326
328
|
*/
|
|
327
329
|
Name?: string;
|
|
328
330
|
/**
|
|
329
|
-
* <p>
|
|
330
|
-
* The value of the CloudWatch dimension.
|
|
331
|
-
* </p>
|
|
331
|
+
* <p> The value of the CloudWatch dimension. </p>
|
|
332
332
|
*/
|
|
333
333
|
Value?: string;
|
|
334
334
|
}
|
|
@@ -338,6 +338,51 @@ export declare namespace CloudWatchMetricsDimension {
|
|
|
338
338
|
*/
|
|
339
339
|
const filterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
|
|
340
340
|
}
|
|
341
|
+
export declare enum CloudWatchMetricDataStatusCode {
|
|
342
|
+
COMPLETE = "Complete",
|
|
343
|
+
INTERNAL_ERROR = "InternalError",
|
|
344
|
+
PARTIAL_DATA = "PartialData"
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* <p>A pair that contains metric values at the respective timestamp.</p>
|
|
348
|
+
*/
|
|
349
|
+
export interface TimestampMetricValuePair {
|
|
350
|
+
/**
|
|
351
|
+
* <p>A <code>Timestamp</code> that specifies the time the event occurred. </p>
|
|
352
|
+
*/
|
|
353
|
+
Timestamp?: Date;
|
|
354
|
+
/**
|
|
355
|
+
* <p>Value of the anomalous metric data point at respective Timestamp.</p>
|
|
356
|
+
*/
|
|
357
|
+
MetricValue?: number;
|
|
358
|
+
}
|
|
359
|
+
export declare namespace TimestampMetricValuePair {
|
|
360
|
+
/**
|
|
361
|
+
* @internal
|
|
362
|
+
*/
|
|
363
|
+
const filterSensitiveLog: (obj: TimestampMetricValuePair) => any;
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* <p>Contains information about the analyzed metrics that displayed anomalous behavior.
|
|
367
|
+
* </p>
|
|
368
|
+
*/
|
|
369
|
+
export interface CloudWatchMetricsDataSummary {
|
|
370
|
+
/**
|
|
371
|
+
* <p>This is a list of cloudwatch metric values at given timestamp.</p>
|
|
372
|
+
*/
|
|
373
|
+
TimestampMetricValuePairList?: TimestampMetricValuePair[];
|
|
374
|
+
/**
|
|
375
|
+
* <p>This is enum of the status showing whether the metric value pair list has Partial or
|
|
376
|
+
* Complete data or there was an error.</p>
|
|
377
|
+
*/
|
|
378
|
+
StatusCode?: CloudWatchMetricDataStatusCode | string;
|
|
379
|
+
}
|
|
380
|
+
export declare namespace CloudWatchMetricsDataSummary {
|
|
381
|
+
/**
|
|
382
|
+
* @internal
|
|
383
|
+
*/
|
|
384
|
+
const filterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
|
|
385
|
+
}
|
|
341
386
|
export declare enum CloudWatchMetricsStat {
|
|
342
387
|
AVERAGE = "Average",
|
|
343
388
|
MAXIMUM = "Maximum",
|
|
@@ -349,50 +394,40 @@ export declare enum CloudWatchMetricsStat {
|
|
|
349
394
|
SUM = "Sum"
|
|
350
395
|
}
|
|
351
396
|
/**
|
|
352
|
-
* <p>
|
|
353
|
-
* Information about an Amazon CloudWatch metric.
|
|
354
|
-
* </p>
|
|
397
|
+
* <p> Information about an Amazon CloudWatch metric. </p>
|
|
355
398
|
*/
|
|
356
399
|
export interface CloudWatchMetricsDetail {
|
|
357
400
|
/**
|
|
358
|
-
* <p>
|
|
359
|
-
* The name of the CloudWatch metric.
|
|
360
|
-
* </p>
|
|
401
|
+
* <p> The name of the CloudWatch metric. </p>
|
|
361
402
|
*/
|
|
362
403
|
MetricName?: string;
|
|
363
404
|
/**
|
|
364
|
-
* <p>
|
|
365
|
-
* The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
|
|
405
|
+
* <p> The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
|
|
366
406
|
* </p>
|
|
367
407
|
*/
|
|
368
408
|
Namespace?: string;
|
|
369
409
|
/**
|
|
370
|
-
* <p>
|
|
371
|
-
* An array of CloudWatch dimensions associated with
|
|
372
|
-
* </p>
|
|
410
|
+
* <p> An array of CloudWatch dimensions associated with </p>
|
|
373
411
|
*/
|
|
374
412
|
Dimensions?: CloudWatchMetricsDimension[];
|
|
375
413
|
/**
|
|
376
|
-
* <p>
|
|
377
|
-
*
|
|
378
|
-
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Statistic">Statistics</a> in the
|
|
379
|
-
* <i>Amazon CloudWatch User Guide</i>.
|
|
380
|
-
* </p>
|
|
414
|
+
* <p> The type of statistic associated with the CloudWatch metric. For more information, see
|
|
415
|
+
* <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html#Statistic">Statistics</a> in the <i>Amazon CloudWatch User Guide</i>. </p>
|
|
381
416
|
*/
|
|
382
417
|
Stat?: CloudWatchMetricsStat | string;
|
|
383
418
|
/**
|
|
384
|
-
* <p>
|
|
385
|
-
*
|
|
386
|
-
* <code>Count</code>, and <code>Percent</code>.
|
|
387
|
-
* </p>
|
|
419
|
+
* <p> The unit of measure used for the CloudWatch metric. For example, <code>Bytes</code>,
|
|
420
|
+
* <code>Seconds</code>, <code>Count</code>, and <code>Percent</code>. </p>
|
|
388
421
|
*/
|
|
389
422
|
Unit?: string;
|
|
390
423
|
/**
|
|
391
|
-
* <p>
|
|
392
|
-
* The length of time associated with the CloudWatch metric in number of seconds.
|
|
393
|
-
* </p>
|
|
424
|
+
* <p> The length of time associated with the CloudWatch metric in number of seconds. </p>
|
|
394
425
|
*/
|
|
395
426
|
Period?: number;
|
|
427
|
+
/**
|
|
428
|
+
* <p>This object returns anomaly metric data.</p>
|
|
429
|
+
*/
|
|
430
|
+
MetricDataSummary?: CloudWatchMetricsDataSummary;
|
|
396
431
|
}
|
|
397
432
|
export declare namespace CloudWatchMetricsDetail {
|
|
398
433
|
/**
|
|
@@ -401,8 +436,8 @@ export declare namespace CloudWatchMetricsDetail {
|
|
|
401
436
|
const filterSensitiveLog: (obj: CloudWatchMetricsDetail) => any;
|
|
402
437
|
}
|
|
403
438
|
/**
|
|
404
|
-
* <p> Details about the source of the anomalous operational data that triggered the
|
|
405
|
-
* one supported source is Amazon CloudWatch metrics. </p>
|
|
439
|
+
* <p> Details about the source of the anomalous operational data that triggered the
|
|
440
|
+
* anomaly. The one supported source is Amazon CloudWatch metrics. </p>
|
|
406
441
|
*/
|
|
407
442
|
export interface AnomalySourceDetails {
|
|
408
443
|
/**
|
|
@@ -422,17 +457,13 @@ export declare enum AnomalyStatus {
|
|
|
422
457
|
ONGOING = "ONGOING"
|
|
423
458
|
}
|
|
424
459
|
/**
|
|
425
|
-
* <p>
|
|
426
|
-
*
|
|
427
|
-
*
|
|
428
|
-
* an anomaly.
|
|
429
|
-
* </p>
|
|
460
|
+
* <p> A time range that specifies when the observed unusual behavior in an anomaly started
|
|
461
|
+
* and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
|
|
462
|
+
* the time range when DevOps Guru opens and then closes an anomaly. </p>
|
|
430
463
|
*/
|
|
431
464
|
export interface AnomalyTimeRange {
|
|
432
465
|
/**
|
|
433
|
-
* <p>
|
|
434
|
-
* The time when the anomalous behavior started.
|
|
435
|
-
* </p>
|
|
466
|
+
* <p> The time when the anomalous behavior started. </p>
|
|
436
467
|
*/
|
|
437
468
|
StartTime: Date | undefined;
|
|
438
469
|
/**
|
|
@@ -456,26 +487,23 @@ export declare namespace DescribeAccountHealthRequest {
|
|
|
456
487
|
}
|
|
457
488
|
export interface DescribeAccountHealthResponse {
|
|
458
489
|
/**
|
|
459
|
-
* <p>
|
|
460
|
-
*
|
|
461
|
-
* </p>
|
|
490
|
+
* <p> An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
|
491
|
+
* </p>
|
|
462
492
|
*/
|
|
463
493
|
OpenReactiveInsights: number | undefined;
|
|
464
494
|
/**
|
|
465
|
-
* <p>
|
|
466
|
-
*
|
|
467
|
-
* </p>
|
|
495
|
+
* <p> An integer that specifies the number of open proactive insights in your Amazon Web Services
|
|
496
|
+
* account. </p>
|
|
468
497
|
*/
|
|
469
498
|
OpenProactiveInsights: number | undefined;
|
|
470
499
|
/**
|
|
471
|
-
* <p>
|
|
472
|
-
*
|
|
473
|
-
* </p>
|
|
500
|
+
* <p> An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services
|
|
501
|
+
* account. </p>
|
|
474
502
|
*/
|
|
475
503
|
MetricsAnalyzed: number | undefined;
|
|
476
504
|
/**
|
|
477
|
-
* <p>The number of Amazon DevOps Guru resource analysis hours billed to the current
|
|
478
|
-
*
|
|
505
|
+
* <p>The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in
|
|
506
|
+
* the last hour. </p>
|
|
479
507
|
*/
|
|
480
508
|
ResourceHours: number | undefined;
|
|
481
509
|
}
|
|
@@ -487,17 +515,15 @@ export declare namespace DescribeAccountHealthResponse {
|
|
|
487
515
|
}
|
|
488
516
|
export interface DescribeAccountOverviewRequest {
|
|
489
517
|
/**
|
|
490
|
-
* <p>
|
|
491
|
-
*
|
|
492
|
-
*
|
|
493
|
-
* </p>
|
|
518
|
+
* <p> The start of the time range passed in. The start time granularity is at the day
|
|
519
|
+
* level. The floor of the start time is used. Returned information occurred after this
|
|
520
|
+
* day. </p>
|
|
494
521
|
*/
|
|
495
522
|
FromTime: Date | undefined;
|
|
496
523
|
/**
|
|
497
|
-
* <p>
|
|
498
|
-
*
|
|
499
|
-
*
|
|
500
|
-
* </p>
|
|
524
|
+
* <p> The end of the time range passed in. The start time granularity is at the day level.
|
|
525
|
+
* The floor of the start time is used. Returned information occurred before this day. If
|
|
526
|
+
* this is not specified, then the current day is used. </p>
|
|
501
527
|
*/
|
|
502
528
|
ToTime?: Date;
|
|
503
529
|
}
|
|
@@ -509,24 +535,18 @@ export declare namespace DescribeAccountOverviewRequest {
|
|
|
509
535
|
}
|
|
510
536
|
export interface DescribeAccountOverviewResponse {
|
|
511
537
|
/**
|
|
512
|
-
* <p>
|
|
513
|
-
*
|
|
514
|
-
* time range passed in.
|
|
515
|
-
* </p>
|
|
538
|
+
* <p> An integer that specifies the number of open reactive insights in your Amazon Web Services account
|
|
539
|
+
* that were created during the time range passed in. </p>
|
|
516
540
|
*/
|
|
517
541
|
ReactiveInsights: number | undefined;
|
|
518
542
|
/**
|
|
519
|
-
* <p>
|
|
520
|
-
*
|
|
521
|
-
* time range passed in.
|
|
522
|
-
* </p>
|
|
543
|
+
* <p> An integer that specifies the number of open proactive insights in your Amazon Web Services account
|
|
544
|
+
* that were created during the time range passed in. </p>
|
|
523
545
|
*/
|
|
524
546
|
ProactiveInsights: number | undefined;
|
|
525
547
|
/**
|
|
526
|
-
* <p>
|
|
527
|
-
*
|
|
528
|
-
* time range passed in.
|
|
529
|
-
* </p>
|
|
548
|
+
* <p> The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
|
|
549
|
+
* </p>
|
|
530
550
|
*/
|
|
531
551
|
MeanTimeToRecoverInMilliseconds: number | undefined;
|
|
532
552
|
}
|
|
@@ -538,11 +558,13 @@ export declare namespace DescribeAccountOverviewResponse {
|
|
|
538
558
|
}
|
|
539
559
|
export interface DescribeAnomalyRequest {
|
|
540
560
|
/**
|
|
541
|
-
* <p>
|
|
542
|
-
* The ID of the anomaly.
|
|
543
|
-
* </p>
|
|
561
|
+
* <p> The ID of the anomaly. </p>
|
|
544
562
|
*/
|
|
545
563
|
Id: string | undefined;
|
|
564
|
+
/**
|
|
565
|
+
* <p>The ID of the member account.</p>
|
|
566
|
+
*/
|
|
567
|
+
AccountId?: string;
|
|
546
568
|
}
|
|
547
569
|
export declare namespace DescribeAnomalyRequest {
|
|
548
570
|
/**
|
|
@@ -551,21 +573,17 @@ export declare namespace DescribeAnomalyRequest {
|
|
|
551
573
|
const filterSensitiveLog: (obj: DescribeAnomalyRequest) => any;
|
|
552
574
|
}
|
|
553
575
|
/**
|
|
554
|
-
* <p>
|
|
555
|
-
*
|
|
556
|
-
* </p>
|
|
576
|
+
* <p> The time range during which anomalous behavior in a proactive anomaly or an insight
|
|
577
|
+
* is expected to occur. </p>
|
|
557
578
|
*/
|
|
558
579
|
export interface PredictionTimeRange {
|
|
559
580
|
/**
|
|
560
|
-
* <p>
|
|
561
|
-
*
|
|
562
|
-
* </p>
|
|
581
|
+
* <p> The time range during which a metric limit is expected to be exceeded. This applies
|
|
582
|
+
* to proactive insights only. </p>
|
|
563
583
|
*/
|
|
564
584
|
StartTime: Date | undefined;
|
|
565
585
|
/**
|
|
566
|
-
* <p>
|
|
567
|
-
* The time when the behavior in a proactive insight is expected to end.
|
|
568
|
-
* </p>
|
|
586
|
+
* <p> The time when the behavior in a proactive insight is expected to end. </p>
|
|
569
587
|
*/
|
|
570
588
|
EndTime?: Date;
|
|
571
589
|
}
|
|
@@ -576,17 +594,14 @@ export declare namespace PredictionTimeRange {
|
|
|
576
594
|
const filterSensitiveLog: (obj: PredictionTimeRange) => any;
|
|
577
595
|
}
|
|
578
596
|
/**
|
|
579
|
-
* <p>
|
|
580
|
-
*
|
|
581
|
-
*
|
|
582
|
-
*
|
|
583
|
-
* </p>
|
|
597
|
+
* <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
|
|
598
|
+
* stacks to specify which Amazon Web Services resources in your account to analyze. For more
|
|
599
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
|
|
600
|
+
* <i>Amazon Web Services CloudFormation User Guide</i>. </p>
|
|
584
601
|
*/
|
|
585
602
|
export interface CloudFormationCollection {
|
|
586
603
|
/**
|
|
587
|
-
* <p>
|
|
588
|
-
* An array of CloudFormation stack names.
|
|
589
|
-
* </p>
|
|
604
|
+
* <p> An array of CloudFormation stack names. </p>
|
|
590
605
|
*/
|
|
591
606
|
StackNames?: string[];
|
|
592
607
|
}
|
|
@@ -597,16 +612,14 @@ export declare namespace CloudFormationCollection {
|
|
|
597
612
|
const filterSensitiveLog: (obj: CloudFormationCollection) => any;
|
|
598
613
|
}
|
|
599
614
|
/**
|
|
600
|
-
* <p>
|
|
601
|
-
*
|
|
602
|
-
* only the
|
|
603
|
-
* </p>
|
|
615
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
616
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
617
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
604
618
|
*/
|
|
605
619
|
export interface ResourceCollection {
|
|
606
620
|
/**
|
|
607
|
-
* <p> An array of the names of
|
|
608
|
-
*
|
|
609
|
-
* </p>
|
|
621
|
+
* <p> An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services resources that
|
|
622
|
+
* DevOps Guru analyzes. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
610
623
|
*/
|
|
611
624
|
CloudFormation?: CloudFormationCollection;
|
|
612
625
|
}
|
|
@@ -617,39 +630,30 @@ export declare namespace ResourceCollection {
|
|
|
617
630
|
const filterSensitiveLog: (obj: ResourceCollection) => any;
|
|
618
631
|
}
|
|
619
632
|
/**
|
|
620
|
-
* <p>Information about an anomaly. This object is returned by
|
|
633
|
+
* <p>Information about an anomaly. This object is returned by
|
|
634
|
+
* <code>ListAnomalies</code>.</p>
|
|
621
635
|
*/
|
|
622
636
|
export interface ProactiveAnomaly {
|
|
623
637
|
/**
|
|
624
|
-
* <p>
|
|
625
|
-
* The ID of a proactive anomaly.
|
|
626
|
-
* </p>
|
|
638
|
+
* <p> The ID of a proactive anomaly. </p>
|
|
627
639
|
*/
|
|
628
640
|
Id?: string;
|
|
629
641
|
/**
|
|
630
|
-
* <p>
|
|
631
|
-
* The severity of a proactive anomaly.
|
|
632
|
-
* </p>
|
|
642
|
+
* <p> The severity of a proactive anomaly. </p>
|
|
633
643
|
*/
|
|
634
644
|
Severity?: AnomalySeverity | string;
|
|
635
645
|
/**
|
|
636
|
-
* <p>
|
|
637
|
-
* The status of a proactive anomaly.
|
|
638
|
-
* </p>
|
|
646
|
+
* <p> The status of a proactive anomaly. </p>
|
|
639
647
|
*/
|
|
640
648
|
Status?: AnomalyStatus | string;
|
|
641
649
|
/**
|
|
642
|
-
* <p>
|
|
643
|
-
* The time of the anomaly's most recent update.
|
|
644
|
-
* </p>
|
|
650
|
+
* <p> The time of the anomaly's most recent update. </p>
|
|
645
651
|
*/
|
|
646
652
|
UpdateTime?: Date;
|
|
647
653
|
/**
|
|
648
|
-
* <p>
|
|
649
|
-
*
|
|
650
|
-
*
|
|
651
|
-
* an anomaly.
|
|
652
|
-
* </p>
|
|
654
|
+
* <p> A time range that specifies when the observed unusual behavior in an anomaly started
|
|
655
|
+
* and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
|
|
656
|
+
* the time range when DevOps Guru opens and then closes an anomaly. </p>
|
|
653
657
|
*/
|
|
654
658
|
AnomalyTimeRange?: AnomalyTimeRange;
|
|
655
659
|
/**
|
|
@@ -659,35 +663,29 @@ export interface ProactiveAnomaly {
|
|
|
659
663
|
*/
|
|
660
664
|
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
661
665
|
/**
|
|
662
|
-
* <p>
|
|
663
|
-
*
|
|
664
|
-
* </p>
|
|
666
|
+
* <p> The time range during which anomalous behavior in a proactive anomaly or an insight
|
|
667
|
+
* is expected to occur. </p>
|
|
665
668
|
*/
|
|
666
669
|
PredictionTimeRange?: PredictionTimeRange;
|
|
667
670
|
/**
|
|
668
|
-
* <p>
|
|
669
|
-
*
|
|
670
|
-
* </p>
|
|
671
|
+
* <p> Details about the source of the analyzed operational data that triggered the anomaly.
|
|
672
|
+
* The one supported source is Amazon CloudWatch metrics. </p>
|
|
671
673
|
*/
|
|
672
674
|
SourceDetails?: AnomalySourceDetails;
|
|
673
675
|
/**
|
|
674
|
-
* <p>
|
|
675
|
-
*
|
|
676
|
-
* </p>
|
|
676
|
+
* <p> The ID of the insight that contains this anomaly. An insight is composed of related
|
|
677
|
+
* anomalies. </p>
|
|
677
678
|
*/
|
|
678
679
|
AssociatedInsightId?: string;
|
|
679
680
|
/**
|
|
680
|
-
* <p>
|
|
681
|
-
*
|
|
682
|
-
* only the
|
|
683
|
-
* </p>
|
|
681
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
682
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
683
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
684
684
|
*/
|
|
685
685
|
ResourceCollection?: ResourceCollection;
|
|
686
686
|
/**
|
|
687
|
-
* <p>
|
|
688
|
-
*
|
|
689
|
-
* threshold is related to the anomalous behavior that generated this anomaly.
|
|
690
|
-
* </p>
|
|
687
|
+
* <p> A threshold that was exceeded by behavior in analyzed resources. Exceeding this
|
|
688
|
+
* threshold is related to the anomalous behavior that generated this anomaly. </p>
|
|
691
689
|
*/
|
|
692
690
|
Limit?: number;
|
|
693
691
|
}
|
|
@@ -698,7 +696,8 @@ export declare namespace ProactiveAnomaly {
|
|
|
698
696
|
const filterSensitiveLog: (obj: ProactiveAnomaly) => any;
|
|
699
697
|
}
|
|
700
698
|
/**
|
|
701
|
-
* <p>Details about a reactive anomaly.
|
|
699
|
+
* <p>Details about a reactive anomaly. This object is returned by
|
|
700
|
+
* <code>ListAnomalies</code>.</p>
|
|
702
701
|
*/
|
|
703
702
|
export interface ReactiveAnomaly {
|
|
704
703
|
/**
|
|
@@ -710,17 +709,13 @@ export interface ReactiveAnomaly {
|
|
|
710
709
|
*/
|
|
711
710
|
Severity?: AnomalySeverity | string;
|
|
712
711
|
/**
|
|
713
|
-
* <p>
|
|
714
|
-
* The status of the anomaly.
|
|
715
|
-
* </p>
|
|
712
|
+
* <p> The status of the anomaly. </p>
|
|
716
713
|
*/
|
|
717
714
|
Status?: AnomalyStatus | string;
|
|
718
715
|
/**
|
|
719
|
-
* <p>
|
|
720
|
-
*
|
|
721
|
-
*
|
|
722
|
-
* an anomaly.
|
|
723
|
-
* </p>
|
|
716
|
+
* <p> A time range that specifies when the observed unusual behavior in an anomaly started
|
|
717
|
+
* and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
|
|
718
|
+
* the time range when DevOps Guru opens and then closes an anomaly. </p>
|
|
724
719
|
*/
|
|
725
720
|
AnomalyTimeRange?: AnomalyTimeRange;
|
|
726
721
|
/**
|
|
@@ -730,22 +725,19 @@ export interface ReactiveAnomaly {
|
|
|
730
725
|
*/
|
|
731
726
|
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
732
727
|
/**
|
|
733
|
-
* <p>
|
|
734
|
-
*
|
|
735
|
-
* </p>
|
|
728
|
+
* <p> Details about the source of the analyzed operational data that triggered the anomaly.
|
|
729
|
+
* The one supported source is Amazon CloudWatch metrics. </p>
|
|
736
730
|
*/
|
|
737
731
|
SourceDetails?: AnomalySourceDetails;
|
|
738
732
|
/**
|
|
739
|
-
* <p>
|
|
740
|
-
*
|
|
741
|
-
* </p>
|
|
733
|
+
* <p> The ID of the insight that contains this anomaly. An insight is composed of related
|
|
734
|
+
* anomalies. </p>
|
|
742
735
|
*/
|
|
743
736
|
AssociatedInsightId?: string;
|
|
744
737
|
/**
|
|
745
|
-
* <p>
|
|
746
|
-
*
|
|
747
|
-
* only the
|
|
748
|
-
* </p>
|
|
738
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
739
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
740
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
749
741
|
*/
|
|
750
742
|
ResourceCollection?: ResourceCollection;
|
|
751
743
|
}
|
|
@@ -757,15 +749,11 @@ export declare namespace ReactiveAnomaly {
|
|
|
757
749
|
}
|
|
758
750
|
export interface DescribeAnomalyResponse {
|
|
759
751
|
/**
|
|
760
|
-
* <p>
|
|
761
|
-
* A <code>ReactiveAnomaly</code> object that represents the requested anomaly.
|
|
762
|
-
* </p>
|
|
752
|
+
* <p> A <code>ReactiveAnomaly</code> object that represents the requested anomaly. </p>
|
|
763
753
|
*/
|
|
764
754
|
ProactiveAnomaly?: ProactiveAnomaly;
|
|
765
755
|
/**
|
|
766
|
-
* <p>
|
|
767
|
-
* A <code>ProactiveAnomaly</code> object that represents the requested anomaly.
|
|
768
|
-
* </p>
|
|
756
|
+
* <p> A <code>ProactiveAnomaly</code> object that represents the requested anomaly. </p>
|
|
769
757
|
*/
|
|
770
758
|
ReactiveAnomaly?: ReactiveAnomaly;
|
|
771
759
|
}
|
|
@@ -777,9 +765,7 @@ export declare namespace DescribeAnomalyResponse {
|
|
|
777
765
|
}
|
|
778
766
|
export interface DescribeFeedbackRequest {
|
|
779
767
|
/**
|
|
780
|
-
* <p>
|
|
781
|
-
* The ID of the insight for which the feedback was provided.
|
|
782
|
-
* </p>
|
|
768
|
+
* <p> The ID of the insight for which the feedback was provided. </p>
|
|
783
769
|
*/
|
|
784
770
|
InsightId?: string;
|
|
785
771
|
}
|
|
@@ -797,21 +783,15 @@ export declare enum InsightFeedbackOption {
|
|
|
797
783
|
VALID_COLLECTION = "VALID_COLLECTION"
|
|
798
784
|
}
|
|
799
785
|
/**
|
|
800
|
-
* <p>
|
|
801
|
-
* Information about insight feedback received from a customer.
|
|
802
|
-
* </p>
|
|
786
|
+
* <p> Information about insight feedback received from a customer. </p>
|
|
803
787
|
*/
|
|
804
788
|
export interface InsightFeedback {
|
|
805
789
|
/**
|
|
806
|
-
* <p>
|
|
807
|
-
* The insight feedback ID.
|
|
808
|
-
* </p>
|
|
790
|
+
* <p> The insight feedback ID. </p>
|
|
809
791
|
*/
|
|
810
792
|
Id?: string;
|
|
811
793
|
/**
|
|
812
|
-
* <p>
|
|
813
|
-
* The feedback provided by the customer.
|
|
814
|
-
* </p>
|
|
794
|
+
* <p> The feedback provided by the customer. </p>
|
|
815
795
|
*/
|
|
816
796
|
Feedback?: InsightFeedbackOption | string;
|
|
817
797
|
}
|
|
@@ -823,9 +803,7 @@ export declare namespace InsightFeedback {
|
|
|
823
803
|
}
|
|
824
804
|
export interface DescribeFeedbackResponse {
|
|
825
805
|
/**
|
|
826
|
-
* <p>
|
|
827
|
-
* Information about insight feedback received from a customer.
|
|
828
|
-
* </p>
|
|
806
|
+
* <p> Information about insight feedback received from a customer. </p>
|
|
829
807
|
*/
|
|
830
808
|
InsightFeedback?: InsightFeedback;
|
|
831
809
|
}
|
|
@@ -837,11 +815,13 @@ export declare namespace DescribeFeedbackResponse {
|
|
|
837
815
|
}
|
|
838
816
|
export interface DescribeInsightRequest {
|
|
839
817
|
/**
|
|
840
|
-
* <p>
|
|
841
|
-
* The ID of the insight.
|
|
842
|
-
* </p>
|
|
818
|
+
* <p> The ID of the insight. </p>
|
|
843
819
|
*/
|
|
844
820
|
Id: string | undefined;
|
|
821
|
+
/**
|
|
822
|
+
* <p>The ID of the member account in the organization.</p>
|
|
823
|
+
*/
|
|
824
|
+
AccountId?: string;
|
|
845
825
|
}
|
|
846
826
|
export declare namespace DescribeInsightRequest {
|
|
847
827
|
/**
|
|
@@ -855,15 +835,11 @@ export declare namespace DescribeInsightRequest {
|
|
|
855
835
|
*/
|
|
856
836
|
export interface InsightTimeRange {
|
|
857
837
|
/**
|
|
858
|
-
* <p>
|
|
859
|
-
* The time when the behavior described in an insight started.
|
|
860
|
-
* </p>
|
|
838
|
+
* <p> The time when the behavior described in an insight started. </p>
|
|
861
839
|
*/
|
|
862
840
|
StartTime: Date | undefined;
|
|
863
841
|
/**
|
|
864
|
-
* <p>
|
|
865
|
-
* The time when the behavior described in an insight ended.
|
|
866
|
-
* </p>
|
|
842
|
+
* <p> The time when the behavior described in an insight ended. </p>
|
|
867
843
|
*/
|
|
868
844
|
EndTime?: Date;
|
|
869
845
|
}
|
|
@@ -883,7 +859,8 @@ export declare enum InsightStatus {
|
|
|
883
859
|
ONGOING = "ONGOING"
|
|
884
860
|
}
|
|
885
861
|
/**
|
|
886
|
-
* <p>Details about a proactive insight. This object is returned by
|
|
862
|
+
* <p>Details about a proactive insight. This object is returned by
|
|
863
|
+
* <code>ListInsights</code>.</p>
|
|
887
864
|
*/
|
|
888
865
|
export interface ProactiveInsight {
|
|
889
866
|
/**
|
|
@@ -908,23 +885,19 @@ export interface ProactiveInsight {
|
|
|
908
885
|
*/
|
|
909
886
|
InsightTimeRange?: InsightTimeRange;
|
|
910
887
|
/**
|
|
911
|
-
* <p>
|
|
912
|
-
*
|
|
913
|
-
* </p>
|
|
888
|
+
* <p> The time range during which anomalous behavior in a proactive anomaly or an insight
|
|
889
|
+
* is expected to occur. </p>
|
|
914
890
|
*/
|
|
915
891
|
PredictionTimeRange?: PredictionTimeRange;
|
|
916
892
|
/**
|
|
917
|
-
* <p>
|
|
918
|
-
*
|
|
919
|
-
* only the
|
|
920
|
-
* </p>
|
|
893
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
894
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
895
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
921
896
|
*/
|
|
922
897
|
ResourceCollection?: ResourceCollection;
|
|
923
898
|
/**
|
|
924
|
-
* <p>
|
|
925
|
-
*
|
|
926
|
-
* the creation of OpstItems insights before they are created for each insight.
|
|
927
|
-
* </p>
|
|
899
|
+
* <p> The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable
|
|
900
|
+
* the creation of OpstItems insights before they are created for each insight. </p>
|
|
928
901
|
*/
|
|
929
902
|
SsmOpsItemId?: string;
|
|
930
903
|
}
|
|
@@ -935,33 +908,24 @@ export declare namespace ProactiveInsight {
|
|
|
935
908
|
const filterSensitiveLog: (obj: ProactiveInsight) => any;
|
|
936
909
|
}
|
|
937
910
|
/**
|
|
938
|
-
* <p>
|
|
939
|
-
*
|
|
940
|
-
* </p>
|
|
911
|
+
* <p> Information about a reactive insight. This object is returned by
|
|
912
|
+
* <code>ListInsights</code>. </p>
|
|
941
913
|
*/
|
|
942
914
|
export interface ReactiveInsight {
|
|
943
915
|
/**
|
|
944
|
-
* <p>
|
|
945
|
-
* The ID of a reactive insight.
|
|
946
|
-
* </p>
|
|
916
|
+
* <p> The ID of a reactive insight. </p>
|
|
947
917
|
*/
|
|
948
918
|
Id?: string;
|
|
949
919
|
/**
|
|
950
|
-
* <p>
|
|
951
|
-
* The name of a reactive insight.
|
|
952
|
-
* </p>
|
|
920
|
+
* <p> The name of a reactive insight. </p>
|
|
953
921
|
*/
|
|
954
922
|
Name?: string;
|
|
955
923
|
/**
|
|
956
|
-
* <p>
|
|
957
|
-
* The severity of a reactive insight.
|
|
958
|
-
* </p>
|
|
924
|
+
* <p> The severity of a reactive insight. </p>
|
|
959
925
|
*/
|
|
960
926
|
Severity?: InsightSeverity | string;
|
|
961
927
|
/**
|
|
962
|
-
* <p>
|
|
963
|
-
* The status of a reactive insight.
|
|
964
|
-
* </p>
|
|
928
|
+
* <p> The status of a reactive insight. </p>
|
|
965
929
|
*/
|
|
966
930
|
Status?: InsightStatus | string;
|
|
967
931
|
/**
|
|
@@ -970,17 +934,14 @@ export interface ReactiveInsight {
|
|
|
970
934
|
*/
|
|
971
935
|
InsightTimeRange?: InsightTimeRange;
|
|
972
936
|
/**
|
|
973
|
-
* <p>
|
|
974
|
-
*
|
|
975
|
-
* only the
|
|
976
|
-
* </p>
|
|
937
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
938
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
939
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
977
940
|
*/
|
|
978
941
|
ResourceCollection?: ResourceCollection;
|
|
979
942
|
/**
|
|
980
|
-
* <p>
|
|
981
|
-
*
|
|
982
|
-
* the creation of OpstItems insights before they are created for each insight.
|
|
983
|
-
* </p>
|
|
943
|
+
* <p> The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable
|
|
944
|
+
* the creation of OpstItems insights before they are created for each insight. </p>
|
|
984
945
|
*/
|
|
985
946
|
SsmOpsItemId?: string;
|
|
986
947
|
}
|
|
@@ -992,15 +953,11 @@ export declare namespace ReactiveInsight {
|
|
|
992
953
|
}
|
|
993
954
|
export interface DescribeInsightResponse {
|
|
994
955
|
/**
|
|
995
|
-
* <p>
|
|
996
|
-
* A <code>ProactiveInsight</code> object that represents the requested insight.
|
|
997
|
-
* </p>
|
|
956
|
+
* <p> A <code>ProactiveInsight</code> object that represents the requested insight. </p>
|
|
998
957
|
*/
|
|
999
958
|
ProactiveInsight?: ProactiveInsight;
|
|
1000
959
|
/**
|
|
1001
|
-
* <p>
|
|
1002
|
-
* A <code>ReactiveInsight</code> object that represents the requested insight.
|
|
1003
|
-
* </p>
|
|
960
|
+
* <p> A <code>ReactiveInsight</code> object that represents the requested insight. </p>
|
|
1004
961
|
*/
|
|
1005
962
|
ReactiveInsight?: ReactiveInsight;
|
|
1006
963
|
}
|
|
@@ -1010,108 +967,200 @@ export declare namespace DescribeInsightResponse {
|
|
|
1010
967
|
*/
|
|
1011
968
|
const filterSensitiveLog: (obj: DescribeInsightResponse) => any;
|
|
1012
969
|
}
|
|
1013
|
-
export
|
|
1014
|
-
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
1015
|
-
AWS_SERVICE = "AWS_SERVICE"
|
|
1016
|
-
}
|
|
1017
|
-
export interface DescribeResourceCollectionHealthRequest {
|
|
970
|
+
export interface DescribeOrganizationHealthRequest {
|
|
1018
971
|
/**
|
|
1019
|
-
* <p>
|
|
1020
|
-
* An AWS resource collection type. This type specifies how analyzed AWS resources are defined. The one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
1021
|
-
* only the AWS resources that are defined in the stacks. You can specify up to 500 AWS CloudFormation stacks.
|
|
1022
|
-
* </p>
|
|
972
|
+
* <p>The ID of the Amazon Web Services account.</p>
|
|
1023
973
|
*/
|
|
1024
|
-
|
|
974
|
+
AccountIds?: string[];
|
|
1025
975
|
/**
|
|
1026
|
-
* <p>The
|
|
1027
|
-
* the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
976
|
+
* <p>The ID of the organizational unit.</p>
|
|
1028
977
|
*/
|
|
1029
|
-
|
|
978
|
+
OrganizationalUnitIds?: string[];
|
|
1030
979
|
}
|
|
1031
|
-
export declare namespace
|
|
980
|
+
export declare namespace DescribeOrganizationHealthRequest {
|
|
1032
981
|
/**
|
|
1033
982
|
* @internal
|
|
1034
983
|
*/
|
|
1035
|
-
const filterSensitiveLog: (obj:
|
|
984
|
+
const filterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
|
|
1036
985
|
}
|
|
1037
|
-
|
|
1038
|
-
* <p>
|
|
1039
|
-
* Information about the number of open reactive and proactive insights that can be
|
|
1040
|
-
* used to gauge the health of your system.
|
|
1041
|
-
* </p>
|
|
1042
|
-
*/
|
|
1043
|
-
export interface InsightHealth {
|
|
986
|
+
export interface DescribeOrganizationHealthResponse {
|
|
1044
987
|
/**
|
|
1045
|
-
* <p>
|
|
1046
|
-
*
|
|
1047
|
-
* </p>
|
|
988
|
+
* <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
|
|
989
|
+
* account.</p>
|
|
1048
990
|
*/
|
|
1049
|
-
|
|
991
|
+
OpenReactiveInsights: number | undefined;
|
|
1050
992
|
/**
|
|
1051
|
-
* <p>
|
|
1052
|
-
*
|
|
1053
|
-
* </p>
|
|
993
|
+
* <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
|
|
994
|
+
* account.</p>
|
|
1054
995
|
*/
|
|
1055
|
-
|
|
996
|
+
OpenProactiveInsights: number | undefined;
|
|
1056
997
|
/**
|
|
1057
|
-
* <p>
|
|
1058
|
-
*
|
|
1059
|
-
* </p>
|
|
998
|
+
* <p>An integer that specifies the number of metrics that have been analyzed in your
|
|
999
|
+
* organization.</p>
|
|
1060
1000
|
*/
|
|
1061
|
-
|
|
1001
|
+
MetricsAnalyzed: number | undefined;
|
|
1002
|
+
/**
|
|
1003
|
+
* <p>The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in
|
|
1004
|
+
* the last hour. </p>
|
|
1005
|
+
*/
|
|
1006
|
+
ResourceHours: number | undefined;
|
|
1062
1007
|
}
|
|
1063
|
-
export declare namespace
|
|
1008
|
+
export declare namespace DescribeOrganizationHealthResponse {
|
|
1064
1009
|
/**
|
|
1065
1010
|
* @internal
|
|
1066
1011
|
*/
|
|
1067
|
-
const filterSensitiveLog: (obj:
|
|
1012
|
+
const filterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
|
|
1068
1013
|
}
|
|
1069
|
-
|
|
1070
|
-
* <p>
|
|
1071
|
-
* Information about the health of AWS resources in your account that are specified by an AWS CloudFormation stack.
|
|
1072
|
-
* </p>
|
|
1073
|
-
*/
|
|
1074
|
-
export interface CloudFormationHealth {
|
|
1014
|
+
export interface DescribeOrganizationOverviewRequest {
|
|
1075
1015
|
/**
|
|
1076
|
-
* <p>
|
|
1077
|
-
*
|
|
1078
|
-
*
|
|
1016
|
+
* <p> The start of the time range passed in. The start time granularity is at the day
|
|
1017
|
+
* level. The floor of the start time is used. Returned information occurred after this
|
|
1018
|
+
* day. </p>
|
|
1079
1019
|
*/
|
|
1080
|
-
|
|
1020
|
+
FromTime: Date | undefined;
|
|
1081
1021
|
/**
|
|
1082
|
-
* <p>
|
|
1083
|
-
*
|
|
1084
|
-
*
|
|
1085
|
-
* </p>
|
|
1022
|
+
* <p> The end of the time range passed in. The start time granularity is at the day level.
|
|
1023
|
+
* The floor of the start time is used. Returned information occurred before this day. If
|
|
1024
|
+
* this is not specified, then the current day is used. </p>
|
|
1086
1025
|
*/
|
|
1087
|
-
|
|
1026
|
+
ToTime?: Date;
|
|
1027
|
+
/**
|
|
1028
|
+
* <p>The ID of the Amazon Web Services account.</p>
|
|
1029
|
+
*/
|
|
1030
|
+
AccountIds?: string[];
|
|
1031
|
+
/**
|
|
1032
|
+
* <p>The ID of the organizational unit.</p>
|
|
1033
|
+
*/
|
|
1034
|
+
OrganizationalUnitIds?: string[];
|
|
1088
1035
|
}
|
|
1089
|
-
export declare namespace
|
|
1036
|
+
export declare namespace DescribeOrganizationOverviewRequest {
|
|
1090
1037
|
/**
|
|
1091
1038
|
* @internal
|
|
1092
1039
|
*/
|
|
1093
|
-
const filterSensitiveLog: (obj:
|
|
1040
|
+
const filterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
|
|
1094
1041
|
}
|
|
1095
|
-
|
|
1096
|
-
* <p>Contains the number of open proactive and reactive insights in an analyzed AWS service.</p>
|
|
1097
|
-
*/
|
|
1098
|
-
export interface ServiceInsightHealth {
|
|
1042
|
+
export interface DescribeOrganizationOverviewResponse {
|
|
1099
1043
|
/**
|
|
1100
|
-
* <p>
|
|
1044
|
+
* <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
|
|
1045
|
+
* account.</p>
|
|
1101
1046
|
*/
|
|
1102
|
-
|
|
1047
|
+
ReactiveInsights: number | undefined;
|
|
1103
1048
|
/**
|
|
1104
|
-
* <p>
|
|
1049
|
+
* <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
|
|
1050
|
+
* account.</p>
|
|
1105
1051
|
*/
|
|
1106
|
-
|
|
1052
|
+
ProactiveInsights: number | undefined;
|
|
1107
1053
|
}
|
|
1108
|
-
export declare namespace
|
|
1054
|
+
export declare namespace DescribeOrganizationOverviewResponse {
|
|
1109
1055
|
/**
|
|
1110
1056
|
* @internal
|
|
1111
1057
|
*/
|
|
1112
|
-
const filterSensitiveLog: (obj:
|
|
1058
|
+
const filterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
|
|
1113
1059
|
}
|
|
1114
|
-
export declare enum
|
|
1060
|
+
export declare enum OrganizationResourceCollectionType {
|
|
1061
|
+
AWS_ACCOUNT = "AWS_ACCOUNT",
|
|
1062
|
+
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
1063
|
+
AWS_SERVICE = "AWS_SERVICE"
|
|
1064
|
+
}
|
|
1065
|
+
export interface DescribeOrganizationResourceCollectionHealthRequest {
|
|
1066
|
+
/**
|
|
1067
|
+
* <p> An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources
|
|
1068
|
+
* are defined. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
1069
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
1070
|
+
*/
|
|
1071
|
+
OrganizationResourceCollectionType: OrganizationResourceCollectionType | string | undefined;
|
|
1072
|
+
/**
|
|
1073
|
+
* <p>The ID of the Amazon Web Services account.</p>
|
|
1074
|
+
*/
|
|
1075
|
+
AccountIds?: string[];
|
|
1076
|
+
/**
|
|
1077
|
+
* <p>The ID of the organizational unit.</p>
|
|
1078
|
+
*/
|
|
1079
|
+
OrganizationalUnitIds?: string[];
|
|
1080
|
+
/**
|
|
1081
|
+
* <p>The pagination token to use to retrieve
|
|
1082
|
+
* the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
1083
|
+
*/
|
|
1084
|
+
NextToken?: string;
|
|
1085
|
+
/**
|
|
1086
|
+
* <p>The maximum number of results to return with a single call.
|
|
1087
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
1088
|
+
*/
|
|
1089
|
+
MaxResults?: number;
|
|
1090
|
+
}
|
|
1091
|
+
export declare namespace DescribeOrganizationResourceCollectionHealthRequest {
|
|
1092
|
+
/**
|
|
1093
|
+
* @internal
|
|
1094
|
+
*/
|
|
1095
|
+
const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
|
|
1096
|
+
}
|
|
1097
|
+
/**
|
|
1098
|
+
* <p> Information about the number of open reactive and proactive insights that can be used
|
|
1099
|
+
* to gauge the health of your system. </p>
|
|
1100
|
+
*/
|
|
1101
|
+
export interface InsightHealth {
|
|
1102
|
+
/**
|
|
1103
|
+
* <p> The number of open proactive insights. </p>
|
|
1104
|
+
*/
|
|
1105
|
+
OpenProactiveInsights?: number;
|
|
1106
|
+
/**
|
|
1107
|
+
* <p> The number of open reactive insights. </p>
|
|
1108
|
+
*/
|
|
1109
|
+
OpenReactiveInsights?: number;
|
|
1110
|
+
/**
|
|
1111
|
+
* <p> The Meant Time to Recover (MTTR) for the insight. </p>
|
|
1112
|
+
*/
|
|
1113
|
+
MeanTimeToRecoverInMilliseconds?: number;
|
|
1114
|
+
}
|
|
1115
|
+
export declare namespace InsightHealth {
|
|
1116
|
+
/**
|
|
1117
|
+
* @internal
|
|
1118
|
+
*/
|
|
1119
|
+
const filterSensitiveLog: (obj: InsightHealth) => any;
|
|
1120
|
+
}
|
|
1121
|
+
/**
|
|
1122
|
+
* <p> Information about the health of Amazon Web Services resources in your account that are specified by
|
|
1123
|
+
* an Amazon Web Services CloudFormation stack. </p>
|
|
1124
|
+
*/
|
|
1125
|
+
export interface CloudFormationHealth {
|
|
1126
|
+
/**
|
|
1127
|
+
* <p> The name of the CloudFormation stack. </p>
|
|
1128
|
+
*/
|
|
1129
|
+
StackName?: string;
|
|
1130
|
+
/**
|
|
1131
|
+
* <p> Information about the health of the Amazon Web Services resources in your account that are
|
|
1132
|
+
* specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive
|
|
1133
|
+
* insights, and the Mean Time to Recover (MTTR) of closed insights. </p>
|
|
1134
|
+
*/
|
|
1135
|
+
Insight?: InsightHealth;
|
|
1136
|
+
}
|
|
1137
|
+
export declare namespace CloudFormationHealth {
|
|
1138
|
+
/**
|
|
1139
|
+
* @internal
|
|
1140
|
+
*/
|
|
1141
|
+
const filterSensitiveLog: (obj: CloudFormationHealth) => any;
|
|
1142
|
+
}
|
|
1143
|
+
/**
|
|
1144
|
+
* <p>Contains the number of open proactive and reactive insights in an analyzed Amazon Web Services
|
|
1145
|
+
* service.</p>
|
|
1146
|
+
*/
|
|
1147
|
+
export interface ServiceInsightHealth {
|
|
1148
|
+
/**
|
|
1149
|
+
* <p>The number of open proactive insights in the Amazon Web Services service</p>
|
|
1150
|
+
*/
|
|
1151
|
+
OpenProactiveInsights?: number;
|
|
1152
|
+
/**
|
|
1153
|
+
* <p>The number of open reactive insights in the Amazon Web Services service</p>
|
|
1154
|
+
*/
|
|
1155
|
+
OpenReactiveInsights?: number;
|
|
1156
|
+
}
|
|
1157
|
+
export declare namespace ServiceInsightHealth {
|
|
1158
|
+
/**
|
|
1159
|
+
* @internal
|
|
1160
|
+
*/
|
|
1161
|
+
const filterSensitiveLog: (obj: ServiceInsightHealth) => any;
|
|
1162
|
+
}
|
|
1163
|
+
export declare enum ServiceName {
|
|
1115
1164
|
API_GATEWAY = "API_GATEWAY",
|
|
1116
1165
|
APPLICATION_ELB = "APPLICATION_ELB",
|
|
1117
1166
|
AUTO_SCALING_GROUP = "AUTO_SCALING_GROUP",
|
|
@@ -1139,16 +1188,17 @@ export declare enum ServiceName {
|
|
|
1139
1188
|
SWF = "SWF"
|
|
1140
1189
|
}
|
|
1141
1190
|
/**
|
|
1142
|
-
* <p>Represents the health of an
|
|
1191
|
+
* <p>Represents the health of an Amazon Web Services service.</p>
|
|
1143
1192
|
*/
|
|
1144
1193
|
export interface ServiceHealth {
|
|
1145
1194
|
/**
|
|
1146
|
-
* <p>The name of the
|
|
1195
|
+
* <p>The name of the Amazon Web Services service.</p>
|
|
1147
1196
|
*/
|
|
1148
1197
|
ServiceName?: ServiceName | string;
|
|
1149
1198
|
/**
|
|
1150
|
-
* <p>Represents the health of an
|
|
1151
|
-
*
|
|
1199
|
+
* <p>Represents the health of an Amazon Web Services service. This is a <code>ServiceInsightHealth</code>
|
|
1200
|
+
* that contains the number of open proactive and reactive insights for this
|
|
1201
|
+
* service.</p>
|
|
1152
1202
|
*/
|
|
1153
1203
|
Insight?: ServiceInsightHealth;
|
|
1154
1204
|
}
|
|
@@ -1158,17 +1208,67 @@ export declare namespace ServiceHealth {
|
|
|
1158
1208
|
*/
|
|
1159
1209
|
const filterSensitiveLog: (obj: ServiceHealth) => any;
|
|
1160
1210
|
}
|
|
1211
|
+
export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>The returned <code>CloudFormationHealthOverview</code> object that contains an
|
|
1214
|
+
* <code>InsightHealthOverview</code> object with the requested system health
|
|
1215
|
+
* information.</p>
|
|
1216
|
+
*/
|
|
1217
|
+
CloudFormation?: CloudFormationHealth[];
|
|
1218
|
+
/**
|
|
1219
|
+
* <p>An array of <code>ServiceHealth</code> objects that describes the health of the Amazon Web Services
|
|
1220
|
+
* services associated with the resources in the collection.</p>
|
|
1221
|
+
*/
|
|
1222
|
+
Service?: ServiceHealth[];
|
|
1223
|
+
/**
|
|
1224
|
+
* <p>The name of the organization's account.</p>
|
|
1225
|
+
*/
|
|
1226
|
+
Account?: AccountHealth[];
|
|
1227
|
+
/**
|
|
1228
|
+
* <p>The pagination token to use to retrieve
|
|
1229
|
+
* the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
1230
|
+
*/
|
|
1231
|
+
NextToken?: string;
|
|
1232
|
+
}
|
|
1233
|
+
export declare namespace DescribeOrganizationResourceCollectionHealthResponse {
|
|
1234
|
+
/**
|
|
1235
|
+
* @internal
|
|
1236
|
+
*/
|
|
1237
|
+
const filterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
|
|
1238
|
+
}
|
|
1239
|
+
export declare enum ResourceCollectionType {
|
|
1240
|
+
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
1241
|
+
AWS_SERVICE = "AWS_SERVICE"
|
|
1242
|
+
}
|
|
1243
|
+
export interface DescribeResourceCollectionHealthRequest {
|
|
1244
|
+
/**
|
|
1245
|
+
* <p> An Amazon Web Services resource collection type. This type specifies how analyzed Amazon Web Services resources
|
|
1246
|
+
* are defined. The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
1247
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
1248
|
+
*/
|
|
1249
|
+
ResourceCollectionType: ResourceCollectionType | string | undefined;
|
|
1250
|
+
/**
|
|
1251
|
+
* <p>The pagination token to use to retrieve
|
|
1252
|
+
* the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
1253
|
+
*/
|
|
1254
|
+
NextToken?: string;
|
|
1255
|
+
}
|
|
1256
|
+
export declare namespace DescribeResourceCollectionHealthRequest {
|
|
1257
|
+
/**
|
|
1258
|
+
* @internal
|
|
1259
|
+
*/
|
|
1260
|
+
const filterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
|
|
1261
|
+
}
|
|
1161
1262
|
export interface DescribeResourceCollectionHealthResponse {
|
|
1162
1263
|
/**
|
|
1163
|
-
* <p>
|
|
1164
|
-
*
|
|
1165
|
-
*
|
|
1166
|
-
* </p>
|
|
1264
|
+
* <p> The returned <code>CloudFormationHealthOverview</code> object that contains an
|
|
1265
|
+
* <code>InsightHealthOverview</code> object with the requested system health
|
|
1266
|
+
* information. </p>
|
|
1167
1267
|
*/
|
|
1168
1268
|
CloudFormation: CloudFormationHealth[] | undefined;
|
|
1169
1269
|
/**
|
|
1170
|
-
* <p>An array of <code>ServiceHealth</code> objects that describes the health of the
|
|
1171
|
-
*
|
|
1270
|
+
* <p>An array of <code>ServiceHealth</code> objects that describes the health of the Amazon Web Services
|
|
1271
|
+
* services associated with the resources in the collection.</p>
|
|
1172
1272
|
*/
|
|
1173
1273
|
Service?: ServiceHealth[];
|
|
1174
1274
|
/**
|
|
@@ -1196,15 +1296,13 @@ export declare enum OptInStatus {
|
|
|
1196
1296
|
ENABLED = "ENABLED"
|
|
1197
1297
|
}
|
|
1198
1298
|
/**
|
|
1199
|
-
* <p>
|
|
1200
|
-
*
|
|
1201
|
-
* </p>
|
|
1299
|
+
* <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
|
|
1300
|
+
* OpsCenter for each created insight. </p>
|
|
1202
1301
|
*/
|
|
1203
1302
|
export interface OpsCenterIntegration {
|
|
1204
1303
|
/**
|
|
1205
|
-
* <p>
|
|
1206
|
-
*
|
|
1207
|
-
* </p>
|
|
1304
|
+
* <p> Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created
|
|
1305
|
+
* insight. </p>
|
|
1208
1306
|
*/
|
|
1209
1307
|
OptInStatus?: OptInStatus | string;
|
|
1210
1308
|
}
|
|
@@ -1215,15 +1313,13 @@ export declare namespace OpsCenterIntegration {
|
|
|
1215
1313
|
const filterSensitiveLog: (obj: OpsCenterIntegration) => any;
|
|
1216
1314
|
}
|
|
1217
1315
|
/**
|
|
1218
|
-
* <p>
|
|
1219
|
-
*
|
|
1220
|
-
* </p>
|
|
1316
|
+
* <p> Information about the integration of DevOps Guru with another Amazon Web Services service, such as
|
|
1317
|
+
* Amazon Web Services Systems Manager. </p>
|
|
1221
1318
|
*/
|
|
1222
1319
|
export interface ServiceIntegrationConfig {
|
|
1223
1320
|
/**
|
|
1224
|
-
* <p>
|
|
1225
|
-
*
|
|
1226
|
-
* </p>
|
|
1321
|
+
* <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
|
|
1322
|
+
* OpsCenter for each created insight. </p>
|
|
1227
1323
|
*/
|
|
1228
1324
|
OpsCenter?: OpsCenterIntegration;
|
|
1229
1325
|
}
|
|
@@ -1235,9 +1331,8 @@ export declare namespace ServiceIntegrationConfig {
|
|
|
1235
1331
|
}
|
|
1236
1332
|
export interface DescribeServiceIntegrationResponse {
|
|
1237
1333
|
/**
|
|
1238
|
-
* <p>
|
|
1239
|
-
*
|
|
1240
|
-
* </p>
|
|
1334
|
+
* <p> Information about the integration of DevOps Guru with another Amazon Web Services service, such as
|
|
1335
|
+
* Amazon Web Services Systems Manager. </p>
|
|
1241
1336
|
*/
|
|
1242
1337
|
ServiceIntegration?: ServiceIntegrationConfig;
|
|
1243
1338
|
}
|
|
@@ -1265,23 +1360,22 @@ export declare enum CostEstimationServiceResourceState {
|
|
|
1265
1360
|
INACTIVE = "INACTIVE"
|
|
1266
1361
|
}
|
|
1267
1362
|
/**
|
|
1268
|
-
* <p>An object that contains information about the estimated monthly cost to
|
|
1269
|
-
*
|
|
1363
|
+
* <p>An object that contains information about the estimated monthly cost to analyze an
|
|
1364
|
+
* Amazon Web Services resource. For more information,
|
|
1270
1365
|
* see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
|
|
1271
1366
|
* Amazon DevOps Guru costs</a> and
|
|
1272
1367
|
* <a href="http://aws.amazon.com/devops-guru/pricing/">Amazon DevOps Guru pricing</a>.</p>
|
|
1273
1368
|
*/
|
|
1274
1369
|
export interface ServiceResourceCost {
|
|
1275
1370
|
/**
|
|
1276
|
-
* <p>The type of the
|
|
1371
|
+
* <p>The type of the Amazon Web Services resource.</p>
|
|
1277
1372
|
*/
|
|
1278
1373
|
Type?: string;
|
|
1279
1374
|
/**
|
|
1280
1375
|
* <p>The state of the resource. The resource is <code>ACTIVE</code> if it produces metrics,
|
|
1281
|
-
* events, or logs within an hour, otherwise it is <code>INACTIVE</code>. You pay for
|
|
1282
|
-
*
|
|
1283
|
-
* not charged.
|
|
1284
|
-
* </p>
|
|
1376
|
+
* events, or logs within an hour, otherwise it is <code>INACTIVE</code>. You pay for the
|
|
1377
|
+
* number of active Amazon Web Services resource hours analyzed for each resource. Inactive resources are
|
|
1378
|
+
* not charged. </p>
|
|
1285
1379
|
*/
|
|
1286
1380
|
State?: CostEstimationServiceResourceState | string;
|
|
1287
1381
|
/**
|
|
@@ -1298,7 +1392,8 @@ export interface ServiceResourceCost {
|
|
|
1298
1392
|
*/
|
|
1299
1393
|
UnitCost?: number;
|
|
1300
1394
|
/**
|
|
1301
|
-
* <p>The total estimated monthly cost to analyze the active resources for this
|
|
1395
|
+
* <p>The total estimated monthly cost to analyze the active resources for this
|
|
1396
|
+
* resource.</p>
|
|
1302
1397
|
*/
|
|
1303
1398
|
Cost?: number;
|
|
1304
1399
|
}
|
|
@@ -1309,10 +1404,11 @@ export declare namespace ServiceResourceCost {
|
|
|
1309
1404
|
const filterSensitiveLog: (obj: ServiceResourceCost) => any;
|
|
1310
1405
|
}
|
|
1311
1406
|
/**
|
|
1312
|
-
* <p>Information about an
|
|
1313
|
-
*
|
|
1314
|
-
*
|
|
1315
|
-
*
|
|
1407
|
+
* <p>Information about an Amazon Web Services CloudFormation stack used to create a monthly cost estimate
|
|
1408
|
+
* for DevOps Guru to analyze Amazon Web Services resources. The maximum number of stacks you can specify for a
|
|
1409
|
+
* cost estimate is one. The estimate created is for the cost to analyze the Amazon Web Services
|
|
1410
|
+
* resources defined by the stack. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
|
|
1411
|
+
* <i>Amazon Web Services CloudFormation User Guide</i>.</p>
|
|
1316
1412
|
*/
|
|
1317
1413
|
export interface CloudFormationCostEstimationResourceCollectionFilter {
|
|
1318
1414
|
/**
|
|
@@ -1327,16 +1423,15 @@ export declare namespace CloudFormationCostEstimationResourceCollectionFilter {
|
|
|
1327
1423
|
const filterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
|
|
1328
1424
|
}
|
|
1329
1425
|
/**
|
|
1330
|
-
* <p>Information about a filter used to specify which
|
|
1331
|
-
* a monthly DevOps Guru cost estimate. For more information,
|
|
1426
|
+
* <p>Information about a filter used to specify which Amazon Web Services resources are analyzed to
|
|
1427
|
+
* create a monthly DevOps Guru cost estimate. For more information,
|
|
1332
1428
|
* see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/cost-estimate.html">Estimate your
|
|
1333
1429
|
* Amazon DevOps Guru costs</a> and
|
|
1334
|
-
* <a href="http://aws.amazon.com/devops-guru/pricing/">Amazon DevOps Guru pricing</a>.
|
|
1335
|
-
* </p>
|
|
1430
|
+
* <a href="http://aws.amazon.com/devops-guru/pricing/">Amazon DevOps Guru pricing</a>. </p>
|
|
1336
1431
|
*/
|
|
1337
1432
|
export interface CostEstimationResourceCollectionFilter {
|
|
1338
1433
|
/**
|
|
1339
|
-
* <p>An object that specifies the CloudFormation stack that defines the
|
|
1434
|
+
* <p>An object that specifies the CloudFormation stack that defines the Amazon Web Services resources
|
|
1340
1435
|
* used to create a monthly estimate for DevOps Guru.</p>
|
|
1341
1436
|
*/
|
|
1342
1437
|
CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
|
|
@@ -1372,17 +1467,19 @@ export declare namespace CostEstimationTimeRange {
|
|
|
1372
1467
|
}
|
|
1373
1468
|
export interface GetCostEstimationResponse {
|
|
1374
1469
|
/**
|
|
1375
|
-
* <p>The collection of the
|
|
1470
|
+
* <p>The collection of the Amazon Web Services resources used to create your monthly DevOps Guru cost
|
|
1471
|
+
* estimate.</p>
|
|
1376
1472
|
*/
|
|
1377
1473
|
ResourceCollection?: CostEstimationResourceCollectionFilter;
|
|
1378
1474
|
/**
|
|
1379
1475
|
* <p>The status of creating this cost estimate. If it's still in progress, the status
|
|
1380
|
-
*
|
|
1476
|
+
* <code>ONGOING</code> is returned. If it is finished, the status
|
|
1477
|
+
* <code>COMPLETED</code> is returned.</p>
|
|
1381
1478
|
*/
|
|
1382
1479
|
Status?: CostEstimationStatus | string;
|
|
1383
1480
|
/**
|
|
1384
|
-
* <p>An array of <code>ResourceCost</code> objects that each contains details
|
|
1385
|
-
*
|
|
1481
|
+
* <p>An array of <code>ResourceCost</code> objects that each contains details about the
|
|
1482
|
+
* monthly cost estimate to analyze one of your Amazon Web Services resources.</p>
|
|
1386
1483
|
*/
|
|
1387
1484
|
Costs?: ServiceResourceCost[];
|
|
1388
1485
|
/**
|
|
@@ -1390,9 +1487,9 @@ export interface GetCostEstimationResponse {
|
|
|
1390
1487
|
*/
|
|
1391
1488
|
TimeRange?: CostEstimationTimeRange;
|
|
1392
1489
|
/**
|
|
1393
|
-
* <p>The estimated monthly cost to analyze the
|
|
1394
|
-
*
|
|
1395
|
-
*
|
|
1490
|
+
* <p>The estimated monthly cost to analyze the Amazon Web Services resources. This value is the sum of
|
|
1491
|
+
* the estimated costs to analyze each resource in the <code>Costs</code> object in this
|
|
1492
|
+
* response.</p>
|
|
1396
1493
|
*/
|
|
1397
1494
|
TotalCost?: number;
|
|
1398
1495
|
/**
|
|
@@ -1409,10 +1506,8 @@ export declare namespace GetCostEstimationResponse {
|
|
|
1409
1506
|
}
|
|
1410
1507
|
export interface GetResourceCollectionRequest {
|
|
1411
1508
|
/**
|
|
1412
|
-
* <p>
|
|
1413
|
-
*
|
|
1414
|
-
* AWS CloudFormation stacks.
|
|
1415
|
-
* </p>
|
|
1509
|
+
* <p> The type of Amazon Web Services resource collections to return. The one valid value is
|
|
1510
|
+
* <code>CLOUD_FORMATION</code> for Amazon Web Services CloudFormation stacks. </p>
|
|
1416
1511
|
*/
|
|
1417
1512
|
ResourceCollectionType: ResourceCollectionType | string | undefined;
|
|
1418
1513
|
/**
|
|
@@ -1428,17 +1523,14 @@ export declare namespace GetResourceCollectionRequest {
|
|
|
1428
1523
|
const filterSensitiveLog: (obj: GetResourceCollectionRequest) => any;
|
|
1429
1524
|
}
|
|
1430
1525
|
/**
|
|
1431
|
-
* <p>
|
|
1432
|
-
*
|
|
1433
|
-
*
|
|
1434
|
-
*
|
|
1435
|
-
* </p>
|
|
1526
|
+
* <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
|
|
1527
|
+
* stacks to specify which Amazon Web Services resources in your account to analyze. For more
|
|
1528
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
|
|
1529
|
+
* <i>Amazon Web Services CloudFormation User Guide</i>. </p>
|
|
1436
1530
|
*/
|
|
1437
1531
|
export interface CloudFormationCollectionFilter {
|
|
1438
1532
|
/**
|
|
1439
|
-
* <p>
|
|
1440
|
-
* An array of CloudFormation stack names.
|
|
1441
|
-
* </p>
|
|
1533
|
+
* <p> An array of CloudFormation stack names. </p>
|
|
1442
1534
|
*/
|
|
1443
1535
|
StackNames?: string[];
|
|
1444
1536
|
}
|
|
@@ -1449,17 +1541,15 @@ export declare namespace CloudFormationCollectionFilter {
|
|
|
1449
1541
|
const filterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
|
|
1450
1542
|
}
|
|
1451
1543
|
/**
|
|
1452
|
-
* <p>
|
|
1453
|
-
*
|
|
1454
|
-
* </p>
|
|
1544
|
+
* <p> Information about a filter used to specify which Amazon Web Services resources are analyzed for
|
|
1545
|
+
* anomalous behavior by DevOps Guru. </p>
|
|
1455
1546
|
*/
|
|
1456
1547
|
export interface ResourceCollectionFilter {
|
|
1457
1548
|
/**
|
|
1458
|
-
* <p>
|
|
1459
|
-
*
|
|
1460
|
-
*
|
|
1461
|
-
*
|
|
1462
|
-
* </p>
|
|
1549
|
+
* <p> Information about Amazon Web Services CloudFormation stacks. You can use up to 500
|
|
1550
|
+
* stacks to specify which Amazon Web Services resources in your account to analyze. For more
|
|
1551
|
+
* information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacks.html">Stacks</a> in the
|
|
1552
|
+
* <i>Amazon Web Services CloudFormation User Guide</i>. </p>
|
|
1463
1553
|
*/
|
|
1464
1554
|
CloudFormation?: CloudFormationCollectionFilter;
|
|
1465
1555
|
}
|
|
@@ -1471,10 +1561,9 @@ export declare namespace ResourceCollectionFilter {
|
|
|
1471
1561
|
}
|
|
1472
1562
|
export interface GetResourceCollectionResponse {
|
|
1473
1563
|
/**
|
|
1474
|
-
* <p>
|
|
1475
|
-
*
|
|
1476
|
-
* only the
|
|
1477
|
-
* </p>
|
|
1564
|
+
* <p> The requested list of Amazon Web Services resource collections.
|
|
1565
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
1566
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
1478
1567
|
*/
|
|
1479
1568
|
ResourceCollection?: ResourceCollectionFilter;
|
|
1480
1569
|
/**
|
|
@@ -1490,21 +1579,16 @@ export declare namespace GetResourceCollectionResponse {
|
|
|
1490
1579
|
const filterSensitiveLog: (obj: GetResourceCollectionResponse) => any;
|
|
1491
1580
|
}
|
|
1492
1581
|
/**
|
|
1493
|
-
* <p>
|
|
1494
|
-
* A time range used to specify when the behavior of an insight or anomaly started.
|
|
1582
|
+
* <p> A time range used to specify when the behavior of an insight or anomaly started.
|
|
1495
1583
|
* </p>
|
|
1496
1584
|
*/
|
|
1497
1585
|
export interface StartTimeRange {
|
|
1498
1586
|
/**
|
|
1499
|
-
* <p>
|
|
1500
|
-
* The start time of the time range.
|
|
1501
|
-
* </p>
|
|
1587
|
+
* <p> The start time of the time range. </p>
|
|
1502
1588
|
*/
|
|
1503
1589
|
FromTime?: Date;
|
|
1504
1590
|
/**
|
|
1505
|
-
* <p>
|
|
1506
|
-
* The end time of the time range.
|
|
1507
|
-
* </p>
|
|
1591
|
+
* <p> The end time of the time range. </p>
|
|
1508
1592
|
*/
|
|
1509
1593
|
ToTime?: Date;
|
|
1510
1594
|
}
|
|
@@ -1516,16 +1600,12 @@ export declare namespace StartTimeRange {
|
|
|
1516
1600
|
}
|
|
1517
1601
|
export interface ListAnomaliesForInsightRequest {
|
|
1518
1602
|
/**
|
|
1519
|
-
* <p>
|
|
1520
|
-
* The ID of the insight. The returned anomalies belong to this insight.
|
|
1521
|
-
* </p>
|
|
1603
|
+
* <p> The ID of the insight. The returned anomalies belong to this insight. </p>
|
|
1522
1604
|
*/
|
|
1523
1605
|
InsightId: string | undefined;
|
|
1524
1606
|
/**
|
|
1525
|
-
* <p>
|
|
1526
|
-
*
|
|
1527
|
-
* during this time range.
|
|
1528
|
-
* </p>
|
|
1607
|
+
* <p> A time range used to specify when the requested anomalies started. All returned
|
|
1608
|
+
* anomalies started during this time range. </p>
|
|
1529
1609
|
*/
|
|
1530
1610
|
StartTimeRange?: StartTimeRange;
|
|
1531
1611
|
/**
|
|
@@ -1538,6 +1618,10 @@ export interface ListAnomaliesForInsightRequest {
|
|
|
1538
1618
|
* the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
1539
1619
|
*/
|
|
1540
1620
|
NextToken?: string;
|
|
1621
|
+
/**
|
|
1622
|
+
* <p>The ID of the Amazon Web Services account. </p>
|
|
1623
|
+
*/
|
|
1624
|
+
AccountId?: string;
|
|
1541
1625
|
}
|
|
1542
1626
|
export declare namespace ListAnomaliesForInsightRequest {
|
|
1543
1627
|
/**
|
|
@@ -1547,7 +1631,7 @@ export declare namespace ListAnomaliesForInsightRequest {
|
|
|
1547
1631
|
}
|
|
1548
1632
|
/**
|
|
1549
1633
|
* <p>Details about a proactive anomaly. This object is returned by
|
|
1550
|
-
*
|
|
1634
|
+
* <code>DescribeAnomaly.</code>
|
|
1551
1635
|
* </p>
|
|
1552
1636
|
*/
|
|
1553
1637
|
export interface ProactiveAnomalySummary {
|
|
@@ -1564,17 +1648,13 @@ export interface ProactiveAnomalySummary {
|
|
|
1564
1648
|
*/
|
|
1565
1649
|
Status?: AnomalyStatus | string;
|
|
1566
1650
|
/**
|
|
1567
|
-
* <p>
|
|
1568
|
-
* The time of the anomaly's most recent update.
|
|
1569
|
-
* </p>
|
|
1651
|
+
* <p> The time of the anomaly's most recent update. </p>
|
|
1570
1652
|
*/
|
|
1571
1653
|
UpdateTime?: Date;
|
|
1572
1654
|
/**
|
|
1573
|
-
* <p>
|
|
1574
|
-
*
|
|
1575
|
-
*
|
|
1576
|
-
* an anomaly.
|
|
1577
|
-
* </p>
|
|
1655
|
+
* <p> A time range that specifies when the observed unusual behavior in an anomaly started
|
|
1656
|
+
* and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
|
|
1657
|
+
* the time range when DevOps Guru opens and then closes an anomaly. </p>
|
|
1578
1658
|
*/
|
|
1579
1659
|
AnomalyTimeRange?: AnomalyTimeRange;
|
|
1580
1660
|
/**
|
|
@@ -1584,35 +1664,29 @@ export interface ProactiveAnomalySummary {
|
|
|
1584
1664
|
*/
|
|
1585
1665
|
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
1586
1666
|
/**
|
|
1587
|
-
* <p>
|
|
1588
|
-
*
|
|
1589
|
-
* </p>
|
|
1667
|
+
* <p> The time range during which anomalous behavior in a proactive anomaly or an insight
|
|
1668
|
+
* is expected to occur. </p>
|
|
1590
1669
|
*/
|
|
1591
1670
|
PredictionTimeRange?: PredictionTimeRange;
|
|
1592
1671
|
/**
|
|
1593
|
-
* <p>
|
|
1594
|
-
*
|
|
1595
|
-
* </p>
|
|
1672
|
+
* <p> Details about the source of the analyzed operational data that triggered the anomaly.
|
|
1673
|
+
* The one supported source is Amazon CloudWatch metrics. </p>
|
|
1596
1674
|
*/
|
|
1597
1675
|
SourceDetails?: AnomalySourceDetails;
|
|
1598
1676
|
/**
|
|
1599
|
-
* <p>
|
|
1600
|
-
*
|
|
1601
|
-
* </p>
|
|
1677
|
+
* <p> The ID of the insight that contains this anomaly. An insight is composed of related
|
|
1678
|
+
* anomalies. </p>
|
|
1602
1679
|
*/
|
|
1603
1680
|
AssociatedInsightId?: string;
|
|
1604
1681
|
/**
|
|
1605
|
-
* <p>
|
|
1606
|
-
*
|
|
1607
|
-
* only the
|
|
1608
|
-
* </p>
|
|
1682
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
1683
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
1684
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
1609
1685
|
*/
|
|
1610
1686
|
ResourceCollection?: ResourceCollection;
|
|
1611
1687
|
/**
|
|
1612
|
-
* <p>
|
|
1613
|
-
*
|
|
1614
|
-
* threshold is related to the anomalous behavior that generated this anomaly.
|
|
1615
|
-
* </p>
|
|
1688
|
+
* <p> A threshold that was exceeded by behavior in analyzed resources. Exceeding this
|
|
1689
|
+
* threshold is related to the anomalous behavior that generated this anomaly. </p>
|
|
1616
1690
|
*/
|
|
1617
1691
|
Limit?: number;
|
|
1618
1692
|
}
|
|
@@ -1624,34 +1698,26 @@ export declare namespace ProactiveAnomalySummary {
|
|
|
1624
1698
|
}
|
|
1625
1699
|
/**
|
|
1626
1700
|
* <p>Details about a reactive anomaly. This object is returned by
|
|
1627
|
-
*
|
|
1701
|
+
* <code>DescribeAnomaly.</code>
|
|
1628
1702
|
* </p>
|
|
1629
1703
|
*/
|
|
1630
1704
|
export interface ReactiveAnomalySummary {
|
|
1631
1705
|
/**
|
|
1632
|
-
* <p>
|
|
1633
|
-
* The ID of the reactive anomaly.
|
|
1634
|
-
* </p>
|
|
1706
|
+
* <p> The ID of the reactive anomaly. </p>
|
|
1635
1707
|
*/
|
|
1636
1708
|
Id?: string;
|
|
1637
1709
|
/**
|
|
1638
|
-
* <p>
|
|
1639
|
-
* The severity of the reactive anomaly.
|
|
1640
|
-
* </p>
|
|
1710
|
+
* <p> The severity of the reactive anomaly. </p>
|
|
1641
1711
|
*/
|
|
1642
1712
|
Severity?: AnomalySeverity | string;
|
|
1643
1713
|
/**
|
|
1644
|
-
* <p>
|
|
1645
|
-
* The status of the reactive anomaly.
|
|
1646
|
-
* </p>
|
|
1714
|
+
* <p> The status of the reactive anomaly. </p>
|
|
1647
1715
|
*/
|
|
1648
1716
|
Status?: AnomalyStatus | string;
|
|
1649
1717
|
/**
|
|
1650
|
-
* <p>
|
|
1651
|
-
*
|
|
1652
|
-
*
|
|
1653
|
-
* an anomaly.
|
|
1654
|
-
* </p>
|
|
1718
|
+
* <p> A time range that specifies when the observed unusual behavior in an anomaly started
|
|
1719
|
+
* and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies
|
|
1720
|
+
* the time range when DevOps Guru opens and then closes an anomaly. </p>
|
|
1655
1721
|
*/
|
|
1656
1722
|
AnomalyTimeRange?: AnomalyTimeRange;
|
|
1657
1723
|
/**
|
|
@@ -1661,22 +1727,19 @@ export interface ReactiveAnomalySummary {
|
|
|
1661
1727
|
*/
|
|
1662
1728
|
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
1663
1729
|
/**
|
|
1664
|
-
* <p>
|
|
1665
|
-
*
|
|
1666
|
-
* </p>
|
|
1730
|
+
* <p> Details about the source of the analyzed operational data that triggered the anomaly.
|
|
1731
|
+
* The one supported source is Amazon CloudWatch metrics. </p>
|
|
1667
1732
|
*/
|
|
1668
1733
|
SourceDetails?: AnomalySourceDetails;
|
|
1669
1734
|
/**
|
|
1670
|
-
* <p>
|
|
1671
|
-
*
|
|
1672
|
-
* </p>
|
|
1735
|
+
* <p> The ID of the insight that contains this anomaly. An insight is composed of related
|
|
1736
|
+
* anomalies. </p>
|
|
1673
1737
|
*/
|
|
1674
1738
|
AssociatedInsightId?: string;
|
|
1675
1739
|
/**
|
|
1676
|
-
* <p>
|
|
1677
|
-
*
|
|
1678
|
-
* only the
|
|
1679
|
-
* </p>
|
|
1740
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
1741
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
1742
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
1680
1743
|
*/
|
|
1681
1744
|
ResourceCollection?: ResourceCollection;
|
|
1682
1745
|
}
|
|
@@ -1688,15 +1751,13 @@ export declare namespace ReactiveAnomalySummary {
|
|
|
1688
1751
|
}
|
|
1689
1752
|
export interface ListAnomaliesForInsightResponse {
|
|
1690
1753
|
/**
|
|
1691
|
-
* <p>
|
|
1692
|
-
*
|
|
1693
|
-
* </p>
|
|
1754
|
+
* <p> An array of <code>ProactiveAnomalySummary</code> objects that represent the requested
|
|
1755
|
+
* anomalies </p>
|
|
1694
1756
|
*/
|
|
1695
1757
|
ProactiveAnomalies?: ProactiveAnomalySummary[];
|
|
1696
1758
|
/**
|
|
1697
|
-
* <p>
|
|
1698
|
-
*
|
|
1699
|
-
* </p>
|
|
1759
|
+
* <p> An array of <code>ReactiveAnomalySummary</code> objects that represent the requested
|
|
1760
|
+
* anomalies </p>
|
|
1700
1761
|
*/
|
|
1701
1762
|
ReactiveAnomalies?: ReactiveAnomalySummary[];
|
|
1702
1763
|
/**
|
|
@@ -1723,22 +1784,17 @@ export declare enum EventClass {
|
|
|
1723
1784
|
SECURITY_CHANGE = "SECURITY_CHANGE"
|
|
1724
1785
|
}
|
|
1725
1786
|
/**
|
|
1726
|
-
* <p>
|
|
1727
|
-
*
|
|
1728
|
-
*
|
|
1729
|
-
* </p>
|
|
1787
|
+
* <p> The time range during which an Amazon Web Services event occurred. Amazon Web Services resource events and
|
|
1788
|
+
* metrics are analyzed by DevOps Guru to find anomalous behavior and provide recommendations to
|
|
1789
|
+
* improve your operational solutions. </p>
|
|
1730
1790
|
*/
|
|
1731
1791
|
export interface EventTimeRange {
|
|
1732
1792
|
/**
|
|
1733
|
-
* <p>
|
|
1734
|
-
* The time when the event started.
|
|
1735
|
-
* </p>
|
|
1793
|
+
* <p> The time when the event started. </p>
|
|
1736
1794
|
*/
|
|
1737
1795
|
FromTime: Date | undefined;
|
|
1738
1796
|
/**
|
|
1739
|
-
* <p>
|
|
1740
|
-
* The time when the event ended.
|
|
1741
|
-
* </p>
|
|
1797
|
+
* <p> The time when the event ended. </p>
|
|
1742
1798
|
*/
|
|
1743
1799
|
ToTime: Date | undefined;
|
|
1744
1800
|
}
|
|
@@ -1749,15 +1805,12 @@ export declare namespace EventTimeRange {
|
|
|
1749
1805
|
const filterSensitiveLog: (obj: EventTimeRange) => any;
|
|
1750
1806
|
}
|
|
1751
1807
|
/**
|
|
1752
|
-
* <p>
|
|
1753
|
-
*
|
|
1754
|
-
* </p>
|
|
1808
|
+
* <p> Filters you can use to specify which events are returned when <code>ListEvents</code>
|
|
1809
|
+
* is called. </p>
|
|
1755
1810
|
*/
|
|
1756
1811
|
export interface ListEventsFilters {
|
|
1757
1812
|
/**
|
|
1758
|
-
* <p>
|
|
1759
|
-
* An ID of an insight that is related to the events you want to filter for.
|
|
1760
|
-
* </p>
|
|
1813
|
+
* <p> An ID of an insight that is related to the events you want to filter for. </p>
|
|
1761
1814
|
*/
|
|
1762
1815
|
InsightId?: string;
|
|
1763
1816
|
/**
|
|
@@ -1765,28 +1818,23 @@ export interface ListEventsFilters {
|
|
|
1765
1818
|
*/
|
|
1766
1819
|
EventTimeRange?: EventTimeRange;
|
|
1767
1820
|
/**
|
|
1768
|
-
* <p>
|
|
1769
|
-
*
|
|
1770
|
-
* </p>
|
|
1821
|
+
* <p> The class of the events you want to filter for, such as an infrastructure change, a
|
|
1822
|
+
* deployment, or a schema change. </p>
|
|
1771
1823
|
*/
|
|
1772
1824
|
EventClass?: EventClass | string;
|
|
1773
1825
|
/**
|
|
1774
|
-
* <p>
|
|
1775
|
-
* The AWS source that emitted the events you want to filter for.
|
|
1776
|
-
* </p>
|
|
1826
|
+
* <p> The Amazon Web Services source that emitted the events you want to filter for. </p>
|
|
1777
1827
|
*/
|
|
1778
1828
|
EventSource?: string;
|
|
1779
1829
|
/**
|
|
1780
|
-
* <p>
|
|
1781
|
-
*
|
|
1782
|
-
* </p>
|
|
1830
|
+
* <p> The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, of the
|
|
1831
|
+
* events you want returned. </p>
|
|
1783
1832
|
*/
|
|
1784
1833
|
DataSource?: EventDataSource | string;
|
|
1785
1834
|
/**
|
|
1786
|
-
* <p>
|
|
1787
|
-
*
|
|
1788
|
-
* only the
|
|
1789
|
-
* </p>
|
|
1835
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
1836
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
1837
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
1790
1838
|
*/
|
|
1791
1839
|
ResourceCollection?: ResourceCollection;
|
|
1792
1840
|
}
|
|
@@ -1798,9 +1846,8 @@ export declare namespace ListEventsFilters {
|
|
|
1798
1846
|
}
|
|
1799
1847
|
export interface ListEventsRequest {
|
|
1800
1848
|
/**
|
|
1801
|
-
* <p>
|
|
1802
|
-
*
|
|
1803
|
-
* </p>
|
|
1849
|
+
* <p> A <code>ListEventsFilters</code> object used to specify which events to return.
|
|
1850
|
+
* </p>
|
|
1804
1851
|
*/
|
|
1805
1852
|
Filters: ListEventsFilters | undefined;
|
|
1806
1853
|
/**
|
|
@@ -1813,6 +1860,10 @@ export interface ListEventsRequest {
|
|
|
1813
1860
|
* the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
1814
1861
|
*/
|
|
1815
1862
|
NextToken?: string;
|
|
1863
|
+
/**
|
|
1864
|
+
* <p>The ID of the Amazon Web Services account. </p>
|
|
1865
|
+
*/
|
|
1866
|
+
AccountId?: string;
|
|
1816
1867
|
}
|
|
1817
1868
|
export declare namespace ListEventsRequest {
|
|
1818
1869
|
/**
|
|
@@ -1821,28 +1872,21 @@ export declare namespace ListEventsRequest {
|
|
|
1821
1872
|
const filterSensitiveLog: (obj: ListEventsRequest) => any;
|
|
1822
1873
|
}
|
|
1823
1874
|
/**
|
|
1824
|
-
* <p>
|
|
1825
|
-
*
|
|
1826
|
-
*
|
|
1827
|
-
* </p>
|
|
1875
|
+
* <p> The Amazon Web Services resource that emitted an event. Amazon Web Services resource events and metrics are
|
|
1876
|
+
* analyzed by DevOps Guru to find anomalous behavior and provide recommendations to improve your
|
|
1877
|
+
* operational solutions. </p>
|
|
1828
1878
|
*/
|
|
1829
1879
|
export interface EventResource {
|
|
1830
1880
|
/**
|
|
1831
|
-
* <p>
|
|
1832
|
-
* The type of resource that emitted an event.
|
|
1833
|
-
* </p>
|
|
1881
|
+
* <p> The type of resource that emitted an event. </p>
|
|
1834
1882
|
*/
|
|
1835
1883
|
Type?: string;
|
|
1836
1884
|
/**
|
|
1837
|
-
* <p>
|
|
1838
|
-
* The name of the resource that emitted an event.
|
|
1839
|
-
* </p>
|
|
1885
|
+
* <p> The name of the resource that emitted an event. </p>
|
|
1840
1886
|
*/
|
|
1841
1887
|
Name?: string;
|
|
1842
1888
|
/**
|
|
1843
|
-
* <p>
|
|
1844
|
-
* The Amazon Resource Name (ARN) of the resource that emitted an event.
|
|
1845
|
-
* </p>
|
|
1889
|
+
* <p> The Amazon Resource Name (ARN) of the resource that emitted an event. </p>
|
|
1846
1890
|
*/
|
|
1847
1891
|
Arn?: string;
|
|
1848
1892
|
}
|
|
@@ -1853,23 +1897,19 @@ export declare namespace EventResource {
|
|
|
1853
1897
|
const filterSensitiveLog: (obj: EventResource) => any;
|
|
1854
1898
|
}
|
|
1855
1899
|
/**
|
|
1856
|
-
* <p>
|
|
1857
|
-
*
|
|
1858
|
-
*
|
|
1859
|
-
* </p>
|
|
1900
|
+
* <p> An Amazon Web Services resource event. Amazon Web Services resource events and metrics are analyzed by DevOps Guru to
|
|
1901
|
+
* find anomalous behavior and provide recommendations to improve your operational
|
|
1902
|
+
* solutions. </p>
|
|
1860
1903
|
*/
|
|
1861
1904
|
export interface Event {
|
|
1862
1905
|
/**
|
|
1863
|
-
* <p>
|
|
1864
|
-
*
|
|
1865
|
-
* only the
|
|
1866
|
-
* </p>
|
|
1906
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
1907
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
1908
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
1867
1909
|
*/
|
|
1868
1910
|
ResourceCollection?: ResourceCollection;
|
|
1869
1911
|
/**
|
|
1870
|
-
* <p>
|
|
1871
|
-
* The ID of the event.
|
|
1872
|
-
* </p>
|
|
1912
|
+
* <p> The ID of the event. </p>
|
|
1873
1913
|
*/
|
|
1874
1914
|
Id?: string;
|
|
1875
1915
|
/**
|
|
@@ -1877,33 +1917,26 @@ export interface Event {
|
|
|
1877
1917
|
*/
|
|
1878
1918
|
Time?: Date;
|
|
1879
1919
|
/**
|
|
1880
|
-
* <p>
|
|
1881
|
-
* The AWS source that emitted the event.
|
|
1882
|
-
* </p>
|
|
1920
|
+
* <p> The Amazon Web Services source that emitted the event. </p>
|
|
1883
1921
|
*/
|
|
1884
1922
|
EventSource?: string;
|
|
1885
1923
|
/**
|
|
1886
|
-
* <p>
|
|
1887
|
-
* The name of the event.
|
|
1888
|
-
* </p>
|
|
1924
|
+
* <p> The name of the event. </p>
|
|
1889
1925
|
*/
|
|
1890
1926
|
Name?: string;
|
|
1891
1927
|
/**
|
|
1892
|
-
* <p>
|
|
1893
|
-
*
|
|
1894
|
-
* </p>
|
|
1928
|
+
* <p> The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, where DevOps Guru
|
|
1929
|
+
* analysis found the event. </p>
|
|
1895
1930
|
*/
|
|
1896
1931
|
DataSource?: EventDataSource | string;
|
|
1897
1932
|
/**
|
|
1898
|
-
* <p>
|
|
1899
|
-
*
|
|
1900
|
-
* </p>
|
|
1933
|
+
* <p> The class of the event. The class specifies what the event is related to, such as an
|
|
1934
|
+
* infrastructure change, a deployment, or a schema change. </p>
|
|
1901
1935
|
*/
|
|
1902
1936
|
EventClass?: EventClass | string;
|
|
1903
1937
|
/**
|
|
1904
|
-
* <p>
|
|
1905
|
-
*
|
|
1906
|
-
* </p>
|
|
1938
|
+
* <p> An <code>EventResource</code> object that contains information about the resource
|
|
1939
|
+
* that emitted the event. </p>
|
|
1907
1940
|
*/
|
|
1908
1941
|
Resources?: EventResource[];
|
|
1909
1942
|
}
|
|
@@ -1915,9 +1948,7 @@ export declare namespace Event {
|
|
|
1915
1948
|
}
|
|
1916
1949
|
export interface ListEventsResponse {
|
|
1917
1950
|
/**
|
|
1918
|
-
* <p>
|
|
1919
|
-
* A list of the requested events.
|
|
1920
|
-
* </p>
|
|
1951
|
+
* <p> A list of the requested events. </p>
|
|
1921
1952
|
*/
|
|
1922
1953
|
Events: Event[] | undefined;
|
|
1923
1954
|
/**
|
|
@@ -1937,21 +1968,17 @@ export declare enum InsightType {
|
|
|
1937
1968
|
REACTIVE = "REACTIVE"
|
|
1938
1969
|
}
|
|
1939
1970
|
/**
|
|
1940
|
-
* <p>
|
|
1941
|
-
* Used to filter for insights that have any status.
|
|
1942
|
-
* </p>
|
|
1971
|
+
* <p> Used to filter for insights that have any status. </p>
|
|
1943
1972
|
*/
|
|
1944
1973
|
export interface ListInsightsAnyStatusFilter {
|
|
1945
1974
|
/**
|
|
1946
|
-
* <p>
|
|
1947
|
-
*
|
|
1948
|
-
* </p>
|
|
1975
|
+
* <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
|
|
1976
|
+
* </p>
|
|
1949
1977
|
*/
|
|
1950
1978
|
Type: InsightType | string | undefined;
|
|
1951
1979
|
/**
|
|
1952
|
-
* <p>
|
|
1953
|
-
*
|
|
1954
|
-
* </p>
|
|
1980
|
+
* <p> A time range used to specify when the behavior of the filtered insights started.
|
|
1981
|
+
* </p>
|
|
1955
1982
|
*/
|
|
1956
1983
|
StartTimeRange: StartTimeRange | undefined;
|
|
1957
1984
|
}
|
|
@@ -1962,21 +1989,16 @@ export declare namespace ListInsightsAnyStatusFilter {
|
|
|
1962
1989
|
const filterSensitiveLog: (obj: ListInsightsAnyStatusFilter) => any;
|
|
1963
1990
|
}
|
|
1964
1991
|
/**
|
|
1965
|
-
* <p>
|
|
1966
|
-
*
|
|
1967
|
-
* </p>
|
|
1992
|
+
* <p> A range of time that specifies when anomalous behavior in an anomaly or insight
|
|
1993
|
+
* ended. </p>
|
|
1968
1994
|
*/
|
|
1969
1995
|
export interface EndTimeRange {
|
|
1970
1996
|
/**
|
|
1971
|
-
* <p>
|
|
1972
|
-
* The earliest end time in the time range.
|
|
1973
|
-
* </p>
|
|
1997
|
+
* <p> The earliest end time in the time range. </p>
|
|
1974
1998
|
*/
|
|
1975
1999
|
FromTime?: Date;
|
|
1976
2000
|
/**
|
|
1977
|
-
* <p>
|
|
1978
|
-
* The latest end time in the time range.
|
|
1979
|
-
* </p>
|
|
2001
|
+
* <p> The latest end time in the time range. </p>
|
|
1980
2002
|
*/
|
|
1981
2003
|
ToTime?: Date;
|
|
1982
2004
|
}
|
|
@@ -1987,21 +2009,17 @@ export declare namespace EndTimeRange {
|
|
|
1987
2009
|
const filterSensitiveLog: (obj: EndTimeRange) => any;
|
|
1988
2010
|
}
|
|
1989
2011
|
/**
|
|
1990
|
-
* <p>
|
|
1991
|
-
* Used to filter for insights that have the status <code>CLOSED</code>.
|
|
1992
|
-
* </p>
|
|
2012
|
+
* <p> Used to filter for insights that have the status <code>CLOSED</code>. </p>
|
|
1993
2013
|
*/
|
|
1994
2014
|
export interface ListInsightsClosedStatusFilter {
|
|
1995
2015
|
/**
|
|
1996
|
-
* <p>
|
|
1997
|
-
*
|
|
1998
|
-
* </p>
|
|
2016
|
+
* <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
|
|
2017
|
+
* </p>
|
|
1999
2018
|
*/
|
|
2000
2019
|
Type: InsightType | string | undefined;
|
|
2001
2020
|
/**
|
|
2002
|
-
* <p>
|
|
2003
|
-
*
|
|
2004
|
-
* </p>
|
|
2021
|
+
* <p> A time range used to specify when the behavior of the filtered insights ended.
|
|
2022
|
+
* </p>
|
|
2005
2023
|
*/
|
|
2006
2024
|
EndTimeRange: EndTimeRange | undefined;
|
|
2007
2025
|
}
|
|
@@ -2012,15 +2030,12 @@ export declare namespace ListInsightsClosedStatusFilter {
|
|
|
2012
2030
|
const filterSensitiveLog: (obj: ListInsightsClosedStatusFilter) => any;
|
|
2013
2031
|
}
|
|
2014
2032
|
/**
|
|
2015
|
-
* <p>
|
|
2016
|
-
* Used to filter for insights that have the status <code>ONGOING</code>.
|
|
2017
|
-
* </p>
|
|
2033
|
+
* <p> Used to filter for insights that have the status <code>ONGOING</code>. </p>
|
|
2018
2034
|
*/
|
|
2019
2035
|
export interface ListInsightsOngoingStatusFilter {
|
|
2020
2036
|
/**
|
|
2021
|
-
* <p>
|
|
2022
|
-
*
|
|
2023
|
-
* </p>
|
|
2037
|
+
* <p> Use to filter for either <code>REACTIVE</code> or <code>PROACTIVE</code> insights.
|
|
2038
|
+
* </p>
|
|
2024
2039
|
*/
|
|
2025
2040
|
Type: InsightType | string | undefined;
|
|
2026
2041
|
}
|
|
@@ -2031,30 +2046,23 @@ export declare namespace ListInsightsOngoingStatusFilter {
|
|
|
2031
2046
|
const filterSensitiveLog: (obj: ListInsightsOngoingStatusFilter) => any;
|
|
2032
2047
|
}
|
|
2033
2048
|
/**
|
|
2034
|
-
* <p>
|
|
2035
|
-
*
|
|
2036
|
-
* </p>
|
|
2049
|
+
* <p> A filter used by <code>ListInsights</code> to specify which insights to return.
|
|
2050
|
+
* </p>
|
|
2037
2051
|
*/
|
|
2038
2052
|
export interface ListInsightsStatusFilter {
|
|
2039
2053
|
/**
|
|
2040
|
-
* <p>
|
|
2041
|
-
*
|
|
2042
|
-
* that are either <code>REACTIVE</code> or <code>PROACTIVE</code>.
|
|
2043
|
-
* </p>
|
|
2054
|
+
* <p> A <code>ListInsightsAnyStatusFilter</code> that specifies ongoing insights that are
|
|
2055
|
+
* either <code>REACTIVE</code> or <code>PROACTIVE</code>. </p>
|
|
2044
2056
|
*/
|
|
2045
2057
|
Ongoing?: ListInsightsOngoingStatusFilter;
|
|
2046
2058
|
/**
|
|
2047
|
-
* <p>
|
|
2048
|
-
*
|
|
2049
|
-
* either <code>REACTIVE</code> or <code>PROACTIVE</code>.
|
|
2050
|
-
* </p>
|
|
2059
|
+
* <p> A <code>ListInsightsClosedStatusFilter</code> that specifies closed insights that are
|
|
2060
|
+
* either <code>REACTIVE</code> or <code>PROACTIVE</code>. </p>
|
|
2051
2061
|
*/
|
|
2052
2062
|
Closed?: ListInsightsClosedStatusFilter;
|
|
2053
2063
|
/**
|
|
2054
|
-
* <p>
|
|
2055
|
-
*
|
|
2056
|
-
* that are either <code>REACTIVE</code> or <code>PROACTIVE</code>.
|
|
2057
|
-
* </p>
|
|
2064
|
+
* <p> A <code>ListInsightsAnyStatusFilter</code> that specifies insights of any status that
|
|
2065
|
+
* are either <code>REACTIVE</code> or <code>PROACTIVE</code>. </p>
|
|
2058
2066
|
*/
|
|
2059
2067
|
Any?: ListInsightsAnyStatusFilter;
|
|
2060
2068
|
}
|
|
@@ -2066,9 +2074,8 @@ export declare namespace ListInsightsStatusFilter {
|
|
|
2066
2074
|
}
|
|
2067
2075
|
export interface ListInsightsRequest {
|
|
2068
2076
|
/**
|
|
2069
|
-
* <p>
|
|
2070
|
-
*
|
|
2071
|
-
* </p>
|
|
2077
|
+
* <p> A filter used to filter the returned insights by their status. You can specify one
|
|
2078
|
+
* status filter. </p>
|
|
2072
2079
|
*/
|
|
2073
2080
|
StatusFilter: ListInsightsStatusFilter | undefined;
|
|
2074
2081
|
/**
|
|
@@ -2089,11 +2096,11 @@ export declare namespace ListInsightsRequest {
|
|
|
2089
2096
|
const filterSensitiveLog: (obj: ListInsightsRequest) => any;
|
|
2090
2097
|
}
|
|
2091
2098
|
/**
|
|
2092
|
-
* <p>A collection of the names of
|
|
2099
|
+
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
2093
2100
|
*/
|
|
2094
2101
|
export interface ServiceCollection {
|
|
2095
2102
|
/**
|
|
2096
|
-
* <p>An array of strings that each specifies the name of an
|
|
2103
|
+
* <p>An array of strings that each specifies the name of an Amazon Web Services service.</p>
|
|
2097
2104
|
*/
|
|
2098
2105
|
ServiceNames?: (ServiceName | string)[];
|
|
2099
2106
|
}
|
|
@@ -2105,7 +2112,7 @@ export declare namespace ServiceCollection {
|
|
|
2105
2112
|
}
|
|
2106
2113
|
/**
|
|
2107
2114
|
* <p>Details about a proactive insight. This object is returned by
|
|
2108
|
-
*
|
|
2115
|
+
* <code>DescribeInsight.</code>
|
|
2109
2116
|
* </p>
|
|
2110
2117
|
*/
|
|
2111
2118
|
export interface ProactiveInsightSummary {
|
|
@@ -2131,20 +2138,18 @@ export interface ProactiveInsightSummary {
|
|
|
2131
2138
|
*/
|
|
2132
2139
|
InsightTimeRange?: InsightTimeRange;
|
|
2133
2140
|
/**
|
|
2134
|
-
* <p>
|
|
2135
|
-
*
|
|
2136
|
-
* </p>
|
|
2141
|
+
* <p> The time range during which anomalous behavior in a proactive anomaly or an insight
|
|
2142
|
+
* is expected to occur. </p>
|
|
2137
2143
|
*/
|
|
2138
2144
|
PredictionTimeRange?: PredictionTimeRange;
|
|
2139
2145
|
/**
|
|
2140
|
-
* <p>
|
|
2141
|
-
*
|
|
2142
|
-
* only the
|
|
2143
|
-
* </p>
|
|
2146
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
2147
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
2148
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
2144
2149
|
*/
|
|
2145
2150
|
ResourceCollection?: ResourceCollection;
|
|
2146
2151
|
/**
|
|
2147
|
-
* <p>A collection of the names of
|
|
2152
|
+
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
2148
2153
|
*/
|
|
2149
2154
|
ServiceCollection?: ServiceCollection;
|
|
2150
2155
|
}
|
|
@@ -2161,27 +2166,19 @@ export declare namespace ProactiveInsightSummary {
|
|
|
2161
2166
|
*/
|
|
2162
2167
|
export interface ReactiveInsightSummary {
|
|
2163
2168
|
/**
|
|
2164
|
-
* <p>
|
|
2165
|
-
* The ID of a reactive summary.
|
|
2166
|
-
* </p>
|
|
2169
|
+
* <p> The ID of a reactive summary. </p>
|
|
2167
2170
|
*/
|
|
2168
2171
|
Id?: string;
|
|
2169
2172
|
/**
|
|
2170
|
-
* <p>
|
|
2171
|
-
* The name of a reactive insight.
|
|
2172
|
-
* </p>
|
|
2173
|
+
* <p> The name of a reactive insight. </p>
|
|
2173
2174
|
*/
|
|
2174
2175
|
Name?: string;
|
|
2175
2176
|
/**
|
|
2176
|
-
* <p>
|
|
2177
|
-
* The severity of a reactive insight.
|
|
2178
|
-
* </p>
|
|
2177
|
+
* <p> The severity of a reactive insight. </p>
|
|
2179
2178
|
*/
|
|
2180
2179
|
Severity?: InsightSeverity | string;
|
|
2181
2180
|
/**
|
|
2182
|
-
* <p>
|
|
2183
|
-
* The status of a reactive insight.
|
|
2184
|
-
* </p>
|
|
2181
|
+
* <p> The status of a reactive insight. </p>
|
|
2185
2182
|
*/
|
|
2186
2183
|
Status?: InsightStatus | string;
|
|
2187
2184
|
/**
|
|
@@ -2190,14 +2187,13 @@ export interface ReactiveInsightSummary {
|
|
|
2190
2187
|
*/
|
|
2191
2188
|
InsightTimeRange?: InsightTimeRange;
|
|
2192
2189
|
/**
|
|
2193
|
-
* <p>
|
|
2194
|
-
*
|
|
2195
|
-
* only the
|
|
2196
|
-
* </p>
|
|
2190
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
2191
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
2192
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
2197
2193
|
*/
|
|
2198
2194
|
ResourceCollection?: ResourceCollection;
|
|
2199
2195
|
/**
|
|
2200
|
-
* <p>A collection of the names of
|
|
2196
|
+
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
2201
2197
|
*/
|
|
2202
2198
|
ServiceCollection?: ServiceCollection;
|
|
2203
2199
|
}
|
|
@@ -2209,15 +2205,11 @@ export declare namespace ReactiveInsightSummary {
|
|
|
2209
2205
|
}
|
|
2210
2206
|
export interface ListInsightsResponse {
|
|
2211
2207
|
/**
|
|
2212
|
-
* <p>
|
|
2213
|
-
* The returned list of proactive insights.
|
|
2214
|
-
* </p>
|
|
2208
|
+
* <p> The returned list of proactive insights. </p>
|
|
2215
2209
|
*/
|
|
2216
2210
|
ProactiveInsights?: ProactiveInsightSummary[];
|
|
2217
2211
|
/**
|
|
2218
|
-
* <p>
|
|
2219
|
-
* The returned list of reactive insights.
|
|
2220
|
-
* </p>
|
|
2212
|
+
* <p> The returned list of reactive insights. </p>
|
|
2221
2213
|
*/
|
|
2222
2214
|
ReactiveInsights?: ReactiveInsightSummary[];
|
|
2223
2215
|
/**
|
|
@@ -2246,31 +2238,25 @@ export declare namespace ListNotificationChannelsRequest {
|
|
|
2246
2238
|
const filterSensitiveLog: (obj: ListNotificationChannelsRequest) => any;
|
|
2247
2239
|
}
|
|
2248
2240
|
/**
|
|
2249
|
-
* <p>
|
|
2250
|
-
*
|
|
2251
|
-
*
|
|
2252
|
-
* supported notification channel is Amazon Simple Notification Service (Amazon SNS).
|
|
2253
|
-
* </p>
|
|
2254
|
-
*
|
|
2241
|
+
* <p> Information about a notification channel. A notification channel is used to notify
|
|
2242
|
+
* you when DevOps Guru creates an insight. The one
|
|
2243
|
+
* supported notification channel is Amazon Simple Notification Service (Amazon SNS). </p>
|
|
2255
2244
|
* <p>If you use an Amazon SNS topic in another account, you must attach a policy to it that grants DevOps Guru permission
|
|
2256
2245
|
* to it notifications. DevOps Guru adds the required policy on your behalf to send notifications using Amazon SNS in your account.
|
|
2257
2246
|
* For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
|
|
2258
2247
|
* for cross account Amazon SNS topics</a>.</p>
|
|
2259
|
-
* <p>If you use an Amazon SNS topic that is encrypted by an
|
|
2248
|
+
* <p>If you use an Amazon SNS topic that is encrypted by an Amazon Web Services Key Management Service customer-managed key (CMK), then you must add permissions
|
|
2260
2249
|
* to the CMK. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions for
|
|
2261
|
-
*
|
|
2250
|
+
* Amazon Web Services KMS–encrypted Amazon SNS topics</a>.</p>
|
|
2262
2251
|
*/
|
|
2263
2252
|
export interface NotificationChannel {
|
|
2264
2253
|
/**
|
|
2265
|
-
* <p>
|
|
2266
|
-
* The ID of a notification channel.
|
|
2267
|
-
* </p>
|
|
2254
|
+
* <p> The ID of a notification channel. </p>
|
|
2268
2255
|
*/
|
|
2269
2256
|
Id?: string;
|
|
2270
2257
|
/**
|
|
2271
|
-
* <p>
|
|
2272
|
-
*
|
|
2273
|
-
* </p>
|
|
2258
|
+
* <p> A <code>NotificationChannelConfig</code> object that contains information about
|
|
2259
|
+
* configured notification channels. </p>
|
|
2274
2260
|
*/
|
|
2275
2261
|
Config?: NotificationChannelConfig;
|
|
2276
2262
|
}
|
|
@@ -2282,9 +2268,7 @@ export declare namespace NotificationChannel {
|
|
|
2282
2268
|
}
|
|
2283
2269
|
export interface ListNotificationChannelsResponse {
|
|
2284
2270
|
/**
|
|
2285
|
-
* <p>
|
|
2286
|
-
* An array that contains the requested notification channels.
|
|
2287
|
-
* </p>
|
|
2271
|
+
* <p> An array that contains the requested notification channels. </p>
|
|
2288
2272
|
*/
|
|
2289
2273
|
Channels?: NotificationChannel[];
|
|
2290
2274
|
/**
|
|
@@ -2299,6 +2283,167 @@ export declare namespace ListNotificationChannelsResponse {
|
|
|
2299
2283
|
*/
|
|
2300
2284
|
const filterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
|
|
2301
2285
|
}
|
|
2286
|
+
export interface ListOrganizationInsightsRequest {
|
|
2287
|
+
/**
|
|
2288
|
+
* <p> A filter used by <code>ListInsights</code> to specify which insights to return.
|
|
2289
|
+
* </p>
|
|
2290
|
+
*/
|
|
2291
|
+
StatusFilter: ListInsightsStatusFilter | undefined;
|
|
2292
|
+
/**
|
|
2293
|
+
* <p>The maximum number of results to return with a single call.
|
|
2294
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
2295
|
+
*/
|
|
2296
|
+
MaxResults?: number;
|
|
2297
|
+
/**
|
|
2298
|
+
* <p>The ID of the Amazon Web Services account. </p>
|
|
2299
|
+
*/
|
|
2300
|
+
AccountIds?: string[];
|
|
2301
|
+
/**
|
|
2302
|
+
* <p>The ID of the organizational unit.</p>
|
|
2303
|
+
*/
|
|
2304
|
+
OrganizationalUnitIds?: string[];
|
|
2305
|
+
/**
|
|
2306
|
+
* <p>The pagination token to use to retrieve
|
|
2307
|
+
* the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2308
|
+
*/
|
|
2309
|
+
NextToken?: string;
|
|
2310
|
+
}
|
|
2311
|
+
export declare namespace ListOrganizationInsightsRequest {
|
|
2312
|
+
/**
|
|
2313
|
+
* @internal
|
|
2314
|
+
*/
|
|
2315
|
+
const filterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
|
|
2316
|
+
}
|
|
2317
|
+
/**
|
|
2318
|
+
* <p>Details about a proactive insight. This object is returned by
|
|
2319
|
+
* <code>DescribeInsight</code>.</p>
|
|
2320
|
+
*/
|
|
2321
|
+
export interface ProactiveOrganizationInsightSummary {
|
|
2322
|
+
/**
|
|
2323
|
+
* <p>The ID of the insight summary.</p>
|
|
2324
|
+
*/
|
|
2325
|
+
Id?: string;
|
|
2326
|
+
/**
|
|
2327
|
+
* <p>The ID of the Amazon Web Services account.</p>
|
|
2328
|
+
*/
|
|
2329
|
+
AccountId?: string;
|
|
2330
|
+
/**
|
|
2331
|
+
* <p>The ID of the organizational unit.</p>
|
|
2332
|
+
*/
|
|
2333
|
+
OrganizationalUnitId?: string;
|
|
2334
|
+
/**
|
|
2335
|
+
* <p>The name of the insight summary.</p>
|
|
2336
|
+
*/
|
|
2337
|
+
Name?: string;
|
|
2338
|
+
/**
|
|
2339
|
+
* <p> An array of severity values used to search for insights. </p>
|
|
2340
|
+
*/
|
|
2341
|
+
Severity?: InsightSeverity | string;
|
|
2342
|
+
/**
|
|
2343
|
+
* <p> An array of status values used to search for insights. </p>
|
|
2344
|
+
*/
|
|
2345
|
+
Status?: InsightStatus | string;
|
|
2346
|
+
/**
|
|
2347
|
+
* <p> A time ranged that specifies when the observed behavior in an insight started and
|
|
2348
|
+
* ended. </p>
|
|
2349
|
+
*/
|
|
2350
|
+
InsightTimeRange?: InsightTimeRange;
|
|
2351
|
+
/**
|
|
2352
|
+
* <p> The time range during which anomalous behavior in a proactive anomaly or an insight
|
|
2353
|
+
* is expected to occur. </p>
|
|
2354
|
+
*/
|
|
2355
|
+
PredictionTimeRange?: PredictionTimeRange;
|
|
2356
|
+
/**
|
|
2357
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
2358
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
2359
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
2360
|
+
*/
|
|
2361
|
+
ResourceCollection?: ResourceCollection;
|
|
2362
|
+
/**
|
|
2363
|
+
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
2364
|
+
*/
|
|
2365
|
+
ServiceCollection?: ServiceCollection;
|
|
2366
|
+
}
|
|
2367
|
+
export declare namespace ProactiveOrganizationInsightSummary {
|
|
2368
|
+
/**
|
|
2369
|
+
* @internal
|
|
2370
|
+
*/
|
|
2371
|
+
const filterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
|
|
2372
|
+
}
|
|
2373
|
+
/**
|
|
2374
|
+
* <p>Information about a reactive insight. This object is returned by
|
|
2375
|
+
* <code>DescribeInsight</code>.</p>
|
|
2376
|
+
*/
|
|
2377
|
+
export interface ReactiveOrganizationInsightSummary {
|
|
2378
|
+
/**
|
|
2379
|
+
* <p>The ID of the insight summary.</p>
|
|
2380
|
+
*/
|
|
2381
|
+
Id?: string;
|
|
2382
|
+
/**
|
|
2383
|
+
* <p>The ID of the Amazon Web Services account.</p>
|
|
2384
|
+
*/
|
|
2385
|
+
AccountId?: string;
|
|
2386
|
+
/**
|
|
2387
|
+
* <p>The ID of the organizational unit.</p>
|
|
2388
|
+
*/
|
|
2389
|
+
OrganizationalUnitId?: string;
|
|
2390
|
+
/**
|
|
2391
|
+
* <p>The name of the insight summary.</p>
|
|
2392
|
+
*/
|
|
2393
|
+
Name?: string;
|
|
2394
|
+
/**
|
|
2395
|
+
* <p> An array of severity values used to search for insights. </p>
|
|
2396
|
+
*/
|
|
2397
|
+
Severity?: InsightSeverity | string;
|
|
2398
|
+
/**
|
|
2399
|
+
* <p> An array of status values used to search for insights. </p>
|
|
2400
|
+
*/
|
|
2401
|
+
Status?: InsightStatus | string;
|
|
2402
|
+
/**
|
|
2403
|
+
* <p> A time ranged that specifies when the observed behavior in an insight started and
|
|
2404
|
+
* ended. </p>
|
|
2405
|
+
*/
|
|
2406
|
+
InsightTimeRange?: InsightTimeRange;
|
|
2407
|
+
/**
|
|
2408
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
2409
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
2410
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
2411
|
+
*/
|
|
2412
|
+
ResourceCollection?: ResourceCollection;
|
|
2413
|
+
/**
|
|
2414
|
+
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
2415
|
+
*/
|
|
2416
|
+
ServiceCollection?: ServiceCollection;
|
|
2417
|
+
}
|
|
2418
|
+
export declare namespace ReactiveOrganizationInsightSummary {
|
|
2419
|
+
/**
|
|
2420
|
+
* @internal
|
|
2421
|
+
*/
|
|
2422
|
+
const filterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
|
|
2423
|
+
}
|
|
2424
|
+
export interface ListOrganizationInsightsResponse {
|
|
2425
|
+
/**
|
|
2426
|
+
* <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
|
|
2427
|
+
* account.</p>
|
|
2428
|
+
*/
|
|
2429
|
+
ProactiveInsights?: ProactiveOrganizationInsightSummary[];
|
|
2430
|
+
/**
|
|
2431
|
+
* <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
|
|
2432
|
+
* account.</p>
|
|
2433
|
+
*/
|
|
2434
|
+
ReactiveInsights?: ReactiveOrganizationInsightSummary[];
|
|
2435
|
+
/**
|
|
2436
|
+
* <p>The pagination token to use to retrieve
|
|
2437
|
+
* the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2438
|
+
*/
|
|
2439
|
+
NextToken?: string;
|
|
2440
|
+
}
|
|
2441
|
+
export declare namespace ListOrganizationInsightsResponse {
|
|
2442
|
+
/**
|
|
2443
|
+
* @internal
|
|
2444
|
+
*/
|
|
2445
|
+
const filterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
|
|
2446
|
+
}
|
|
2302
2447
|
export declare enum Locale {
|
|
2303
2448
|
DE_DE = "DE_DE",
|
|
2304
2449
|
EN_GB = "EN_GB",
|
|
@@ -2314,9 +2459,7 @@ export declare enum Locale {
|
|
|
2314
2459
|
}
|
|
2315
2460
|
export interface ListRecommendationsRequest {
|
|
2316
2461
|
/**
|
|
2317
|
-
* <p>
|
|
2318
|
-
* The ID of the requested insight.
|
|
2319
|
-
* </p>
|
|
2462
|
+
* <p> The ID of the requested insight. </p>
|
|
2320
2463
|
*/
|
|
2321
2464
|
InsightId: string | undefined;
|
|
2322
2465
|
/**
|
|
@@ -2328,6 +2471,10 @@ export interface ListRecommendationsRequest {
|
|
|
2328
2471
|
* <p>A locale that specifies the language to use for recommendations.</p>
|
|
2329
2472
|
*/
|
|
2330
2473
|
Locale?: Locale | string;
|
|
2474
|
+
/**
|
|
2475
|
+
* <p>The ID of the Amazon Web Services account. </p>
|
|
2476
|
+
*/
|
|
2477
|
+
AccountId?: string;
|
|
2331
2478
|
}
|
|
2332
2479
|
export declare namespace ListRecommendationsRequest {
|
|
2333
2480
|
/**
|
|
@@ -2336,21 +2483,15 @@ export declare namespace ListRecommendationsRequest {
|
|
|
2336
2483
|
const filterSensitiveLog: (obj: ListRecommendationsRequest) => any;
|
|
2337
2484
|
}
|
|
2338
2485
|
/**
|
|
2339
|
-
* <p>
|
|
2340
|
-
* Information about a resource in which DevOps Guru detected anomalous behavior.
|
|
2341
|
-
* </p>
|
|
2486
|
+
* <p> Information about a resource in which DevOps Guru detected anomalous behavior. </p>
|
|
2342
2487
|
*/
|
|
2343
2488
|
export interface RecommendationRelatedAnomalyResource {
|
|
2344
2489
|
/**
|
|
2345
|
-
* <p>
|
|
2346
|
-
* The name of the resource.
|
|
2347
|
-
* </p>
|
|
2490
|
+
* <p> The name of the resource. </p>
|
|
2348
2491
|
*/
|
|
2349
2492
|
Name?: string;
|
|
2350
2493
|
/**
|
|
2351
|
-
* <p>
|
|
2352
|
-
* The type of the resource.
|
|
2353
|
-
* </p>
|
|
2494
|
+
* <p> The type of the resource. </p>
|
|
2354
2495
|
*/
|
|
2355
2496
|
Type?: string;
|
|
2356
2497
|
}
|
|
@@ -2361,10 +2502,8 @@ export declare namespace RecommendationRelatedAnomalyResource {
|
|
|
2361
2502
|
const filterSensitiveLog: (obj: RecommendationRelatedAnomalyResource) => any;
|
|
2362
2503
|
}
|
|
2363
2504
|
/**
|
|
2364
|
-
* <p>
|
|
2365
|
-
*
|
|
2366
|
-
* that are used to generate insights.
|
|
2367
|
-
* </p>
|
|
2505
|
+
* <p> Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many
|
|
2506
|
+
* analyzed metrics that are used to generate insights. </p>
|
|
2368
2507
|
*/
|
|
2369
2508
|
export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
|
|
2370
2509
|
/**
|
|
@@ -2383,10 +2522,8 @@ export declare namespace RecommendationRelatedCloudWatchMetricsSourceDetail {
|
|
|
2383
2522
|
const filterSensitiveLog: (obj: RecommendationRelatedCloudWatchMetricsSourceDetail) => any;
|
|
2384
2523
|
}
|
|
2385
2524
|
/**
|
|
2386
|
-
* <p>
|
|
2387
|
-
*
|
|
2388
|
-
* and namespace of an Amazon CloudWatch metric.
|
|
2389
|
-
* </p>
|
|
2525
|
+
* <p> Contains an array of <code>RecommendationRelatedCloudWatchMetricsSourceDetail</code>
|
|
2526
|
+
* objects that contain the name and namespace of an Amazon CloudWatch metric. </p>
|
|
2390
2527
|
*/
|
|
2391
2528
|
export interface RecommendationRelatedAnomalySourceDetail {
|
|
2392
2529
|
/**
|
|
@@ -2402,22 +2539,17 @@ export declare namespace RecommendationRelatedAnomalySourceDetail {
|
|
|
2402
2539
|
const filterSensitiveLog: (obj: RecommendationRelatedAnomalySourceDetail) => any;
|
|
2403
2540
|
}
|
|
2404
2541
|
/**
|
|
2405
|
-
* <p>
|
|
2406
|
-
* Information about an anomaly that is related to a recommendation.
|
|
2407
|
-
* </p>
|
|
2542
|
+
* <p> Information about an anomaly that is related to a recommendation. </p>
|
|
2408
2543
|
*/
|
|
2409
2544
|
export interface RecommendationRelatedAnomaly {
|
|
2410
2545
|
/**
|
|
2411
|
-
* <p>
|
|
2412
|
-
*
|
|
2413
|
-
* and type of the resource.
|
|
2414
|
-
* </p>
|
|
2546
|
+
* <p> An array of objects that represent resources in which DevOps Guru detected anomalous
|
|
2547
|
+
* behavior. Each object contains the name and type of the resource. </p>
|
|
2415
2548
|
*/
|
|
2416
2549
|
Resources?: RecommendationRelatedAnomalyResource[];
|
|
2417
2550
|
/**
|
|
2418
|
-
* <p>
|
|
2419
|
-
*
|
|
2420
|
-
* </p>
|
|
2551
|
+
* <p> Information about where the anomalous behavior related the recommendation was found.
|
|
2552
|
+
* For example, details in Amazon CloudWatch metrics. </p>
|
|
2421
2553
|
*/
|
|
2422
2554
|
SourceDetails?: RecommendationRelatedAnomalySourceDetail[];
|
|
2423
2555
|
}
|
|
@@ -2428,23 +2560,18 @@ export declare namespace RecommendationRelatedAnomaly {
|
|
|
2428
2560
|
const filterSensitiveLog: (obj: RecommendationRelatedAnomaly) => any;
|
|
2429
2561
|
}
|
|
2430
2562
|
/**
|
|
2431
|
-
* <p>
|
|
2432
|
-
*
|
|
2433
|
-
* </p>
|
|
2563
|
+
* <p> Information about an Amazon Web Services resource that emitted and event that is related to a
|
|
2564
|
+
* recommendation in an insight. </p>
|
|
2434
2565
|
*/
|
|
2435
2566
|
export interface RecommendationRelatedEventResource {
|
|
2436
2567
|
/**
|
|
2437
|
-
* <p>
|
|
2438
|
-
*
|
|
2439
|
-
* <code>EventResource</code> object.
|
|
2440
|
-
* </p>
|
|
2568
|
+
* <p> The name of the resource that emitted the event. This corresponds to the
|
|
2569
|
+
* <code>Name</code> field in an <code>EventResource</code> object. </p>
|
|
2441
2570
|
*/
|
|
2442
2571
|
Name?: string;
|
|
2443
2572
|
/**
|
|
2444
|
-
* <p>
|
|
2445
|
-
*
|
|
2446
|
-
* <code>EventResource</code> object.
|
|
2447
|
-
* </p>
|
|
2573
|
+
* <p> The type of the resource that emitted the event. This corresponds to the
|
|
2574
|
+
* <code>Type</code> field in an <code>EventResource</code> object. </p>
|
|
2448
2575
|
*/
|
|
2449
2576
|
Type?: string;
|
|
2450
2577
|
}
|
|
@@ -2455,23 +2582,17 @@ export declare namespace RecommendationRelatedEventResource {
|
|
|
2455
2582
|
const filterSensitiveLog: (obj: RecommendationRelatedEventResource) => any;
|
|
2456
2583
|
}
|
|
2457
2584
|
/**
|
|
2458
|
-
* <p>
|
|
2459
|
-
* Information about an event that is related to a recommendation.
|
|
2460
|
-
* </p>
|
|
2585
|
+
* <p> Information about an event that is related to a recommendation. </p>
|
|
2461
2586
|
*/
|
|
2462
2587
|
export interface RecommendationRelatedEvent {
|
|
2463
2588
|
/**
|
|
2464
|
-
* <p>
|
|
2465
|
-
*
|
|
2466
|
-
* <code>Event</code> object.
|
|
2467
|
-
* </p>
|
|
2589
|
+
* <p> The name of the event. This corresponds to the <code>Name</code> field in an
|
|
2590
|
+
* <code>Event</code> object. </p>
|
|
2468
2591
|
*/
|
|
2469
2592
|
Name?: string;
|
|
2470
2593
|
/**
|
|
2471
|
-
* <p>
|
|
2472
|
-
*
|
|
2473
|
-
* CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.
|
|
2474
|
-
* </p>
|
|
2594
|
+
* <p> A <code>ResourceCollection</code> object that contains arrays of the names of Amazon Web Services
|
|
2595
|
+
* CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
2475
2596
|
*/
|
|
2476
2597
|
Resources?: RecommendationRelatedEventResource[];
|
|
2477
2598
|
}
|
|
@@ -2487,39 +2608,29 @@ export declare namespace RecommendationRelatedEvent {
|
|
|
2487
2608
|
*/
|
|
2488
2609
|
export interface Recommendation {
|
|
2489
2610
|
/**
|
|
2490
|
-
* <p>
|
|
2491
|
-
* A description of the problem.
|
|
2492
|
-
* </p>
|
|
2611
|
+
* <p> A description of the problem. </p>
|
|
2493
2612
|
*/
|
|
2494
2613
|
Description?: string;
|
|
2495
2614
|
/**
|
|
2496
|
-
* <p>
|
|
2497
|
-
* A hyperlink to information to help you address the problem.
|
|
2498
|
-
* </p>
|
|
2615
|
+
* <p> A hyperlink to information to help you address the problem. </p>
|
|
2499
2616
|
*/
|
|
2500
2617
|
Link?: string;
|
|
2501
2618
|
/**
|
|
2502
|
-
* <p>
|
|
2503
|
-
* The name of the recommendation.
|
|
2504
|
-
* </p>
|
|
2619
|
+
* <p> The name of the recommendation. </p>
|
|
2505
2620
|
*/
|
|
2506
2621
|
Name?: string;
|
|
2507
2622
|
/**
|
|
2508
|
-
* <p>
|
|
2509
|
-
* The reason DevOps Guru flagged the anomalous behavior as a problem.
|
|
2510
|
-
* </p>
|
|
2623
|
+
* <p> The reason DevOps Guru flagged the anomalous behavior as a problem. </p>
|
|
2511
2624
|
*/
|
|
2512
2625
|
Reason?: string;
|
|
2513
2626
|
/**
|
|
2514
|
-
* <p>
|
|
2515
|
-
*
|
|
2516
|
-
* </p>
|
|
2627
|
+
* <p> Events that are related to the problem. Use these events to learn more about what's
|
|
2628
|
+
* happening and to help address the issue. </p>
|
|
2517
2629
|
*/
|
|
2518
2630
|
RelatedEvents?: RecommendationRelatedEvent[];
|
|
2519
2631
|
/**
|
|
2520
|
-
* <p>
|
|
2521
|
-
*
|
|
2522
|
-
* </p>
|
|
2632
|
+
* <p> Anomalies that are related to the problem. Use these Anomalies to learn more about
|
|
2633
|
+
* what's happening and to help address the issue. </p>
|
|
2523
2634
|
*/
|
|
2524
2635
|
RelatedAnomalies?: RecommendationRelatedAnomaly[];
|
|
2525
2636
|
}
|
|
@@ -2531,9 +2642,7 @@ export declare namespace Recommendation {
|
|
|
2531
2642
|
}
|
|
2532
2643
|
export interface ListRecommendationsResponse {
|
|
2533
2644
|
/**
|
|
2534
|
-
* <p>
|
|
2535
|
-
* An array of the requested recommendations.
|
|
2536
|
-
* </p>
|
|
2645
|
+
* <p> An array of the requested recommendations. </p>
|
|
2537
2646
|
*/
|
|
2538
2647
|
Recommendations?: Recommendation[];
|
|
2539
2648
|
/**
|
|
@@ -2550,9 +2659,7 @@ export declare namespace ListRecommendationsResponse {
|
|
|
2550
2659
|
}
|
|
2551
2660
|
export interface PutFeedbackRequest {
|
|
2552
2661
|
/**
|
|
2553
|
-
* <p>
|
|
2554
|
-
* The feedback from customers is about the recommendations in this insight.
|
|
2555
|
-
* </p>
|
|
2662
|
+
* <p> The feedback from customers is about the recommendations in this insight. </p>
|
|
2556
2663
|
*/
|
|
2557
2664
|
InsightFeedback?: InsightFeedback;
|
|
2558
2665
|
}
|
|
@@ -2572,9 +2679,7 @@ export declare namespace PutFeedbackResponse {
|
|
|
2572
2679
|
}
|
|
2573
2680
|
export interface RemoveNotificationChannelRequest {
|
|
2574
2681
|
/**
|
|
2575
|
-
* <p>
|
|
2576
|
-
* The ID of the notification channel to be removed.
|
|
2577
|
-
* </p>
|
|
2682
|
+
* <p> The ID of the notification channel to be removed. </p>
|
|
2578
2683
|
*/
|
|
2579
2684
|
Id: string | undefined;
|
|
2580
2685
|
}
|
|
@@ -2593,33 +2698,26 @@ export declare namespace RemoveNotificationChannelResponse {
|
|
|
2593
2698
|
const filterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
|
|
2594
2699
|
}
|
|
2595
2700
|
/**
|
|
2596
|
-
* <p>
|
|
2597
|
-
*
|
|
2598
|
-
* for insights.
|
|
2599
|
-
* </p>
|
|
2701
|
+
* <p> Specifies one or more severity values and one or more status values that are used to
|
|
2702
|
+
* search for insights. </p>
|
|
2600
2703
|
*/
|
|
2601
2704
|
export interface SearchInsightsFilters {
|
|
2602
2705
|
/**
|
|
2603
|
-
* <p>
|
|
2604
|
-
* An array of severity values used to search for insights.
|
|
2605
|
-
* </p>
|
|
2706
|
+
* <p> An array of severity values used to search for insights. </p>
|
|
2606
2707
|
*/
|
|
2607
2708
|
Severities?: (InsightSeverity | string)[];
|
|
2608
2709
|
/**
|
|
2609
|
-
* <p>
|
|
2610
|
-
* An array of status values used to search for insights.
|
|
2611
|
-
* </p>
|
|
2710
|
+
* <p> An array of status values used to search for insights. </p>
|
|
2612
2711
|
*/
|
|
2613
2712
|
Statuses?: (InsightStatus | string)[];
|
|
2614
2713
|
/**
|
|
2615
|
-
* <p>
|
|
2616
|
-
*
|
|
2617
|
-
* only the
|
|
2618
|
-
* </p>
|
|
2714
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
2715
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
2716
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
2619
2717
|
*/
|
|
2620
2718
|
ResourceCollection?: ResourceCollection;
|
|
2621
2719
|
/**
|
|
2622
|
-
* <p>A collection of the names of
|
|
2720
|
+
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
2623
2721
|
*/
|
|
2624
2722
|
ServiceCollection?: ServiceCollection;
|
|
2625
2723
|
}
|
|
@@ -2631,15 +2729,13 @@ export declare namespace SearchInsightsFilters {
|
|
|
2631
2729
|
}
|
|
2632
2730
|
export interface SearchInsightsRequest {
|
|
2633
2731
|
/**
|
|
2634
|
-
* <p>
|
|
2635
|
-
*
|
|
2636
|
-
* </p>
|
|
2732
|
+
* <p> The start of the time range passed in. Returned insights occurred after this time.
|
|
2733
|
+
* </p>
|
|
2637
2734
|
*/
|
|
2638
2735
|
StartTimeRange: StartTimeRange | undefined;
|
|
2639
2736
|
/**
|
|
2640
|
-
* <p>
|
|
2641
|
-
*
|
|
2642
|
-
* </p>
|
|
2737
|
+
* <p> A <code>SearchInsightsFilters</code> object that is used to set the severity and
|
|
2738
|
+
* status filters on your insight search. </p>
|
|
2643
2739
|
*/
|
|
2644
2740
|
Filters?: SearchInsightsFilters;
|
|
2645
2741
|
/**
|
|
@@ -2653,9 +2749,8 @@ export interface SearchInsightsRequest {
|
|
|
2653
2749
|
*/
|
|
2654
2750
|
NextToken?: string;
|
|
2655
2751
|
/**
|
|
2656
|
-
* <p>
|
|
2657
|
-
*
|
|
2658
|
-
* </p>
|
|
2752
|
+
* <p> The type of insights you are searching for (<code>REACTIVE</code> or
|
|
2753
|
+
* <code>PROACTIVE</code>). </p>
|
|
2659
2754
|
*/
|
|
2660
2755
|
Type: InsightType | string | undefined;
|
|
2661
2756
|
}
|
|
@@ -2667,15 +2762,11 @@ export declare namespace SearchInsightsRequest {
|
|
|
2667
2762
|
}
|
|
2668
2763
|
export interface SearchInsightsResponse {
|
|
2669
2764
|
/**
|
|
2670
|
-
* <p>
|
|
2671
|
-
* The returned proactive insights.
|
|
2672
|
-
* </p>
|
|
2765
|
+
* <p> The returned proactive insights. </p>
|
|
2673
2766
|
*/
|
|
2674
2767
|
ProactiveInsights?: ProactiveInsightSummary[];
|
|
2675
2768
|
/**
|
|
2676
|
-
* <p>
|
|
2677
|
-
* The returned reactive insights.
|
|
2678
|
-
* </p>
|
|
2769
|
+
* <p> The returned reactive insights. </p>
|
|
2679
2770
|
*/
|
|
2680
2771
|
ReactiveInsights?: ReactiveInsightSummary[];
|
|
2681
2772
|
/**
|
|
@@ -2690,9 +2781,99 @@ export declare namespace SearchInsightsResponse {
|
|
|
2690
2781
|
*/
|
|
2691
2782
|
const filterSensitiveLog: (obj: SearchInsightsResponse) => any;
|
|
2692
2783
|
}
|
|
2784
|
+
/**
|
|
2785
|
+
* <p> Filters you can use to specify which events are returned when <code>ListEvents</code>
|
|
2786
|
+
* is called. </p>
|
|
2787
|
+
*/
|
|
2788
|
+
export interface SearchOrganizationInsightsFilters {
|
|
2789
|
+
/**
|
|
2790
|
+
* <p> An array of severity values used to search for insights. </p>
|
|
2791
|
+
*/
|
|
2792
|
+
Severities?: (InsightSeverity | string)[];
|
|
2793
|
+
/**
|
|
2794
|
+
* <p> An array of status values used to search for insights. </p>
|
|
2795
|
+
*/
|
|
2796
|
+
Statuses?: (InsightStatus | string)[];
|
|
2797
|
+
/**
|
|
2798
|
+
* <p> A collection of Amazon Web Services resources supported by DevOps Guru.
|
|
2799
|
+
* The one type of Amazon Web Services resource collection supported is Amazon Web Services CloudFormation stacks. DevOps Guru can be configured to analyze
|
|
2800
|
+
* only the Amazon Web Services resources that are defined in the stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
2801
|
+
*/
|
|
2802
|
+
ResourceCollection?: ResourceCollection;
|
|
2803
|
+
/**
|
|
2804
|
+
* <p>A collection of the names of Amazon Web Services services.</p>
|
|
2805
|
+
*/
|
|
2806
|
+
ServiceCollection?: ServiceCollection;
|
|
2807
|
+
}
|
|
2808
|
+
export declare namespace SearchOrganizationInsightsFilters {
|
|
2809
|
+
/**
|
|
2810
|
+
* @internal
|
|
2811
|
+
*/
|
|
2812
|
+
const filterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
|
|
2813
|
+
}
|
|
2814
|
+
export interface SearchOrganizationInsightsRequest {
|
|
2815
|
+
/**
|
|
2816
|
+
* <p>The ID of the Amazon Web Services account. </p>
|
|
2817
|
+
*/
|
|
2818
|
+
AccountIds: string[] | undefined;
|
|
2819
|
+
/**
|
|
2820
|
+
* <p> A time range used to specify when the behavior of an insight or anomaly started.
|
|
2821
|
+
* </p>
|
|
2822
|
+
*/
|
|
2823
|
+
StartTimeRange: StartTimeRange | undefined;
|
|
2824
|
+
/**
|
|
2825
|
+
* <p> A <code>SearchOrganizationInsightsFilters</code> object that is used to set the
|
|
2826
|
+
* severity and status filters on your insight search. </p>
|
|
2827
|
+
*/
|
|
2828
|
+
Filters?: SearchOrganizationInsightsFilters;
|
|
2829
|
+
/**
|
|
2830
|
+
* <p>The maximum number of results to return with a single call.
|
|
2831
|
+
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
2832
|
+
*/
|
|
2833
|
+
MaxResults?: number;
|
|
2834
|
+
/**
|
|
2835
|
+
* <p>The pagination token to use to retrieve
|
|
2836
|
+
* the next page of results for this operation. If this value is null, it retrieves the first page.</p>
|
|
2837
|
+
*/
|
|
2838
|
+
NextToken?: string;
|
|
2839
|
+
/**
|
|
2840
|
+
* <p> The type of insights you are searching for (<code>REACTIVE</code> or
|
|
2841
|
+
* <code>PROACTIVE</code>). </p>
|
|
2842
|
+
*/
|
|
2843
|
+
Type: InsightType | string | undefined;
|
|
2844
|
+
}
|
|
2845
|
+
export declare namespace SearchOrganizationInsightsRequest {
|
|
2846
|
+
/**
|
|
2847
|
+
* @internal
|
|
2848
|
+
*/
|
|
2849
|
+
const filterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
|
|
2850
|
+
}
|
|
2851
|
+
export interface SearchOrganizationInsightsResponse {
|
|
2852
|
+
/**
|
|
2853
|
+
* <p>An integer that specifies the number of open proactive insights in your Amazon Web Services
|
|
2854
|
+
* account.</p>
|
|
2855
|
+
*/
|
|
2856
|
+
ProactiveInsights?: ProactiveInsightSummary[];
|
|
2857
|
+
/**
|
|
2858
|
+
* <p>An integer that specifies the number of open reactive insights in your Amazon Web Services
|
|
2859
|
+
* account.</p>
|
|
2860
|
+
*/
|
|
2861
|
+
ReactiveInsights?: ReactiveInsightSummary[];
|
|
2862
|
+
/**
|
|
2863
|
+
* <p>The pagination token to use to retrieve
|
|
2864
|
+
* the next page of results for this operation. If there are no more pages, this value is null.</p>
|
|
2865
|
+
*/
|
|
2866
|
+
NextToken?: string;
|
|
2867
|
+
}
|
|
2868
|
+
export declare namespace SearchOrganizationInsightsResponse {
|
|
2869
|
+
/**
|
|
2870
|
+
* @internal
|
|
2871
|
+
*/
|
|
2872
|
+
const filterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
|
|
2873
|
+
}
|
|
2693
2874
|
export interface StartCostEstimationRequest {
|
|
2694
2875
|
/**
|
|
2695
|
-
* <p>The collection of
|
|
2876
|
+
* <p>The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.</p>
|
|
2696
2877
|
*/
|
|
2697
2878
|
ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
|
|
2698
2879
|
/**
|
|
@@ -2719,12 +2900,12 @@ export declare enum UpdateResourceCollectionAction {
|
|
|
2719
2900
|
REMOVE = "REMOVE"
|
|
2720
2901
|
}
|
|
2721
2902
|
/**
|
|
2722
|
-
* <p> Contains the names of
|
|
2903
|
+
* <p> Contains the names of Amazon Web Services CloudFormation stacks used to update a collection of stacks.
|
|
2904
|
+
* You can specify up to 500 Amazon Web Services CloudFormation stacks.</p>
|
|
2723
2905
|
*/
|
|
2724
2906
|
export interface UpdateCloudFormationCollectionFilter {
|
|
2725
2907
|
/**
|
|
2726
|
-
* <p>
|
|
2727
|
-
* An array of the names of the AWS CloudFormation stacks to update. You can specify up to 500 AWS CloudFormation stacks.
|
|
2908
|
+
* <p> An array of the names of the Amazon Web Services CloudFormation stacks to update. You can specify up to 500 Amazon Web Services CloudFormation stacks.
|
|
2728
2909
|
* </p>
|
|
2729
2910
|
*/
|
|
2730
2911
|
StackNames?: string[];
|
|
@@ -2736,15 +2917,11 @@ export declare namespace UpdateCloudFormationCollectionFilter {
|
|
|
2736
2917
|
const filterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
|
|
2737
2918
|
}
|
|
2738
2919
|
/**
|
|
2739
|
-
* <p>
|
|
2740
|
-
* Contains information used to update a collection of AWS resources.
|
|
2741
|
-
* </p>
|
|
2920
|
+
* <p> Contains information used to update a collection of Amazon Web Services resources. </p>
|
|
2742
2921
|
*/
|
|
2743
2922
|
export interface UpdateResourceCollectionFilter {
|
|
2744
2923
|
/**
|
|
2745
|
-
* <p>
|
|
2746
|
-
* An collection of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.
|
|
2747
|
-
* </p>
|
|
2924
|
+
* <p> An collection of Amazon Web Services CloudFormation stacks. You can specify up to 500 Amazon Web Services CloudFormation stacks. </p>
|
|
2748
2925
|
*/
|
|
2749
2926
|
CloudFormation?: UpdateCloudFormationCollectionFilter;
|
|
2750
2927
|
}
|
|
@@ -2756,15 +2933,12 @@ export declare namespace UpdateResourceCollectionFilter {
|
|
|
2756
2933
|
}
|
|
2757
2934
|
export interface UpdateResourceCollectionRequest {
|
|
2758
2935
|
/**
|
|
2759
|
-
* <p>
|
|
2760
|
-
*
|
|
2761
|
-
* </p>
|
|
2936
|
+
* <p> Specifies if the resource collection in the request is added or deleted to the
|
|
2937
|
+
* resource collection. </p>
|
|
2762
2938
|
*/
|
|
2763
2939
|
Action: UpdateResourceCollectionAction | string | undefined;
|
|
2764
2940
|
/**
|
|
2765
|
-
* <p>
|
|
2766
|
-
* Contains information used to update a collection of AWS resources.
|
|
2767
|
-
* </p>
|
|
2941
|
+
* <p> Contains information used to update a collection of Amazon Web Services resources. </p>
|
|
2768
2942
|
*/
|
|
2769
2943
|
ResourceCollection: UpdateResourceCollectionFilter | undefined;
|
|
2770
2944
|
}
|
|
@@ -2783,15 +2957,13 @@ export declare namespace UpdateResourceCollectionResponse {
|
|
|
2783
2957
|
const filterSensitiveLog: (obj: UpdateResourceCollectionResponse) => any;
|
|
2784
2958
|
}
|
|
2785
2959
|
/**
|
|
2786
|
-
* <p>
|
|
2787
|
-
*
|
|
2788
|
-
* </p>
|
|
2960
|
+
* <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
|
|
2961
|
+
* OpsCenter for each created insight. </p>
|
|
2789
2962
|
*/
|
|
2790
2963
|
export interface OpsCenterIntegrationConfig {
|
|
2791
2964
|
/**
|
|
2792
|
-
* <p>
|
|
2793
|
-
*
|
|
2794
|
-
* </p>
|
|
2965
|
+
* <p> Specifies if DevOps Guru is enabled to create an Amazon Web Services Systems Manager OpsItem for each created
|
|
2966
|
+
* insight. </p>
|
|
2795
2967
|
*/
|
|
2796
2968
|
OptInStatus?: OptInStatus | string;
|
|
2797
2969
|
}
|
|
@@ -2802,15 +2974,13 @@ export declare namespace OpsCenterIntegrationConfig {
|
|
|
2802
2974
|
const filterSensitiveLog: (obj: OpsCenterIntegrationConfig) => any;
|
|
2803
2975
|
}
|
|
2804
2976
|
/**
|
|
2805
|
-
* <p>
|
|
2806
|
-
*
|
|
2807
|
-
* </p>
|
|
2977
|
+
* <p> Information about updating the integration status of an Amazon Web Services service, such as
|
|
2978
|
+
* Amazon Web Services Systems Manager, with DevOps Guru. </p>
|
|
2808
2979
|
*/
|
|
2809
2980
|
export interface UpdateServiceIntegrationConfig {
|
|
2810
2981
|
/**
|
|
2811
|
-
* <p>
|
|
2812
|
-
*
|
|
2813
|
-
* </p>
|
|
2982
|
+
* <p> Information about whether DevOps Guru is configured to create an OpsItem in Amazon Web Services Systems Manager
|
|
2983
|
+
* OpsCenter for each created insight. </p>
|
|
2814
2984
|
*/
|
|
2815
2985
|
OpsCenter?: OpsCenterIntegrationConfig;
|
|
2816
2986
|
}
|
|
@@ -2822,10 +2992,8 @@ export declare namespace UpdateServiceIntegrationConfig {
|
|
|
2822
2992
|
}
|
|
2823
2993
|
export interface UpdateServiceIntegrationRequest {
|
|
2824
2994
|
/**
|
|
2825
|
-
* <p>
|
|
2826
|
-
*
|
|
2827
|
-
* want to update it to enabled or disabled.
|
|
2828
|
-
* </p>
|
|
2995
|
+
* <p> An <code>IntegratedServiceConfig</code> object used to specify the integrated service
|
|
2996
|
+
* you want to update, and whether you want to update it to enabled or disabled. </p>
|
|
2829
2997
|
*/
|
|
2830
2998
|
ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
|
|
2831
2999
|
}
|