@aws-sdk/client-health 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/Health.d.ts +274 -70
- package/dist-types/ts3.4/HealthClient.d.ts +207 -86
- package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/index.d.ts +13 -13
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/HealthServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +549 -513
- package/dist-types/ts3.4/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAffectedEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventAggregatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +161 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,513 +1,549 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { HealthServiceException as __BaseException } from "./HealthServiceException";
|
|
3
|
-
export declare enum EntityStatusCode {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
export interface AffectedEntity {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
export interface
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
}
|
|
136
|
-
export interface
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
}
|
|
147
|
-
export
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
export
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
export interface
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
export declare const
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
export declare const
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
export declare const
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
export declare const
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
export declare const
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
export declare const
|
|
460
|
-
|
|
461
|
-
export declare const
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
export declare const
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
export declare const
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
export declare const DescribeEventDetailsRequestFilterSensitiveLog: (
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
export declare const
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
export declare const
|
|
482
|
-
|
|
483
|
-
export declare const
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
export declare const
|
|
488
|
-
|
|
489
|
-
export declare const
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
export declare const
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
export declare const
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
export declare const
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
export declare const
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
export declare const
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { HealthServiceException as __BaseException } from "./HealthServiceException";
|
|
3
|
+
export declare enum EntityStatusCode {
|
|
4
|
+
IMPAIRED = "IMPAIRED",
|
|
5
|
+
UNIMPAIRED = "UNIMPAIRED",
|
|
6
|
+
UNKNOWN = "UNKNOWN",
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export interface AffectedEntity {
|
|
10
|
+
entityArn?: string;
|
|
11
|
+
|
|
12
|
+
eventArn?: string;
|
|
13
|
+
|
|
14
|
+
entityValue?: string;
|
|
15
|
+
|
|
16
|
+
entityUrl?: string;
|
|
17
|
+
|
|
18
|
+
awsAccountId?: string;
|
|
19
|
+
|
|
20
|
+
lastUpdatedTime?: Date;
|
|
21
|
+
|
|
22
|
+
statusCode?: EntityStatusCode | string;
|
|
23
|
+
|
|
24
|
+
tags?: Record<string, string>;
|
|
25
|
+
}
|
|
26
|
+
export interface DescribeAffectedAccountsForOrganizationRequest {
|
|
27
|
+
eventArn: string | undefined;
|
|
28
|
+
|
|
29
|
+
nextToken?: string;
|
|
30
|
+
|
|
31
|
+
maxResults?: number;
|
|
32
|
+
}
|
|
33
|
+
export declare enum EventScopeCode {
|
|
34
|
+
ACCOUNT_SPECIFIC = "ACCOUNT_SPECIFIC",
|
|
35
|
+
NONE = "NONE",
|
|
36
|
+
PUBLIC = "PUBLIC",
|
|
37
|
+
}
|
|
38
|
+
export interface DescribeAffectedAccountsForOrganizationResponse {
|
|
39
|
+
affectedAccounts?: string[];
|
|
40
|
+
|
|
41
|
+
eventScopeCode?: EventScopeCode | string;
|
|
42
|
+
|
|
43
|
+
nextToken?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export declare class InvalidPaginationToken extends __BaseException {
|
|
47
|
+
readonly name: "InvalidPaginationToken";
|
|
48
|
+
readonly $fault: "client";
|
|
49
|
+
|
|
50
|
+
constructor(
|
|
51
|
+
opts: __ExceptionOptionType<InvalidPaginationToken, __BaseException>
|
|
52
|
+
);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export interface DateTimeRange {
|
|
56
|
+
from?: Date;
|
|
57
|
+
|
|
58
|
+
to?: Date;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export interface EntityFilter {
|
|
62
|
+
eventArns: string[] | undefined;
|
|
63
|
+
|
|
64
|
+
entityArns?: string[];
|
|
65
|
+
|
|
66
|
+
entityValues?: string[];
|
|
67
|
+
|
|
68
|
+
lastUpdatedTimes?: DateTimeRange[];
|
|
69
|
+
|
|
70
|
+
tags?: Record<string, string>[];
|
|
71
|
+
|
|
72
|
+
statusCodes?: (EntityStatusCode | string)[];
|
|
73
|
+
}
|
|
74
|
+
export interface DescribeAffectedEntitiesRequest {
|
|
75
|
+
filter: EntityFilter | undefined;
|
|
76
|
+
|
|
77
|
+
locale?: string;
|
|
78
|
+
|
|
79
|
+
nextToken?: string;
|
|
80
|
+
|
|
81
|
+
maxResults?: number;
|
|
82
|
+
}
|
|
83
|
+
export interface DescribeAffectedEntitiesResponse {
|
|
84
|
+
entities?: AffectedEntity[];
|
|
85
|
+
|
|
86
|
+
nextToken?: string;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export declare class UnsupportedLocale extends __BaseException {
|
|
90
|
+
readonly name: "UnsupportedLocale";
|
|
91
|
+
readonly $fault: "client";
|
|
92
|
+
|
|
93
|
+
constructor(opts: __ExceptionOptionType<UnsupportedLocale, __BaseException>);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export interface EventAccountFilter {
|
|
97
|
+
eventArn: string | undefined;
|
|
98
|
+
|
|
99
|
+
awsAccountId?: string;
|
|
100
|
+
}
|
|
101
|
+
export interface DescribeAffectedEntitiesForOrganizationRequest {
|
|
102
|
+
organizationEntityFilters: EventAccountFilter[] | undefined;
|
|
103
|
+
|
|
104
|
+
locale?: string;
|
|
105
|
+
|
|
106
|
+
nextToken?: string;
|
|
107
|
+
|
|
108
|
+
maxResults?: number;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface OrganizationAffectedEntitiesErrorItem {
|
|
112
|
+
awsAccountId?: string;
|
|
113
|
+
|
|
114
|
+
eventArn?: string;
|
|
115
|
+
|
|
116
|
+
errorName?: string;
|
|
117
|
+
|
|
118
|
+
errorMessage?: string;
|
|
119
|
+
}
|
|
120
|
+
export interface DescribeAffectedEntitiesForOrganizationResponse {
|
|
121
|
+
entities?: AffectedEntity[];
|
|
122
|
+
|
|
123
|
+
failedSet?: OrganizationAffectedEntitiesErrorItem[];
|
|
124
|
+
|
|
125
|
+
nextToken?: string;
|
|
126
|
+
}
|
|
127
|
+
export interface DescribeEntityAggregatesRequest {
|
|
128
|
+
eventArns?: string[];
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export interface EntityAggregate {
|
|
132
|
+
eventArn?: string;
|
|
133
|
+
|
|
134
|
+
count?: number;
|
|
135
|
+
}
|
|
136
|
+
export interface DescribeEntityAggregatesResponse {
|
|
137
|
+
entityAggregates?: EntityAggregate[];
|
|
138
|
+
}
|
|
139
|
+
export declare enum EventAggregateField {
|
|
140
|
+
EventTypeCategory = "eventTypeCategory",
|
|
141
|
+
}
|
|
142
|
+
export declare enum EventStatusCode {
|
|
143
|
+
CLOSED = "closed",
|
|
144
|
+
OPEN = "open",
|
|
145
|
+
UPCOMING = "upcoming",
|
|
146
|
+
}
|
|
147
|
+
export declare enum EventTypeCategory {
|
|
148
|
+
ACCOUNT_NOTIFICATION = "accountNotification",
|
|
149
|
+
INVESTIGATION = "investigation",
|
|
150
|
+
ISSUE = "issue",
|
|
151
|
+
SCHEDULED_CHANGE = "scheduledChange",
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
export interface EventFilter {
|
|
155
|
+
eventArns?: string[];
|
|
156
|
+
|
|
157
|
+
eventTypeCodes?: string[];
|
|
158
|
+
|
|
159
|
+
services?: string[];
|
|
160
|
+
|
|
161
|
+
regions?: string[];
|
|
162
|
+
|
|
163
|
+
availabilityZones?: string[];
|
|
164
|
+
|
|
165
|
+
startTimes?: DateTimeRange[];
|
|
166
|
+
|
|
167
|
+
endTimes?: DateTimeRange[];
|
|
168
|
+
|
|
169
|
+
lastUpdatedTimes?: DateTimeRange[];
|
|
170
|
+
|
|
171
|
+
entityArns?: string[];
|
|
172
|
+
|
|
173
|
+
entityValues?: string[];
|
|
174
|
+
|
|
175
|
+
eventTypeCategories?: (EventTypeCategory | string)[];
|
|
176
|
+
|
|
177
|
+
tags?: Record<string, string>[];
|
|
178
|
+
|
|
179
|
+
eventStatusCodes?: (EventStatusCode | string)[];
|
|
180
|
+
}
|
|
181
|
+
export interface DescribeEventAggregatesRequest {
|
|
182
|
+
filter?: EventFilter;
|
|
183
|
+
|
|
184
|
+
aggregateField: EventAggregateField | string | undefined;
|
|
185
|
+
|
|
186
|
+
maxResults?: number;
|
|
187
|
+
|
|
188
|
+
nextToken?: string;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export interface EventAggregate {
|
|
192
|
+
aggregateValue?: string;
|
|
193
|
+
|
|
194
|
+
count?: number;
|
|
195
|
+
}
|
|
196
|
+
export interface DescribeEventAggregatesResponse {
|
|
197
|
+
eventAggregates?: EventAggregate[];
|
|
198
|
+
|
|
199
|
+
nextToken?: string;
|
|
200
|
+
}
|
|
201
|
+
export interface DescribeEventDetailsRequest {
|
|
202
|
+
eventArns: string[] | undefined;
|
|
203
|
+
|
|
204
|
+
locale?: string;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export interface EventDetailsErrorItem {
|
|
208
|
+
eventArn?: string;
|
|
209
|
+
|
|
210
|
+
errorName?: string;
|
|
211
|
+
|
|
212
|
+
errorMessage?: string;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export interface Event {
|
|
216
|
+
arn?: string;
|
|
217
|
+
|
|
218
|
+
service?: string;
|
|
219
|
+
|
|
220
|
+
eventTypeCode?: string;
|
|
221
|
+
|
|
222
|
+
eventTypeCategory?: EventTypeCategory | string;
|
|
223
|
+
|
|
224
|
+
region?: string;
|
|
225
|
+
|
|
226
|
+
availabilityZone?: string;
|
|
227
|
+
|
|
228
|
+
startTime?: Date;
|
|
229
|
+
|
|
230
|
+
endTime?: Date;
|
|
231
|
+
|
|
232
|
+
lastUpdatedTime?: Date;
|
|
233
|
+
|
|
234
|
+
statusCode?: EventStatusCode | string;
|
|
235
|
+
|
|
236
|
+
eventScopeCode?: EventScopeCode | string;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
export interface EventDescription {
|
|
240
|
+
latestDescription?: string;
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export interface EventDetails {
|
|
244
|
+
event?: Event;
|
|
245
|
+
|
|
246
|
+
eventDescription?: EventDescription;
|
|
247
|
+
|
|
248
|
+
eventMetadata?: Record<string, string>;
|
|
249
|
+
}
|
|
250
|
+
export interface DescribeEventDetailsResponse {
|
|
251
|
+
successfulSet?: EventDetails[];
|
|
252
|
+
|
|
253
|
+
failedSet?: EventDetailsErrorItem[];
|
|
254
|
+
}
|
|
255
|
+
export interface DescribeEventDetailsForOrganizationRequest {
|
|
256
|
+
organizationEventDetailFilters: EventAccountFilter[] | undefined;
|
|
257
|
+
|
|
258
|
+
locale?: string;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
export interface OrganizationEventDetailsErrorItem {
|
|
262
|
+
awsAccountId?: string;
|
|
263
|
+
|
|
264
|
+
eventArn?: string;
|
|
265
|
+
|
|
266
|
+
errorName?: string;
|
|
267
|
+
|
|
268
|
+
errorMessage?: string;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export interface OrganizationEventDetails {
|
|
272
|
+
awsAccountId?: string;
|
|
273
|
+
|
|
274
|
+
event?: Event;
|
|
275
|
+
|
|
276
|
+
eventDescription?: EventDescription;
|
|
277
|
+
|
|
278
|
+
eventMetadata?: Record<string, string>;
|
|
279
|
+
}
|
|
280
|
+
export interface DescribeEventDetailsForOrganizationResponse {
|
|
281
|
+
successfulSet?: OrganizationEventDetails[];
|
|
282
|
+
|
|
283
|
+
failedSet?: OrganizationEventDetailsErrorItem[];
|
|
284
|
+
}
|
|
285
|
+
export interface DescribeEventsRequest {
|
|
286
|
+
filter?: EventFilter;
|
|
287
|
+
|
|
288
|
+
nextToken?: string;
|
|
289
|
+
|
|
290
|
+
maxResults?: number;
|
|
291
|
+
|
|
292
|
+
locale?: string;
|
|
293
|
+
}
|
|
294
|
+
export interface DescribeEventsResponse {
|
|
295
|
+
events?: Event[];
|
|
296
|
+
|
|
297
|
+
nextToken?: string;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
export interface OrganizationEventFilter {
|
|
301
|
+
eventTypeCodes?: string[];
|
|
302
|
+
|
|
303
|
+
awsAccountIds?: string[];
|
|
304
|
+
|
|
305
|
+
services?: string[];
|
|
306
|
+
|
|
307
|
+
regions?: string[];
|
|
308
|
+
|
|
309
|
+
startTime?: DateTimeRange;
|
|
310
|
+
|
|
311
|
+
endTime?: DateTimeRange;
|
|
312
|
+
|
|
313
|
+
lastUpdatedTime?: DateTimeRange;
|
|
314
|
+
|
|
315
|
+
entityArns?: string[];
|
|
316
|
+
|
|
317
|
+
entityValues?: string[];
|
|
318
|
+
|
|
319
|
+
eventTypeCategories?: (EventTypeCategory | string)[];
|
|
320
|
+
|
|
321
|
+
eventStatusCodes?: (EventStatusCode | string)[];
|
|
322
|
+
}
|
|
323
|
+
export interface DescribeEventsForOrganizationRequest {
|
|
324
|
+
filter?: OrganizationEventFilter;
|
|
325
|
+
|
|
326
|
+
nextToken?: string;
|
|
327
|
+
|
|
328
|
+
maxResults?: number;
|
|
329
|
+
|
|
330
|
+
locale?: string;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
export interface OrganizationEvent {
|
|
334
|
+
arn?: string;
|
|
335
|
+
|
|
336
|
+
service?: string;
|
|
337
|
+
|
|
338
|
+
eventTypeCode?: string;
|
|
339
|
+
|
|
340
|
+
eventTypeCategory?: EventTypeCategory | string;
|
|
341
|
+
|
|
342
|
+
eventScopeCode?: EventScopeCode | string;
|
|
343
|
+
|
|
344
|
+
region?: string;
|
|
345
|
+
|
|
346
|
+
startTime?: Date;
|
|
347
|
+
|
|
348
|
+
endTime?: Date;
|
|
349
|
+
|
|
350
|
+
lastUpdatedTime?: Date;
|
|
351
|
+
|
|
352
|
+
statusCode?: EventStatusCode | string;
|
|
353
|
+
}
|
|
354
|
+
export interface DescribeEventsForOrganizationResponse {
|
|
355
|
+
events?: OrganizationEvent[];
|
|
356
|
+
|
|
357
|
+
nextToken?: string;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
export interface EventTypeFilter {
|
|
361
|
+
eventTypeCodes?: string[];
|
|
362
|
+
|
|
363
|
+
services?: string[];
|
|
364
|
+
|
|
365
|
+
eventTypeCategories?: (EventTypeCategory | string)[];
|
|
366
|
+
}
|
|
367
|
+
export interface DescribeEventTypesRequest {
|
|
368
|
+
filter?: EventTypeFilter;
|
|
369
|
+
|
|
370
|
+
locale?: string;
|
|
371
|
+
|
|
372
|
+
nextToken?: string;
|
|
373
|
+
|
|
374
|
+
maxResults?: number;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
export interface EventType {
|
|
378
|
+
service?: string;
|
|
379
|
+
|
|
380
|
+
code?: string;
|
|
381
|
+
|
|
382
|
+
category?: EventTypeCategory | string;
|
|
383
|
+
}
|
|
384
|
+
export interface DescribeEventTypesResponse {
|
|
385
|
+
eventTypes?: EventType[];
|
|
386
|
+
|
|
387
|
+
nextToken?: string;
|
|
388
|
+
}
|
|
389
|
+
export interface DescribeHealthServiceStatusForOrganizationResponse {
|
|
390
|
+
healthServiceAccessStatusForOrganization?: string;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
394
|
+
readonly name: "ConcurrentModificationException";
|
|
395
|
+
readonly $fault: "client";
|
|
396
|
+
|
|
397
|
+
constructor(
|
|
398
|
+
opts: __ExceptionOptionType<
|
|
399
|
+
ConcurrentModificationException,
|
|
400
|
+
__BaseException
|
|
401
|
+
>
|
|
402
|
+
);
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
export declare const AffectedEntityFilterSensitiveLog: (
|
|
406
|
+
obj: AffectedEntity
|
|
407
|
+
) => any;
|
|
408
|
+
|
|
409
|
+
export declare const DescribeAffectedAccountsForOrganizationRequestFilterSensitiveLog: (
|
|
410
|
+
obj: DescribeAffectedAccountsForOrganizationRequest
|
|
411
|
+
) => any;
|
|
412
|
+
|
|
413
|
+
export declare const DescribeAffectedAccountsForOrganizationResponseFilterSensitiveLog: (
|
|
414
|
+
obj: DescribeAffectedAccountsForOrganizationResponse
|
|
415
|
+
) => any;
|
|
416
|
+
|
|
417
|
+
export declare const DateTimeRangeFilterSensitiveLog: (
|
|
418
|
+
obj: DateTimeRange
|
|
419
|
+
) => any;
|
|
420
|
+
|
|
421
|
+
export declare const EntityFilterFilterSensitiveLog: (obj: EntityFilter) => any;
|
|
422
|
+
|
|
423
|
+
export declare const DescribeAffectedEntitiesRequestFilterSensitiveLog: (
|
|
424
|
+
obj: DescribeAffectedEntitiesRequest
|
|
425
|
+
) => any;
|
|
426
|
+
|
|
427
|
+
export declare const DescribeAffectedEntitiesResponseFilterSensitiveLog: (
|
|
428
|
+
obj: DescribeAffectedEntitiesResponse
|
|
429
|
+
) => any;
|
|
430
|
+
|
|
431
|
+
export declare const EventAccountFilterFilterSensitiveLog: (
|
|
432
|
+
obj: EventAccountFilter
|
|
433
|
+
) => any;
|
|
434
|
+
|
|
435
|
+
export declare const DescribeAffectedEntitiesForOrganizationRequestFilterSensitiveLog: (
|
|
436
|
+
obj: DescribeAffectedEntitiesForOrganizationRequest
|
|
437
|
+
) => any;
|
|
438
|
+
|
|
439
|
+
export declare const OrganizationAffectedEntitiesErrorItemFilterSensitiveLog: (
|
|
440
|
+
obj: OrganizationAffectedEntitiesErrorItem
|
|
441
|
+
) => any;
|
|
442
|
+
|
|
443
|
+
export declare const DescribeAffectedEntitiesForOrganizationResponseFilterSensitiveLog: (
|
|
444
|
+
obj: DescribeAffectedEntitiesForOrganizationResponse
|
|
445
|
+
) => any;
|
|
446
|
+
|
|
447
|
+
export declare const DescribeEntityAggregatesRequestFilterSensitiveLog: (
|
|
448
|
+
obj: DescribeEntityAggregatesRequest
|
|
449
|
+
) => any;
|
|
450
|
+
|
|
451
|
+
export declare const EntityAggregateFilterSensitiveLog: (
|
|
452
|
+
obj: EntityAggregate
|
|
453
|
+
) => any;
|
|
454
|
+
|
|
455
|
+
export declare const DescribeEntityAggregatesResponseFilterSensitiveLog: (
|
|
456
|
+
obj: DescribeEntityAggregatesResponse
|
|
457
|
+
) => any;
|
|
458
|
+
|
|
459
|
+
export declare const EventFilterFilterSensitiveLog: (obj: EventFilter) => any;
|
|
460
|
+
|
|
461
|
+
export declare const DescribeEventAggregatesRequestFilterSensitiveLog: (
|
|
462
|
+
obj: DescribeEventAggregatesRequest
|
|
463
|
+
) => any;
|
|
464
|
+
|
|
465
|
+
export declare const EventAggregateFilterSensitiveLog: (
|
|
466
|
+
obj: EventAggregate
|
|
467
|
+
) => any;
|
|
468
|
+
|
|
469
|
+
export declare const DescribeEventAggregatesResponseFilterSensitiveLog: (
|
|
470
|
+
obj: DescribeEventAggregatesResponse
|
|
471
|
+
) => any;
|
|
472
|
+
|
|
473
|
+
export declare const DescribeEventDetailsRequestFilterSensitiveLog: (
|
|
474
|
+
obj: DescribeEventDetailsRequest
|
|
475
|
+
) => any;
|
|
476
|
+
|
|
477
|
+
export declare const EventDetailsErrorItemFilterSensitiveLog: (
|
|
478
|
+
obj: EventDetailsErrorItem
|
|
479
|
+
) => any;
|
|
480
|
+
|
|
481
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
482
|
+
|
|
483
|
+
export declare const EventDescriptionFilterSensitiveLog: (
|
|
484
|
+
obj: EventDescription
|
|
485
|
+
) => any;
|
|
486
|
+
|
|
487
|
+
export declare const EventDetailsFilterSensitiveLog: (obj: EventDetails) => any;
|
|
488
|
+
|
|
489
|
+
export declare const DescribeEventDetailsResponseFilterSensitiveLog: (
|
|
490
|
+
obj: DescribeEventDetailsResponse
|
|
491
|
+
) => any;
|
|
492
|
+
|
|
493
|
+
export declare const DescribeEventDetailsForOrganizationRequestFilterSensitiveLog: (
|
|
494
|
+
obj: DescribeEventDetailsForOrganizationRequest
|
|
495
|
+
) => any;
|
|
496
|
+
|
|
497
|
+
export declare const OrganizationEventDetailsErrorItemFilterSensitiveLog: (
|
|
498
|
+
obj: OrganizationEventDetailsErrorItem
|
|
499
|
+
) => any;
|
|
500
|
+
|
|
501
|
+
export declare const OrganizationEventDetailsFilterSensitiveLog: (
|
|
502
|
+
obj: OrganizationEventDetails
|
|
503
|
+
) => any;
|
|
504
|
+
|
|
505
|
+
export declare const DescribeEventDetailsForOrganizationResponseFilterSensitiveLog: (
|
|
506
|
+
obj: DescribeEventDetailsForOrganizationResponse
|
|
507
|
+
) => any;
|
|
508
|
+
|
|
509
|
+
export declare const DescribeEventsRequestFilterSensitiveLog: (
|
|
510
|
+
obj: DescribeEventsRequest
|
|
511
|
+
) => any;
|
|
512
|
+
|
|
513
|
+
export declare const DescribeEventsResponseFilterSensitiveLog: (
|
|
514
|
+
obj: DescribeEventsResponse
|
|
515
|
+
) => any;
|
|
516
|
+
|
|
517
|
+
export declare const OrganizationEventFilterFilterSensitiveLog: (
|
|
518
|
+
obj: OrganizationEventFilter
|
|
519
|
+
) => any;
|
|
520
|
+
|
|
521
|
+
export declare const DescribeEventsForOrganizationRequestFilterSensitiveLog: (
|
|
522
|
+
obj: DescribeEventsForOrganizationRequest
|
|
523
|
+
) => any;
|
|
524
|
+
|
|
525
|
+
export declare const OrganizationEventFilterSensitiveLog: (
|
|
526
|
+
obj: OrganizationEvent
|
|
527
|
+
) => any;
|
|
528
|
+
|
|
529
|
+
export declare const DescribeEventsForOrganizationResponseFilterSensitiveLog: (
|
|
530
|
+
obj: DescribeEventsForOrganizationResponse
|
|
531
|
+
) => any;
|
|
532
|
+
|
|
533
|
+
export declare const EventTypeFilterFilterSensitiveLog: (
|
|
534
|
+
obj: EventTypeFilter
|
|
535
|
+
) => any;
|
|
536
|
+
|
|
537
|
+
export declare const DescribeEventTypesRequestFilterSensitiveLog: (
|
|
538
|
+
obj: DescribeEventTypesRequest
|
|
539
|
+
) => any;
|
|
540
|
+
|
|
541
|
+
export declare const EventTypeFilterSensitiveLog: (obj: EventType) => any;
|
|
542
|
+
|
|
543
|
+
export declare const DescribeEventTypesResponseFilterSensitiveLog: (
|
|
544
|
+
obj: DescribeEventTypesResponse
|
|
545
|
+
) => any;
|
|
546
|
+
|
|
547
|
+
export declare const DescribeHealthServiceStatusForOrganizationResponseFilterSensitiveLog: (
|
|
548
|
+
obj: DescribeHealthServiceStatusForOrganizationResponse
|
|
549
|
+
) => any;
|