@aws-sdk/client-detective 3.169.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 +8 -0
- package/dist-types/ts3.4/Detective.d.ts +442 -125
- package/dist-types/ts3.4/DetectiveClient.d.ts +273 -97
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +24 -24
- 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/DetectiveServiceException.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 +543 -485
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDatasourcePackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGraphsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +6 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +293 -74
- 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,485 +1,543 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { DetectiveServiceException as __BaseException } from "./DetectiveServiceException";
|
|
3
|
-
export interface AcceptInvitationRequest {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
export interface UnprocessedGraph {
|
|
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
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
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
|
-
export interface
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
}
|
|
224
|
-
export interface
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
}
|
|
246
|
-
export interface
|
|
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
|
-
|
|
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
|
-
export interface
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
}
|
|
312
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export declare const
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
export declare const
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
export declare const
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
export declare const
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
export declare const
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
export declare const
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
export declare const
|
|
418
|
-
|
|
419
|
-
export declare const
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
export declare const
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
export declare const DeleteMembersRequestFilterSensitiveLog: (
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
export declare const
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
export declare const
|
|
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
|
-
|
|
462
|
-
|
|
463
|
-
export declare const
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
export declare const
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
export declare const
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
export declare const
|
|
476
|
-
|
|
477
|
-
export declare const
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
export declare const
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DetectiveServiceException as __BaseException } from "./DetectiveServiceException";
|
|
3
|
+
export interface AcceptInvitationRequest {
|
|
4
|
+
GraphArn: string | undefined;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export declare class ConflictException extends __BaseException {
|
|
8
|
+
readonly name: "ConflictException";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
Message?: string;
|
|
11
|
+
|
|
12
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export declare class InternalServerException extends __BaseException {
|
|
16
|
+
readonly name: "InternalServerException";
|
|
17
|
+
readonly $fault: "server";
|
|
18
|
+
Message?: string;
|
|
19
|
+
|
|
20
|
+
constructor(
|
|
21
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
22
|
+
);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
26
|
+
readonly name: "ResourceNotFoundException";
|
|
27
|
+
readonly $fault: "client";
|
|
28
|
+
Message?: string;
|
|
29
|
+
|
|
30
|
+
constructor(
|
|
31
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
32
|
+
);
|
|
33
|
+
}
|
|
34
|
+
export declare enum ErrorCode {
|
|
35
|
+
InternalError = "INTERNAL_ERROR",
|
|
36
|
+
InvalidGraphArn = "INVALID_GRAPH_ARN",
|
|
37
|
+
InvalidRequestBody = "INVALID_REQUEST_BODY",
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export declare class ValidationException extends __BaseException {
|
|
41
|
+
readonly name: "ValidationException";
|
|
42
|
+
readonly $fault: "client";
|
|
43
|
+
Message?: string;
|
|
44
|
+
|
|
45
|
+
ErrorCode?: ErrorCode | string;
|
|
46
|
+
|
|
47
|
+
ErrorCodeReason?: string;
|
|
48
|
+
|
|
49
|
+
constructor(
|
|
50
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
51
|
+
);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export interface Account {
|
|
55
|
+
AccountId: string | undefined;
|
|
56
|
+
|
|
57
|
+
EmailAddress: string | undefined;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface Administrator {
|
|
61
|
+
AccountId?: string;
|
|
62
|
+
|
|
63
|
+
GraphArn?: string;
|
|
64
|
+
|
|
65
|
+
DelegationTime?: Date;
|
|
66
|
+
}
|
|
67
|
+
export interface BatchGetGraphMemberDatasourcesRequest {
|
|
68
|
+
GraphArn: string | undefined;
|
|
69
|
+
|
|
70
|
+
AccountIds: string[] | undefined;
|
|
71
|
+
}
|
|
72
|
+
export declare enum DatasourcePackage {
|
|
73
|
+
DETECTIVE_CORE = "DETECTIVE_CORE",
|
|
74
|
+
EKS_AUDIT = "EKS_AUDIT",
|
|
75
|
+
}
|
|
76
|
+
export declare enum DatasourcePackageIngestState {
|
|
77
|
+
DISABLED = "DISABLED",
|
|
78
|
+
STARTED = "STARTED",
|
|
79
|
+
STOPPED = "STOPPED",
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface TimestampForCollection {
|
|
83
|
+
Timestamp?: Date;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface MembershipDatasources {
|
|
87
|
+
AccountId?: string;
|
|
88
|
+
|
|
89
|
+
GraphArn?: string;
|
|
90
|
+
|
|
91
|
+
DatasourcePackageIngestHistory?: Record<
|
|
92
|
+
string,
|
|
93
|
+
Record<string, TimestampForCollection>
|
|
94
|
+
>;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export interface UnprocessedAccount {
|
|
98
|
+
AccountId?: string;
|
|
99
|
+
|
|
100
|
+
Reason?: string;
|
|
101
|
+
}
|
|
102
|
+
export interface BatchGetGraphMemberDatasourcesResponse {
|
|
103
|
+
MemberDatasources?: MembershipDatasources[];
|
|
104
|
+
|
|
105
|
+
UnprocessedAccounts?: UnprocessedAccount[];
|
|
106
|
+
}
|
|
107
|
+
export interface BatchGetMembershipDatasourcesRequest {
|
|
108
|
+
GraphArns: string[] | undefined;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export interface UnprocessedGraph {
|
|
112
|
+
GraphArn?: string;
|
|
113
|
+
|
|
114
|
+
Reason?: string;
|
|
115
|
+
}
|
|
116
|
+
export interface BatchGetMembershipDatasourcesResponse {
|
|
117
|
+
MembershipDatasources?: MembershipDatasources[];
|
|
118
|
+
|
|
119
|
+
UnprocessedGraphs?: UnprocessedGraph[];
|
|
120
|
+
}
|
|
121
|
+
export interface CreateGraphRequest {
|
|
122
|
+
Tags?: Record<string, string>;
|
|
123
|
+
}
|
|
124
|
+
export interface CreateGraphResponse {
|
|
125
|
+
GraphArn?: string;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
129
|
+
readonly name: "ServiceQuotaExceededException";
|
|
130
|
+
readonly $fault: "client";
|
|
131
|
+
Message?: string;
|
|
132
|
+
|
|
133
|
+
Resources?: string[];
|
|
134
|
+
|
|
135
|
+
constructor(
|
|
136
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
137
|
+
);
|
|
138
|
+
}
|
|
139
|
+
export interface CreateMembersRequest {
|
|
140
|
+
GraphArn: string | undefined;
|
|
141
|
+
|
|
142
|
+
Message?: string;
|
|
143
|
+
|
|
144
|
+
DisableEmailNotification?: boolean;
|
|
145
|
+
|
|
146
|
+
Accounts: Account[] | undefined;
|
|
147
|
+
}
|
|
148
|
+
export declare enum MemberDisabledReason {
|
|
149
|
+
VOLUME_TOO_HIGH = "VOLUME_TOO_HIGH",
|
|
150
|
+
VOLUME_UNKNOWN = "VOLUME_UNKNOWN",
|
|
151
|
+
}
|
|
152
|
+
export declare enum InvitationType {
|
|
153
|
+
INVITATION = "INVITATION",
|
|
154
|
+
ORGANIZATION = "ORGANIZATION",
|
|
155
|
+
}
|
|
156
|
+
export declare enum MemberStatus {
|
|
157
|
+
ACCEPTED_BUT_DISABLED = "ACCEPTED_BUT_DISABLED",
|
|
158
|
+
ENABLED = "ENABLED",
|
|
159
|
+
INVITED = "INVITED",
|
|
160
|
+
VERIFICATION_FAILED = "VERIFICATION_FAILED",
|
|
161
|
+
VERIFICATION_IN_PROGRESS = "VERIFICATION_IN_PROGRESS",
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
export interface DatasourcePackageUsageInfo {
|
|
165
|
+
VolumeUsageInBytes?: number;
|
|
166
|
+
|
|
167
|
+
VolumeUsageUpdateTime?: Date;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export interface MemberDetail {
|
|
171
|
+
AccountId?: string;
|
|
172
|
+
|
|
173
|
+
EmailAddress?: string;
|
|
174
|
+
|
|
175
|
+
GraphArn?: string;
|
|
176
|
+
|
|
177
|
+
MasterId?: string;
|
|
178
|
+
|
|
179
|
+
AdministratorId?: string;
|
|
180
|
+
|
|
181
|
+
Status?: MemberStatus | string;
|
|
182
|
+
|
|
183
|
+
DisabledReason?: MemberDisabledReason | string;
|
|
184
|
+
|
|
185
|
+
InvitedTime?: Date;
|
|
186
|
+
|
|
187
|
+
UpdatedTime?: Date;
|
|
188
|
+
|
|
189
|
+
VolumeUsageInBytes?: number;
|
|
190
|
+
|
|
191
|
+
VolumeUsageUpdatedTime?: Date;
|
|
192
|
+
|
|
193
|
+
PercentOfGraphUtilization?: number;
|
|
194
|
+
|
|
195
|
+
PercentOfGraphUtilizationUpdatedTime?: Date;
|
|
196
|
+
|
|
197
|
+
InvitationType?: InvitationType | string;
|
|
198
|
+
|
|
199
|
+
VolumeUsageByDatasourcePackage?: Record<string, DatasourcePackageUsageInfo>;
|
|
200
|
+
|
|
201
|
+
DatasourcePackageIngestStates?: Record<
|
|
202
|
+
string,
|
|
203
|
+
DatasourcePackageIngestState | string
|
|
204
|
+
>;
|
|
205
|
+
}
|
|
206
|
+
export interface CreateMembersResponse {
|
|
207
|
+
Members?: MemberDetail[];
|
|
208
|
+
|
|
209
|
+
UnprocessedAccounts?: UnprocessedAccount[];
|
|
210
|
+
}
|
|
211
|
+
export interface DeleteGraphRequest {
|
|
212
|
+
GraphArn: string | undefined;
|
|
213
|
+
}
|
|
214
|
+
export interface DeleteMembersRequest {
|
|
215
|
+
GraphArn: string | undefined;
|
|
216
|
+
|
|
217
|
+
AccountIds: string[] | undefined;
|
|
218
|
+
}
|
|
219
|
+
export interface DeleteMembersResponse {
|
|
220
|
+
AccountIds?: string[];
|
|
221
|
+
|
|
222
|
+
UnprocessedAccounts?: UnprocessedAccount[];
|
|
223
|
+
}
|
|
224
|
+
export interface DescribeOrganizationConfigurationRequest {
|
|
225
|
+
GraphArn: string | undefined;
|
|
226
|
+
}
|
|
227
|
+
export interface DescribeOrganizationConfigurationResponse {
|
|
228
|
+
AutoEnable?: boolean;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export declare class TooManyRequestsException extends __BaseException {
|
|
232
|
+
readonly name: "TooManyRequestsException";
|
|
233
|
+
readonly $fault: "client";
|
|
234
|
+
Message?: string;
|
|
235
|
+
|
|
236
|
+
constructor(
|
|
237
|
+
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
238
|
+
);
|
|
239
|
+
}
|
|
240
|
+
export interface DisassociateMembershipRequest {
|
|
241
|
+
GraphArn: string | undefined;
|
|
242
|
+
}
|
|
243
|
+
export interface EnableOrganizationAdminAccountRequest {
|
|
244
|
+
AccountId: string | undefined;
|
|
245
|
+
}
|
|
246
|
+
export interface GetMembersRequest {
|
|
247
|
+
GraphArn: string | undefined;
|
|
248
|
+
|
|
249
|
+
AccountIds: string[] | undefined;
|
|
250
|
+
}
|
|
251
|
+
export interface GetMembersResponse {
|
|
252
|
+
MemberDetails?: MemberDetail[];
|
|
253
|
+
|
|
254
|
+
UnprocessedAccounts?: UnprocessedAccount[];
|
|
255
|
+
}
|
|
256
|
+
export interface ListDatasourcePackagesRequest {
|
|
257
|
+
GraphArn: string | undefined;
|
|
258
|
+
|
|
259
|
+
NextToken?: string;
|
|
260
|
+
|
|
261
|
+
MaxResults?: number;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
export interface DatasourcePackageIngestDetail {
|
|
265
|
+
DatasourcePackageIngestState?: DatasourcePackageIngestState | string;
|
|
266
|
+
|
|
267
|
+
LastIngestStateChange?: Record<string, TimestampForCollection>;
|
|
268
|
+
}
|
|
269
|
+
export interface ListDatasourcePackagesResponse {
|
|
270
|
+
DatasourcePackages?: Record<string, DatasourcePackageIngestDetail>;
|
|
271
|
+
|
|
272
|
+
NextToken?: string;
|
|
273
|
+
}
|
|
274
|
+
export interface ListGraphsRequest {
|
|
275
|
+
NextToken?: string;
|
|
276
|
+
|
|
277
|
+
MaxResults?: number;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export interface Graph {
|
|
281
|
+
Arn?: string;
|
|
282
|
+
|
|
283
|
+
CreatedTime?: Date;
|
|
284
|
+
}
|
|
285
|
+
export interface ListGraphsResponse {
|
|
286
|
+
GraphList?: Graph[];
|
|
287
|
+
|
|
288
|
+
NextToken?: string;
|
|
289
|
+
}
|
|
290
|
+
export interface ListInvitationsRequest {
|
|
291
|
+
NextToken?: string;
|
|
292
|
+
|
|
293
|
+
MaxResults?: number;
|
|
294
|
+
}
|
|
295
|
+
export interface ListInvitationsResponse {
|
|
296
|
+
Invitations?: MemberDetail[];
|
|
297
|
+
|
|
298
|
+
NextToken?: string;
|
|
299
|
+
}
|
|
300
|
+
export interface ListMembersRequest {
|
|
301
|
+
GraphArn: string | undefined;
|
|
302
|
+
|
|
303
|
+
NextToken?: string;
|
|
304
|
+
|
|
305
|
+
MaxResults?: number;
|
|
306
|
+
}
|
|
307
|
+
export interface ListMembersResponse {
|
|
308
|
+
MemberDetails?: MemberDetail[];
|
|
309
|
+
|
|
310
|
+
NextToken?: string;
|
|
311
|
+
}
|
|
312
|
+
export interface ListOrganizationAdminAccountsRequest {
|
|
313
|
+
NextToken?: string;
|
|
314
|
+
|
|
315
|
+
MaxResults?: number;
|
|
316
|
+
}
|
|
317
|
+
export interface ListOrganizationAdminAccountsResponse {
|
|
318
|
+
Administrators?: Administrator[];
|
|
319
|
+
|
|
320
|
+
NextToken?: string;
|
|
321
|
+
}
|
|
322
|
+
export interface ListTagsForResourceRequest {
|
|
323
|
+
ResourceArn: string | undefined;
|
|
324
|
+
}
|
|
325
|
+
export interface ListTagsForResourceResponse {
|
|
326
|
+
Tags?: Record<string, string>;
|
|
327
|
+
}
|
|
328
|
+
export interface RejectInvitationRequest {
|
|
329
|
+
GraphArn: string | undefined;
|
|
330
|
+
}
|
|
331
|
+
export interface StartMonitoringMemberRequest {
|
|
332
|
+
GraphArn: string | undefined;
|
|
333
|
+
|
|
334
|
+
AccountId: string | undefined;
|
|
335
|
+
}
|
|
336
|
+
export interface TagResourceRequest {
|
|
337
|
+
ResourceArn: string | undefined;
|
|
338
|
+
|
|
339
|
+
Tags: Record<string, string> | undefined;
|
|
340
|
+
}
|
|
341
|
+
export interface TagResourceResponse {}
|
|
342
|
+
export interface UntagResourceRequest {
|
|
343
|
+
ResourceArn: string | undefined;
|
|
344
|
+
|
|
345
|
+
TagKeys: string[] | undefined;
|
|
346
|
+
}
|
|
347
|
+
export interface UntagResourceResponse {}
|
|
348
|
+
export interface UpdateDatasourcePackagesRequest {
|
|
349
|
+
GraphArn: string | undefined;
|
|
350
|
+
|
|
351
|
+
DatasourcePackages: (DatasourcePackage | string)[] | undefined;
|
|
352
|
+
}
|
|
353
|
+
export interface UpdateOrganizationConfigurationRequest {
|
|
354
|
+
GraphArn: string | undefined;
|
|
355
|
+
|
|
356
|
+
AutoEnable?: boolean;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
export declare const AcceptInvitationRequestFilterSensitiveLog: (
|
|
360
|
+
obj: AcceptInvitationRequest
|
|
361
|
+
) => any;
|
|
362
|
+
|
|
363
|
+
export declare const AccountFilterSensitiveLog: (obj: Account) => any;
|
|
364
|
+
|
|
365
|
+
export declare const AdministratorFilterSensitiveLog: (
|
|
366
|
+
obj: Administrator
|
|
367
|
+
) => any;
|
|
368
|
+
|
|
369
|
+
export declare const BatchGetGraphMemberDatasourcesRequestFilterSensitiveLog: (
|
|
370
|
+
obj: BatchGetGraphMemberDatasourcesRequest
|
|
371
|
+
) => any;
|
|
372
|
+
|
|
373
|
+
export declare const TimestampForCollectionFilterSensitiveLog: (
|
|
374
|
+
obj: TimestampForCollection
|
|
375
|
+
) => any;
|
|
376
|
+
|
|
377
|
+
export declare const MembershipDatasourcesFilterSensitiveLog: (
|
|
378
|
+
obj: MembershipDatasources
|
|
379
|
+
) => any;
|
|
380
|
+
|
|
381
|
+
export declare const UnprocessedAccountFilterSensitiveLog: (
|
|
382
|
+
obj: UnprocessedAccount
|
|
383
|
+
) => any;
|
|
384
|
+
|
|
385
|
+
export declare const BatchGetGraphMemberDatasourcesResponseFilterSensitiveLog: (
|
|
386
|
+
obj: BatchGetGraphMemberDatasourcesResponse
|
|
387
|
+
) => any;
|
|
388
|
+
|
|
389
|
+
export declare const BatchGetMembershipDatasourcesRequestFilterSensitiveLog: (
|
|
390
|
+
obj: BatchGetMembershipDatasourcesRequest
|
|
391
|
+
) => any;
|
|
392
|
+
|
|
393
|
+
export declare const UnprocessedGraphFilterSensitiveLog: (
|
|
394
|
+
obj: UnprocessedGraph
|
|
395
|
+
) => any;
|
|
396
|
+
|
|
397
|
+
export declare const BatchGetMembershipDatasourcesResponseFilterSensitiveLog: (
|
|
398
|
+
obj: BatchGetMembershipDatasourcesResponse
|
|
399
|
+
) => any;
|
|
400
|
+
|
|
401
|
+
export declare const CreateGraphRequestFilterSensitiveLog: (
|
|
402
|
+
obj: CreateGraphRequest
|
|
403
|
+
) => any;
|
|
404
|
+
|
|
405
|
+
export declare const CreateGraphResponseFilterSensitiveLog: (
|
|
406
|
+
obj: CreateGraphResponse
|
|
407
|
+
) => any;
|
|
408
|
+
|
|
409
|
+
export declare const CreateMembersRequestFilterSensitiveLog: (
|
|
410
|
+
obj: CreateMembersRequest
|
|
411
|
+
) => any;
|
|
412
|
+
|
|
413
|
+
export declare const DatasourcePackageUsageInfoFilterSensitiveLog: (
|
|
414
|
+
obj: DatasourcePackageUsageInfo
|
|
415
|
+
) => any;
|
|
416
|
+
|
|
417
|
+
export declare const MemberDetailFilterSensitiveLog: (obj: MemberDetail) => any;
|
|
418
|
+
|
|
419
|
+
export declare const CreateMembersResponseFilterSensitiveLog: (
|
|
420
|
+
obj: CreateMembersResponse
|
|
421
|
+
) => any;
|
|
422
|
+
|
|
423
|
+
export declare const DeleteGraphRequestFilterSensitiveLog: (
|
|
424
|
+
obj: DeleteGraphRequest
|
|
425
|
+
) => any;
|
|
426
|
+
|
|
427
|
+
export declare const DeleteMembersRequestFilterSensitiveLog: (
|
|
428
|
+
obj: DeleteMembersRequest
|
|
429
|
+
) => any;
|
|
430
|
+
|
|
431
|
+
export declare const DeleteMembersResponseFilterSensitiveLog: (
|
|
432
|
+
obj: DeleteMembersResponse
|
|
433
|
+
) => any;
|
|
434
|
+
|
|
435
|
+
export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (
|
|
436
|
+
obj: DescribeOrganizationConfigurationRequest
|
|
437
|
+
) => any;
|
|
438
|
+
|
|
439
|
+
export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (
|
|
440
|
+
obj: DescribeOrganizationConfigurationResponse
|
|
441
|
+
) => any;
|
|
442
|
+
|
|
443
|
+
export declare const DisassociateMembershipRequestFilterSensitiveLog: (
|
|
444
|
+
obj: DisassociateMembershipRequest
|
|
445
|
+
) => any;
|
|
446
|
+
|
|
447
|
+
export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (
|
|
448
|
+
obj: EnableOrganizationAdminAccountRequest
|
|
449
|
+
) => any;
|
|
450
|
+
|
|
451
|
+
export declare const GetMembersRequestFilterSensitiveLog: (
|
|
452
|
+
obj: GetMembersRequest
|
|
453
|
+
) => any;
|
|
454
|
+
|
|
455
|
+
export declare const GetMembersResponseFilterSensitiveLog: (
|
|
456
|
+
obj: GetMembersResponse
|
|
457
|
+
) => any;
|
|
458
|
+
|
|
459
|
+
export declare const ListDatasourcePackagesRequestFilterSensitiveLog: (
|
|
460
|
+
obj: ListDatasourcePackagesRequest
|
|
461
|
+
) => any;
|
|
462
|
+
|
|
463
|
+
export declare const DatasourcePackageIngestDetailFilterSensitiveLog: (
|
|
464
|
+
obj: DatasourcePackageIngestDetail
|
|
465
|
+
) => any;
|
|
466
|
+
|
|
467
|
+
export declare const ListDatasourcePackagesResponseFilterSensitiveLog: (
|
|
468
|
+
obj: ListDatasourcePackagesResponse
|
|
469
|
+
) => any;
|
|
470
|
+
|
|
471
|
+
export declare const ListGraphsRequestFilterSensitiveLog: (
|
|
472
|
+
obj: ListGraphsRequest
|
|
473
|
+
) => any;
|
|
474
|
+
|
|
475
|
+
export declare const GraphFilterSensitiveLog: (obj: Graph) => any;
|
|
476
|
+
|
|
477
|
+
export declare const ListGraphsResponseFilterSensitiveLog: (
|
|
478
|
+
obj: ListGraphsResponse
|
|
479
|
+
) => any;
|
|
480
|
+
|
|
481
|
+
export declare const ListInvitationsRequestFilterSensitiveLog: (
|
|
482
|
+
obj: ListInvitationsRequest
|
|
483
|
+
) => any;
|
|
484
|
+
|
|
485
|
+
export declare const ListInvitationsResponseFilterSensitiveLog: (
|
|
486
|
+
obj: ListInvitationsResponse
|
|
487
|
+
) => any;
|
|
488
|
+
|
|
489
|
+
export declare const ListMembersRequestFilterSensitiveLog: (
|
|
490
|
+
obj: ListMembersRequest
|
|
491
|
+
) => any;
|
|
492
|
+
|
|
493
|
+
export declare const ListMembersResponseFilterSensitiveLog: (
|
|
494
|
+
obj: ListMembersResponse
|
|
495
|
+
) => any;
|
|
496
|
+
|
|
497
|
+
export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (
|
|
498
|
+
obj: ListOrganizationAdminAccountsRequest
|
|
499
|
+
) => any;
|
|
500
|
+
|
|
501
|
+
export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (
|
|
502
|
+
obj: ListOrganizationAdminAccountsResponse
|
|
503
|
+
) => any;
|
|
504
|
+
|
|
505
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
506
|
+
obj: ListTagsForResourceRequest
|
|
507
|
+
) => any;
|
|
508
|
+
|
|
509
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
510
|
+
obj: ListTagsForResourceResponse
|
|
511
|
+
) => any;
|
|
512
|
+
|
|
513
|
+
export declare const RejectInvitationRequestFilterSensitiveLog: (
|
|
514
|
+
obj: RejectInvitationRequest
|
|
515
|
+
) => any;
|
|
516
|
+
|
|
517
|
+
export declare const StartMonitoringMemberRequestFilterSensitiveLog: (
|
|
518
|
+
obj: StartMonitoringMemberRequest
|
|
519
|
+
) => any;
|
|
520
|
+
|
|
521
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
522
|
+
obj: TagResourceRequest
|
|
523
|
+
) => any;
|
|
524
|
+
|
|
525
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
526
|
+
obj: TagResourceResponse
|
|
527
|
+
) => any;
|
|
528
|
+
|
|
529
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
530
|
+
obj: UntagResourceRequest
|
|
531
|
+
) => any;
|
|
532
|
+
|
|
533
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
534
|
+
obj: UntagResourceResponse
|
|
535
|
+
) => any;
|
|
536
|
+
|
|
537
|
+
export declare const UpdateDatasourcePackagesRequestFilterSensitiveLog: (
|
|
538
|
+
obj: UpdateDatasourcePackagesRequest
|
|
539
|
+
) => any;
|
|
540
|
+
|
|
541
|
+
export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (
|
|
542
|
+
obj: UpdateOrganizationConfigurationRequest
|
|
543
|
+
) => any;
|