@aws-sdk/client-detective 3.131.0 → 3.142.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/README.md +7 -5
  3. package/dist-cjs/Detective.js +60 -0
  4. package/dist-cjs/commands/AcceptInvitationCommand.js +1 -1
  5. package/dist-cjs/commands/BatchGetGraphMemberDatasourcesCommand.js +36 -0
  6. package/dist-cjs/commands/BatchGetMembershipDatasourcesCommand.js +36 -0
  7. package/dist-cjs/commands/CreateGraphCommand.js +2 -2
  8. package/dist-cjs/commands/CreateMembersCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteGraphCommand.js +1 -1
  10. package/dist-cjs/commands/DeleteMembersCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DisassociateMembershipCommand.js +1 -1
  13. package/dist-cjs/commands/EnableOrganizationAdminAccountCommand.js +1 -1
  14. package/dist-cjs/commands/GetMembersCommand.js +2 -2
  15. package/dist-cjs/commands/ListDatasourcePackagesCommand.js +36 -0
  16. package/dist-cjs/commands/ListGraphsCommand.js +2 -2
  17. package/dist-cjs/commands/ListInvitationsCommand.js +2 -2
  18. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  19. package/dist-cjs/commands/ListOrganizationAdminAccountsCommand.js +2 -2
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-cjs/commands/RejectInvitationCommand.js +1 -1
  22. package/dist-cjs/commands/StartMonitoringMemberCommand.js +1 -1
  23. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  24. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateDatasourcePackagesCommand.js +36 -0
  26. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +1 -1
  27. package/dist-cjs/commands/index.js +4 -0
  28. package/dist-cjs/models/models_0.js +214 -217
  29. package/dist-cjs/pagination/ListDatasourcePackagesPaginator.js +36 -0
  30. package/dist-cjs/pagination/index.js +1 -0
  31. package/dist-cjs/protocols/Aws_restJson1.js +618 -306
  32. package/dist-es/Detective.js +60 -0
  33. package/dist-es/commands/AcceptInvitationCommand.js +2 -2
  34. package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +39 -0
  35. package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +39 -0
  36. package/dist-es/commands/CreateGraphCommand.js +3 -3
  37. package/dist-es/commands/CreateMembersCommand.js +3 -3
  38. package/dist-es/commands/DeleteGraphCommand.js +2 -2
  39. package/dist-es/commands/DeleteMembersCommand.js +3 -3
  40. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  41. package/dist-es/commands/DisassociateMembershipCommand.js +2 -2
  42. package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +2 -2
  43. package/dist-es/commands/GetMembersCommand.js +3 -3
  44. package/dist-es/commands/ListDatasourcePackagesCommand.js +39 -0
  45. package/dist-es/commands/ListGraphsCommand.js +3 -3
  46. package/dist-es/commands/ListInvitationsCommand.js +3 -3
  47. package/dist-es/commands/ListMembersCommand.js +3 -3
  48. package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  50. package/dist-es/commands/RejectInvitationCommand.js +2 -2
  51. package/dist-es/commands/StartMonitoringMemberCommand.js +2 -2
  52. package/dist-es/commands/TagResourceCommand.js +3 -3
  53. package/dist-es/commands/UntagResourceCommand.js +3 -3
  54. package/dist-es/commands/UpdateDatasourcePackagesCommand.js +39 -0
  55. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  56. package/dist-es/commands/index.js +4 -0
  57. package/dist-es/models/models_0.js +68 -144
  58. package/dist-es/pagination/ListDatasourcePackagesPaginator.js +75 -0
  59. package/dist-es/pagination/index.js +1 -0
  60. package/dist-es/protocols/Aws_restJson1.js +779 -307
  61. package/dist-types/Detective.d.ts +47 -12
  62. package/dist-types/DetectiveClient.d.ts +12 -6
  63. package/dist-types/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +35 -0
  64. package/dist-types/commands/BatchGetMembershipDatasourcesCommand.d.ts +35 -0
  65. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +6 -5
  66. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +7 -3
  67. package/dist-types/commands/ListDatasourcePackagesCommand.d.ts +35 -0
  68. package/dist-types/commands/UpdateDatasourcePackagesCommand.d.ts +35 -0
  69. package/dist-types/commands/index.d.ts +4 -0
  70. package/dist-types/models/models_0.d.ts +376 -219
  71. package/dist-types/pagination/ListDatasourcePackagesPaginator.d.ts +4 -0
  72. package/dist-types/pagination/index.d.ts +1 -0
  73. package/dist-types/protocols/Aws_restJson1.d.ts +12 -0
  74. package/dist-types/ts3.4/Detective.d.ts +20 -0
  75. package/dist-types/ts3.4/DetectiveClient.d.ts +6 -2
  76. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  81. package/dist-types/ts3.4/models/models_0.d.ts +195 -142
  82. package/dist-types/ts3.4/pagination/ListDatasourcePackagesPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
  85. package/package.json +6 -6
@@ -8,12 +8,6 @@ export interface AcceptInvitationRequest {
8
8
  */
9
9
  GraphArn: string | undefined;
10
10
  }
11
- export declare namespace AcceptInvitationRequest {
12
- /**
13
- * @internal
14
- */
15
- const filterSensitiveLog: (obj: AcceptInvitationRequest) => any;
16
- }
17
11
  /**
18
12
  * <p>The request attempted an invalid action.</p>
19
13
  */
@@ -50,6 +44,11 @@ export declare class ResourceNotFoundException extends __BaseException {
50
44
  */
51
45
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
52
46
  }
47
+ export declare enum ErrorCode {
48
+ InternalError = "INTERNAL_ERROR",
49
+ InvalidGraphArn = "INVALID_GRAPH_ARN",
50
+ InvalidRequestBody = "INVALID_REQUEST_BODY"
51
+ }
53
52
  /**
54
53
  * <p>The request parameters are invalid.</p>
55
54
  */
@@ -57,6 +56,14 @@ export declare class ValidationException extends __BaseException {
57
56
  readonly name: "ValidationException";
58
57
  readonly $fault: "client";
59
58
  Message?: string;
59
+ /**
60
+ * <p>The error code associated with the validation failure.</p>
61
+ */
62
+ ErrorCode?: ErrorCode | string;
63
+ /**
64
+ * <p> An explanation of why validation failed.</p>
65
+ */
66
+ ErrorCodeReason?: string;
60
67
  /**
61
68
  * @internal
62
69
  */
@@ -77,12 +84,6 @@ export interface Account {
77
84
  */
78
85
  EmailAddress: string | undefined;
79
86
  }
80
- export declare namespace Account {
81
- /**
82
- * @internal
83
- */
84
- const filterSensitiveLog: (obj: Account) => any;
85
- }
86
87
  /**
87
88
  * <p>Information about the Detective administrator account for an
88
89
  * organization.</p>
@@ -104,11 +105,107 @@ export interface Administrator {
104
105
  */
105
106
  DelegationTime?: Date;
106
107
  }
107
- export declare namespace Administrator {
108
+ export interface BatchGetGraphMemberDatasourcesRequest {
108
109
  /**
109
- * @internal
110
+ * <p>The ARN of the behavior graph.</p>
111
+ */
112
+ GraphArn: string | undefined;
113
+ /**
114
+ * <p>The list of Amazon Web Services accounts to get data source package information
115
+ * on.</p>
116
+ */
117
+ AccountIds: string[] | undefined;
118
+ }
119
+ export declare enum DatasourcePackage {
120
+ DETECTIVE_CORE = "DETECTIVE_CORE",
121
+ EKS_AUDIT = "EKS_AUDIT"
122
+ }
123
+ export declare enum DatasourcePackageIngestState {
124
+ DISABLED = "DISABLED",
125
+ STARTED = "STARTED",
126
+ STOPPED = "STOPPED"
127
+ }
128
+ /**
129
+ * <p>Details on when data collection began for a source package.</p>
130
+ */
131
+ export interface TimestampForCollection {
132
+ /**
133
+ * <p>The data and time when data collection began for a source package. The value is an
134
+ * ISO8601 formatted string. For example, <code>2021-08-18T16:35:56.284Z</code>.</p>
110
135
  */
111
- const filterSensitiveLog: (obj: Administrator) => any;
136
+ Timestamp?: Date;
137
+ }
138
+ /**
139
+ * <p>Details on data source packages for members of the behavior graph.</p>
140
+ */
141
+ export interface MembershipDatasources {
142
+ /**
143
+ * <p>The account identifier of the Amazon Web Services account.</p>
144
+ */
145
+ AccountId?: string;
146
+ /**
147
+ * <p>The ARN of the organization behavior graph.</p>
148
+ */
149
+ GraphArn?: string;
150
+ /**
151
+ * <p>Details on when a data source package was added to a behavior graph.</p>
152
+ */
153
+ DatasourcePackageIngestHistory?: Record<string, Record<string, TimestampForCollection>>;
154
+ }
155
+ /**
156
+ * <p>A member account that was included in a request but for which the request could not be
157
+ * processed.</p>
158
+ */
159
+ export interface UnprocessedAccount {
160
+ /**
161
+ * <p>The Amazon Web Services account identifier of the member account that was not
162
+ * processed.</p>
163
+ */
164
+ AccountId?: string;
165
+ /**
166
+ * <p>The reason that the member account request could not be processed.</p>
167
+ */
168
+ Reason?: string;
169
+ }
170
+ export interface BatchGetGraphMemberDatasourcesResponse {
171
+ /**
172
+ * <p>Details on the status of data source packages for members of the behavior graph.</p>
173
+ */
174
+ MemberDatasources?: MembershipDatasources[];
175
+ /**
176
+ * <p>Accounts that data source package information could not be retrieved for.</p>
177
+ */
178
+ UnprocessedAccounts?: UnprocessedAccount[];
179
+ }
180
+ export interface BatchGetMembershipDatasourcesRequest {
181
+ /**
182
+ * <p>The ARN of the behavior graph.</p>
183
+ */
184
+ GraphArns: string[] | undefined;
185
+ }
186
+ /**
187
+ * <p>Behavior graphs that could not be processed in the request.</p>
188
+ */
189
+ export interface UnprocessedGraph {
190
+ /**
191
+ * <p>The ARN of the organization behavior graph.</p>
192
+ */
193
+ GraphArn?: string;
194
+ /**
195
+ * <p>The reason data source package information could not be processed for a behavior
196
+ * graph.</p>
197
+ */
198
+ Reason?: string;
199
+ }
200
+ export interface BatchGetMembershipDatasourcesResponse {
201
+ /**
202
+ * <p>Details on the data source package history for an member of the behavior graph.</p>
203
+ */
204
+ MembershipDatasources?: MembershipDatasources[];
205
+ /**
206
+ * <p>Graphs that data source package information could not be retrieved for.</p>
207
+ */
208
+ UnprocessedGraphs?: UnprocessedGraph[];
112
209
  }
113
210
  export interface CreateGraphRequest {
114
211
  /**
@@ -118,24 +215,12 @@ export interface CreateGraphRequest {
118
215
  */
119
216
  Tags?: Record<string, string>;
120
217
  }
121
- export declare namespace CreateGraphRequest {
122
- /**
123
- * @internal
124
- */
125
- const filterSensitiveLog: (obj: CreateGraphRequest) => any;
126
- }
127
218
  export interface CreateGraphResponse {
128
219
  /**
129
220
  * <p>The ARN of the new behavior graph.</p>
130
221
  */
131
222
  GraphArn?: string;
132
223
  }
133
- export declare namespace CreateGraphResponse {
134
- /**
135
- * @internal
136
- */
137
- const filterSensitiveLog: (obj: CreateGraphResponse) => any;
138
- }
139
224
  /**
140
225
  * <p>This request cannot be completed for one of the following reasons.</p>
141
226
  * <ul>
@@ -158,6 +243,10 @@ export declare class ServiceQuotaExceededException extends __BaseException {
158
243
  readonly name: "ServiceQuotaExceededException";
159
244
  readonly $fault: "client";
160
245
  Message?: string;
246
+ /**
247
+ * <p>The type of resource that has exceeded the service quota.</p>
248
+ */
249
+ Resources?: string[];
161
250
  /**
162
251
  * @internal
163
252
  */
@@ -190,12 +279,6 @@ export interface CreateMembersRequest {
190
279
  */
191
280
  Accounts: Account[] | undefined;
192
281
  }
193
- export declare namespace CreateMembersRequest {
194
- /**
195
- * @internal
196
- */
197
- const filterSensitiveLog: (obj: CreateMembersRequest) => any;
198
- }
199
282
  export declare enum MemberDisabledReason {
200
283
  VOLUME_TOO_HIGH = "VOLUME_TOO_HIGH",
201
284
  VOLUME_UNKNOWN = "VOLUME_UNKNOWN"
@@ -211,6 +294,20 @@ export declare enum MemberStatus {
211
294
  VERIFICATION_FAILED = "VERIFICATION_FAILED",
212
295
  VERIFICATION_IN_PROGRESS = "VERIFICATION_IN_PROGRESS"
213
296
  }
297
+ /**
298
+ * <p>Information on the usage of a data source package in the behavior graph.</p>
299
+ */
300
+ export interface DatasourcePackageUsageInfo {
301
+ /**
302
+ * <p>Total volume of data in bytes per day ingested for a given data source package.</p>
303
+ */
304
+ VolumeUsageInBytes?: number;
305
+ /**
306
+ * <p>The data and time when the member account data volume was last updated. The value is an
307
+ * ISO8601 formatted string. For example, <code>2021-08-18T16:35:56.284Z</code>.</p>
308
+ */
309
+ VolumeUsageUpdateTime?: Date;
310
+ }
214
311
  /**
215
312
  * <p>Details about a member account in a behavior graph.</p>
216
313
  */
@@ -315,10 +412,14 @@ export interface MemberDetail {
315
412
  */
316
413
  UpdatedTime?: Date;
317
414
  /**
415
+ * @deprecated
416
+ *
318
417
  * <p>The data volume in bytes per day for the member account.</p>
319
418
  */
320
419
  VolumeUsageInBytes?: number;
321
420
  /**
421
+ * @deprecated
422
+ *
322
423
  * <p>The data and time when the member account data volume was last updated. The value is an
323
424
  * ISO8601 formatted string. For example, <code>2021-08-18T16:35:56.284Z</code>.</p>
324
425
  */
@@ -350,33 +451,14 @@ export interface MemberDetail {
350
451
  * <code>INVITATION</code>. </p>
351
452
  */
352
453
  InvitationType?: InvitationType | string;
353
- }
354
- export declare namespace MemberDetail {
355
454
  /**
356
- * @internal
455
+ * <p>Details on the volume of usage for each data source package in a behavior graph.</p>
357
456
  */
358
- const filterSensitiveLog: (obj: MemberDetail) => any;
359
- }
360
- /**
361
- * <p>A member account that was included in a request but for which the request could not be
362
- * processed.</p>
363
- */
364
- export interface UnprocessedAccount {
365
- /**
366
- * <p>The Amazon Web Services account identifier of the member account that was not
367
- * processed.</p>
368
- */
369
- AccountId?: string;
370
- /**
371
- * <p>The reason that the member account request could not be processed.</p>
372
- */
373
- Reason?: string;
374
- }
375
- export declare namespace UnprocessedAccount {
457
+ VolumeUsageByDatasourcePackage?: Record<string, DatasourcePackageUsageInfo>;
376
458
  /**
377
- * @internal
459
+ * <p>The state of a data source package for the behavior graph.</p>
378
460
  */
379
- const filterSensitiveLog: (obj: UnprocessedAccount) => any;
461
+ DatasourcePackageIngestStates?: Record<string, DatasourcePackageIngestState | string>;
380
462
  }
381
463
  export interface CreateMembersResponse {
382
464
  /**
@@ -393,24 +475,12 @@ export interface CreateMembersResponse {
393
475
  */
394
476
  UnprocessedAccounts?: UnprocessedAccount[];
395
477
  }
396
- export declare namespace CreateMembersResponse {
397
- /**
398
- * @internal
399
- */
400
- const filterSensitiveLog: (obj: CreateMembersResponse) => any;
401
- }
402
478
  export interface DeleteGraphRequest {
403
479
  /**
404
480
  * <p>The ARN of the behavior graph to disable.</p>
405
481
  */
406
482
  GraphArn: string | undefined;
407
483
  }
408
- export declare namespace DeleteGraphRequest {
409
- /**
410
- * @internal
411
- */
412
- const filterSensitiveLog: (obj: DeleteGraphRequest) => any;
413
- }
414
484
  export interface DeleteMembersRequest {
415
485
  /**
416
486
  * <p>The ARN of the behavior graph to remove members from.</p>
@@ -422,12 +492,6 @@ export interface DeleteMembersRequest {
422
492
  */
423
493
  AccountIds: string[] | undefined;
424
494
  }
425
- export declare namespace DeleteMembersRequest {
426
- /**
427
- * @internal
428
- */
429
- const filterSensitiveLog: (obj: DeleteMembersRequest) => any;
430
- }
431
495
  export interface DeleteMembersResponse {
432
496
  /**
433
497
  * <p>The list of Amazon Web Services account identifiers for the member accounts that Detective successfully removed from the behavior graph.</p>
@@ -440,24 +504,12 @@ export interface DeleteMembersResponse {
440
504
  */
441
505
  UnprocessedAccounts?: UnprocessedAccount[];
442
506
  }
443
- export declare namespace DeleteMembersResponse {
444
- /**
445
- * @internal
446
- */
447
- const filterSensitiveLog: (obj: DeleteMembersResponse) => any;
448
- }
449
507
  export interface DescribeOrganizationConfigurationRequest {
450
508
  /**
451
509
  * <p>The ARN of the organization behavior graph.</p>
452
510
  */
453
511
  GraphArn: string | undefined;
454
512
  }
455
- export declare namespace DescribeOrganizationConfigurationRequest {
456
- /**
457
- * @internal
458
- */
459
- const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
460
- }
461
513
  export interface DescribeOrganizationConfigurationResponse {
462
514
  /**
463
515
  * <p>Indicates whether to automatically enable new organization accounts as member accounts
@@ -465,12 +517,6 @@ export interface DescribeOrganizationConfigurationResponse {
465
517
  */
466
518
  AutoEnable?: boolean;
467
519
  }
468
- export declare namespace DescribeOrganizationConfigurationResponse {
469
- /**
470
- * @internal
471
- */
472
- const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
473
- }
474
520
  /**
475
521
  * <p>The request cannot be completed because too many other requests are occurring at the
476
522
  * same time.</p>
@@ -492,24 +538,12 @@ export interface DisassociateMembershipRequest {
492
538
  */
493
539
  GraphArn: string | undefined;
494
540
  }
495
- export declare namespace DisassociateMembershipRequest {
496
- /**
497
- * @internal
498
- */
499
- const filterSensitiveLog: (obj: DisassociateMembershipRequest) => any;
500
- }
501
541
  export interface EnableOrganizationAdminAccountRequest {
502
542
  /**
503
543
  * <p>The Amazon Web Services account identifier of the account to designate as the Detective administrator account for the organization.</p>
504
544
  */
505
545
  AccountId: string | undefined;
506
546
  }
507
- export declare namespace EnableOrganizationAdminAccountRequest {
508
- /**
509
- * @internal
510
- */
511
- const filterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
512
- }
513
547
  export interface GetMembersRequest {
514
548
  /**
515
549
  * <p>The ARN of the behavior graph for which to request the member details.</p>
@@ -524,12 +558,6 @@ export interface GetMembersRequest {
524
558
  */
525
559
  AccountIds: string[] | undefined;
526
560
  }
527
- export declare namespace GetMembersRequest {
528
- /**
529
- * @internal
530
- */
531
- const filterSensitiveLog: (obj: GetMembersRequest) => any;
532
- }
533
561
  export interface GetMembersResponse {
534
562
  /**
535
563
  * <p>The member account details that Detective is returning in response to the
@@ -543,11 +571,46 @@ export interface GetMembersResponse {
543
571
  */
544
572
  UnprocessedAccounts?: UnprocessedAccount[];
545
573
  }
546
- export declare namespace GetMembersResponse {
574
+ export interface ListDatasourcePackagesRequest {
547
575
  /**
548
- * @internal
576
+ * <p>The ARN of the behavior graph.</p>
577
+ */
578
+ GraphArn: string | undefined;
579
+ /**
580
+ * <p>For requests to get the next page of results, the pagination token that was returned
581
+ * with the previous set of results. The initial request does not include a pagination
582
+ * token.</p>
583
+ */
584
+ NextToken?: string;
585
+ /**
586
+ * <p>The maximum number of results to return.</p>
587
+ */
588
+ MaxResults?: number;
589
+ }
590
+ /**
591
+ * <p>Details about the data source packages ingested by your behavior graph.</p>
592
+ */
593
+ export interface DatasourcePackageIngestDetail {
594
+ /**
595
+ * <p>Details on which data source packages are ingested for a member account.</p>
596
+ */
597
+ DatasourcePackageIngestState?: DatasourcePackageIngestState | string;
598
+ /**
599
+ * <p>The date a data source package was enabled for this account</p>
600
+ */
601
+ LastIngestStateChange?: Record<string, TimestampForCollection>;
602
+ }
603
+ export interface ListDatasourcePackagesResponse {
604
+ /**
605
+ * <p>Details on the data source packages active in the behavior graph.</p>
549
606
  */
550
- const filterSensitiveLog: (obj: GetMembersResponse) => any;
607
+ DatasourcePackages?: Record<string, DatasourcePackageIngestDetail>;
608
+ /**
609
+ * <p>For requests to get the next page of results, the pagination token that was returned
610
+ * with the previous set of results. The initial request does not include a pagination
611
+ * token.</p>
612
+ */
613
+ NextToken?: string;
551
614
  }
552
615
  export interface ListGraphsRequest {
553
616
  /**
@@ -562,12 +625,6 @@ export interface ListGraphsRequest {
562
625
  */
563
626
  MaxResults?: number;
564
627
  }
565
- export declare namespace ListGraphsRequest {
566
- /**
567
- * @internal
568
- */
569
- const filterSensitiveLog: (obj: ListGraphsRequest) => any;
570
- }
571
628
  /**
572
629
  * <p>A behavior graph in Detective.</p>
573
630
  */
@@ -582,12 +639,6 @@ export interface Graph {
582
639
  */
583
640
  CreatedTime?: Date;
584
641
  }
585
- export declare namespace Graph {
586
- /**
587
- * @internal
588
- */
589
- const filterSensitiveLog: (obj: Graph) => any;
590
- }
591
642
  export interface ListGraphsResponse {
592
643
  /**
593
644
  * <p>A list of behavior graphs that the account is an administrator account for.</p>
@@ -599,12 +650,6 @@ export interface ListGraphsResponse {
599
650
  */
600
651
  NextToken?: string;
601
652
  }
602
- export declare namespace ListGraphsResponse {
603
- /**
604
- * @internal
605
- */
606
- const filterSensitiveLog: (obj: ListGraphsResponse) => any;
607
- }
608
653
  export interface ListInvitationsRequest {
609
654
  /**
610
655
  * <p>For requests to retrieve the next page of results, the pagination token that was
@@ -619,12 +664,6 @@ export interface ListInvitationsRequest {
619
664
  */
620
665
  MaxResults?: number;
621
666
  }
622
- export declare namespace ListInvitationsRequest {
623
- /**
624
- * @internal
625
- */
626
- const filterSensitiveLog: (obj: ListInvitationsRequest) => any;
627
- }
628
667
  export interface ListInvitationsResponse {
629
668
  /**
630
669
  * <p>The list of behavior graphs for which the member account has open or accepted
@@ -637,12 +676,6 @@ export interface ListInvitationsResponse {
637
676
  */
638
677
  NextToken?: string;
639
678
  }
640
- export declare namespace ListInvitationsResponse {
641
- /**
642
- * @internal
643
- */
644
- const filterSensitiveLog: (obj: ListInvitationsResponse) => any;
645
- }
646
679
  export interface ListMembersRequest {
647
680
  /**
648
681
  * <p>The ARN of the behavior graph for which to retrieve the list of member accounts.</p>
@@ -660,12 +693,6 @@ export interface ListMembersRequest {
660
693
  */
661
694
  MaxResults?: number;
662
695
  }
663
- export declare namespace ListMembersRequest {
664
- /**
665
- * @internal
666
- */
667
- const filterSensitiveLog: (obj: ListMembersRequest) => any;
668
- }
669
696
  export interface ListMembersResponse {
670
697
  /**
671
698
  * <p>The list of member accounts in the behavior graph.</p>
@@ -683,12 +710,6 @@ export interface ListMembersResponse {
683
710
  */
684
711
  NextToken?: string;
685
712
  }
686
- export declare namespace ListMembersResponse {
687
- /**
688
- * @internal
689
- */
690
- const filterSensitiveLog: (obj: ListMembersResponse) => any;
691
- }
692
713
  export interface ListOrganizationAdminAccountsRequest {
693
714
  /**
694
715
  * <p>For requests to get the next page of results, the pagination token that was returned
@@ -701,15 +722,9 @@ export interface ListOrganizationAdminAccountsRequest {
701
722
  */
702
723
  MaxResults?: number;
703
724
  }
704
- export declare namespace ListOrganizationAdminAccountsRequest {
705
- /**
706
- * @internal
707
- */
708
- const filterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
709
- }
710
725
  export interface ListOrganizationAdminAccountsResponse {
711
726
  /**
712
- * <p>The list of delegated administrator accounts.</p>
727
+ * <p>The list of Detective administrator accounts.</p>
713
728
  */
714
729
  Administrators?: Administrator[];
715
730
  /**
@@ -718,24 +733,12 @@ export interface ListOrganizationAdminAccountsResponse {
718
733
  */
719
734
  NextToken?: string;
720
735
  }
721
- export declare namespace ListOrganizationAdminAccountsResponse {
722
- /**
723
- * @internal
724
- */
725
- const filterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
726
- }
727
736
  export interface ListTagsForResourceRequest {
728
737
  /**
729
738
  * <p>The ARN of the behavior graph for which to retrieve the tag values.</p>
730
739
  */
731
740
  ResourceArn: string | undefined;
732
741
  }
733
- export declare namespace ListTagsForResourceRequest {
734
- /**
735
- * @internal
736
- */
737
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
738
- }
739
742
  export interface ListTagsForResourceResponse {
740
743
  /**
741
744
  * <p>The tag values that are assigned to the behavior graph. The request returns up to 50 tag
@@ -743,12 +746,6 @@ export interface ListTagsForResourceResponse {
743
746
  */
744
747
  Tags?: Record<string, string>;
745
748
  }
746
- export declare namespace ListTagsForResourceResponse {
747
- /**
748
- * @internal
749
- */
750
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
751
- }
752
749
  export interface RejectInvitationRequest {
753
750
  /**
754
751
  * <p>The ARN of the behavior graph to reject the invitation to.</p>
@@ -757,12 +754,6 @@ export interface RejectInvitationRequest {
757
754
  */
758
755
  GraphArn: string | undefined;
759
756
  }
760
- export declare namespace RejectInvitationRequest {
761
- /**
762
- * @internal
763
- */
764
- const filterSensitiveLog: (obj: RejectInvitationRequest) => any;
765
- }
766
757
  export interface StartMonitoringMemberRequest {
767
758
  /**
768
759
  * <p>The ARN of the behavior graph.</p>
@@ -775,12 +766,6 @@ export interface StartMonitoringMemberRequest {
775
766
  */
776
767
  AccountId: string | undefined;
777
768
  }
778
- export declare namespace StartMonitoringMemberRequest {
779
- /**
780
- * @internal
781
- */
782
- const filterSensitiveLog: (obj: StartMonitoringMemberRequest) => any;
783
- }
784
769
  export interface TagResourceRequest {
785
770
  /**
786
771
  * <p>The ARN of the behavior graph to assign the tags to.</p>
@@ -793,20 +778,8 @@ export interface TagResourceRequest {
793
778
  */
794
779
  Tags: Record<string, string> | undefined;
795
780
  }
796
- export declare namespace TagResourceRequest {
797
- /**
798
- * @internal
799
- */
800
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
801
- }
802
781
  export interface TagResourceResponse {
803
782
  }
804
- export declare namespace TagResourceResponse {
805
- /**
806
- * @internal
807
- */
808
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
809
- }
810
783
  export interface UntagResourceRequest {
811
784
  /**
812
785
  * <p>The ARN of the behavior graph to remove the tags from.</p>
@@ -818,19 +791,17 @@ export interface UntagResourceRequest {
818
791
  */
819
792
  TagKeys: string[] | undefined;
820
793
  }
821
- export declare namespace UntagResourceRequest {
822
- /**
823
- * @internal
824
- */
825
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
826
- }
827
794
  export interface UntagResourceResponse {
828
795
  }
829
- export declare namespace UntagResourceResponse {
796
+ export interface UpdateDatasourcePackagesRequest {
830
797
  /**
831
- * @internal
798
+ * <p>The ARN of the behavior graph.</p>
799
+ */
800
+ GraphArn: string | undefined;
801
+ /**
802
+ * <p>The data source package start for the behavior graph.</p>
832
803
  */
833
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
804
+ DatasourcePackages: (DatasourcePackage | string)[] | undefined;
834
805
  }
835
806
  export interface UpdateOrganizationConfigurationRequest {
836
807
  /**
@@ -843,9 +814,195 @@ export interface UpdateOrganizationConfigurationRequest {
843
814
  */
844
815
  AutoEnable?: boolean;
845
816
  }
846
- export declare namespace UpdateOrganizationConfigurationRequest {
847
- /**
848
- * @internal
849
- */
850
- const filterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
851
- }
817
+ /**
818
+ * @internal
819
+ */
820
+ export declare const AcceptInvitationRequestFilterSensitiveLog: (obj: AcceptInvitationRequest) => any;
821
+ /**
822
+ * @internal
823
+ */
824
+ export declare const AccountFilterSensitiveLog: (obj: Account) => any;
825
+ /**
826
+ * @internal
827
+ */
828
+ export declare const AdministratorFilterSensitiveLog: (obj: Administrator) => any;
829
+ /**
830
+ * @internal
831
+ */
832
+ export declare const BatchGetGraphMemberDatasourcesRequestFilterSensitiveLog: (obj: BatchGetGraphMemberDatasourcesRequest) => any;
833
+ /**
834
+ * @internal
835
+ */
836
+ export declare const TimestampForCollectionFilterSensitiveLog: (obj: TimestampForCollection) => any;
837
+ /**
838
+ * @internal
839
+ */
840
+ export declare const MembershipDatasourcesFilterSensitiveLog: (obj: MembershipDatasources) => any;
841
+ /**
842
+ * @internal
843
+ */
844
+ export declare const UnprocessedAccountFilterSensitiveLog: (obj: UnprocessedAccount) => any;
845
+ /**
846
+ * @internal
847
+ */
848
+ export declare const BatchGetGraphMemberDatasourcesResponseFilterSensitiveLog: (obj: BatchGetGraphMemberDatasourcesResponse) => any;
849
+ /**
850
+ * @internal
851
+ */
852
+ export declare const BatchGetMembershipDatasourcesRequestFilterSensitiveLog: (obj: BatchGetMembershipDatasourcesRequest) => any;
853
+ /**
854
+ * @internal
855
+ */
856
+ export declare const UnprocessedGraphFilterSensitiveLog: (obj: UnprocessedGraph) => any;
857
+ /**
858
+ * @internal
859
+ */
860
+ export declare const BatchGetMembershipDatasourcesResponseFilterSensitiveLog: (obj: BatchGetMembershipDatasourcesResponse) => any;
861
+ /**
862
+ * @internal
863
+ */
864
+ export declare const CreateGraphRequestFilterSensitiveLog: (obj: CreateGraphRequest) => any;
865
+ /**
866
+ * @internal
867
+ */
868
+ export declare const CreateGraphResponseFilterSensitiveLog: (obj: CreateGraphResponse) => any;
869
+ /**
870
+ * @internal
871
+ */
872
+ export declare const CreateMembersRequestFilterSensitiveLog: (obj: CreateMembersRequest) => any;
873
+ /**
874
+ * @internal
875
+ */
876
+ export declare const DatasourcePackageUsageInfoFilterSensitiveLog: (obj: DatasourcePackageUsageInfo) => any;
877
+ /**
878
+ * @internal
879
+ */
880
+ export declare const MemberDetailFilterSensitiveLog: (obj: MemberDetail) => any;
881
+ /**
882
+ * @internal
883
+ */
884
+ export declare const CreateMembersResponseFilterSensitiveLog: (obj: CreateMembersResponse) => any;
885
+ /**
886
+ * @internal
887
+ */
888
+ export declare const DeleteGraphRequestFilterSensitiveLog: (obj: DeleteGraphRequest) => any;
889
+ /**
890
+ * @internal
891
+ */
892
+ export declare const DeleteMembersRequestFilterSensitiveLog: (obj: DeleteMembersRequest) => any;
893
+ /**
894
+ * @internal
895
+ */
896
+ export declare const DeleteMembersResponseFilterSensitiveLog: (obj: DeleteMembersResponse) => any;
897
+ /**
898
+ * @internal
899
+ */
900
+ export declare const DescribeOrganizationConfigurationRequestFilterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
901
+ /**
902
+ * @internal
903
+ */
904
+ export declare const DescribeOrganizationConfigurationResponseFilterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
905
+ /**
906
+ * @internal
907
+ */
908
+ export declare const DisassociateMembershipRequestFilterSensitiveLog: (obj: DisassociateMembershipRequest) => any;
909
+ /**
910
+ * @internal
911
+ */
912
+ export declare const EnableOrganizationAdminAccountRequestFilterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
913
+ /**
914
+ * @internal
915
+ */
916
+ export declare const GetMembersRequestFilterSensitiveLog: (obj: GetMembersRequest) => any;
917
+ /**
918
+ * @internal
919
+ */
920
+ export declare const GetMembersResponseFilterSensitiveLog: (obj: GetMembersResponse) => any;
921
+ /**
922
+ * @internal
923
+ */
924
+ export declare const ListDatasourcePackagesRequestFilterSensitiveLog: (obj: ListDatasourcePackagesRequest) => any;
925
+ /**
926
+ * @internal
927
+ */
928
+ export declare const DatasourcePackageIngestDetailFilterSensitiveLog: (obj: DatasourcePackageIngestDetail) => any;
929
+ /**
930
+ * @internal
931
+ */
932
+ export declare const ListDatasourcePackagesResponseFilterSensitiveLog: (obj: ListDatasourcePackagesResponse) => any;
933
+ /**
934
+ * @internal
935
+ */
936
+ export declare const ListGraphsRequestFilterSensitiveLog: (obj: ListGraphsRequest) => any;
937
+ /**
938
+ * @internal
939
+ */
940
+ export declare const GraphFilterSensitiveLog: (obj: Graph) => any;
941
+ /**
942
+ * @internal
943
+ */
944
+ export declare const ListGraphsResponseFilterSensitiveLog: (obj: ListGraphsResponse) => any;
945
+ /**
946
+ * @internal
947
+ */
948
+ export declare const ListInvitationsRequestFilterSensitiveLog: (obj: ListInvitationsRequest) => any;
949
+ /**
950
+ * @internal
951
+ */
952
+ export declare const ListInvitationsResponseFilterSensitiveLog: (obj: ListInvitationsResponse) => any;
953
+ /**
954
+ * @internal
955
+ */
956
+ export declare const ListMembersRequestFilterSensitiveLog: (obj: ListMembersRequest) => any;
957
+ /**
958
+ * @internal
959
+ */
960
+ export declare const ListMembersResponseFilterSensitiveLog: (obj: ListMembersResponse) => any;
961
+ /**
962
+ * @internal
963
+ */
964
+ export declare const ListOrganizationAdminAccountsRequestFilterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
965
+ /**
966
+ * @internal
967
+ */
968
+ export declare const ListOrganizationAdminAccountsResponseFilterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
969
+ /**
970
+ * @internal
971
+ */
972
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
973
+ /**
974
+ * @internal
975
+ */
976
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
977
+ /**
978
+ * @internal
979
+ */
980
+ export declare const RejectInvitationRequestFilterSensitiveLog: (obj: RejectInvitationRequest) => any;
981
+ /**
982
+ * @internal
983
+ */
984
+ export declare const StartMonitoringMemberRequestFilterSensitiveLog: (obj: StartMonitoringMemberRequest) => any;
985
+ /**
986
+ * @internal
987
+ */
988
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
989
+ /**
990
+ * @internal
991
+ */
992
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
993
+ /**
994
+ * @internal
995
+ */
996
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
997
+ /**
998
+ * @internal
999
+ */
1000
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1001
+ /**
1002
+ * @internal
1003
+ */
1004
+ export declare const UpdateDatasourcePackagesRequestFilterSensitiveLog: (obj: UpdateDatasourcePackagesRequest) => any;
1005
+ /**
1006
+ * @internal
1007
+ */
1008
+ export declare const UpdateOrganizationConfigurationRequestFilterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;