cdk-comprehend-s3olap 2.0.48 → 2.0.49
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/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +34 -3
- package/node_modules/aws-sdk/apis/detective-2018-10-26.min.json +213 -39
- package/node_modules/aws-sdk/apis/detective-2018-10-26.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +776 -162
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/lookoutvision-2020-11-20.min.json +13 -4
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +149 -6
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.waiters2.json +25 -0
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +7 -1
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +717 -67
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.paginators.json +24 -0
- package/node_modules/aws-sdk/clients/appsync.d.ts +41 -3
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +118 -118
- package/node_modules/aws-sdk/clients/detective.d.ts +176 -4
- package/node_modules/aws-sdk/clients/guardduty.d.ts +604 -1
- package/node_modules/aws-sdk/clients/lookoutvision.d.ts +14 -2
- package/node_modules/aws-sdk/clients/macie2.d.ts +131 -9
- package/node_modules/aws-sdk/clients/macie2.js +1 -0
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/rekognition.d.ts +12 -4
- package/node_modules/aws-sdk/clients/securityhub.d.ts +3 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +1000 -86
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +567 -560
- package/node_modules/aws-sdk/dist/aws-sdk.js +10 -4
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +22 -22
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -19,6 +19,22 @@ declare class Detective extends Service {
|
|
19
19
|
* Accepts an invitation for the member account to contribute data to a behavior graph. This operation can only be called by an invited member account. The request provides the ARN of behavior graph. The member account status in the graph must be INVITED.
|
20
20
|
*/
|
21
21
|
acceptInvitation(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
22
|
+
/**
|
23
|
+
* Gets data source package information for the behavior graph.
|
24
|
+
*/
|
25
|
+
batchGetGraphMemberDatasources(params: Detective.Types.BatchGetGraphMemberDatasourcesRequest, callback?: (err: AWSError, data: Detective.Types.BatchGetGraphMemberDatasourcesResponse) => void): Request<Detective.Types.BatchGetGraphMemberDatasourcesResponse, AWSError>;
|
26
|
+
/**
|
27
|
+
* Gets data source package information for the behavior graph.
|
28
|
+
*/
|
29
|
+
batchGetGraphMemberDatasources(callback?: (err: AWSError, data: Detective.Types.BatchGetGraphMemberDatasourcesResponse) => void): Request<Detective.Types.BatchGetGraphMemberDatasourcesResponse, AWSError>;
|
30
|
+
/**
|
31
|
+
* Gets information on the data source package history for an account.
|
32
|
+
*/
|
33
|
+
batchGetMembershipDatasources(params: Detective.Types.BatchGetMembershipDatasourcesRequest, callback?: (err: AWSError, data: Detective.Types.BatchGetMembershipDatasourcesResponse) => void): Request<Detective.Types.BatchGetMembershipDatasourcesResponse, AWSError>;
|
34
|
+
/**
|
35
|
+
* Gets information on the data source package history for an account.
|
36
|
+
*/
|
37
|
+
batchGetMembershipDatasources(callback?: (err: AWSError, data: Detective.Types.BatchGetMembershipDatasourcesResponse) => void): Request<Detective.Types.BatchGetMembershipDatasourcesResponse, AWSError>;
|
22
38
|
/**
|
23
39
|
* Creates a new behavior graph for the calling account, and sets that account as the administrator account. This operation is called by the account that is enabling Detective. Before you try to enable Detective, make sure that your account has been enrolled in Amazon GuardDuty for at least 48 hours. If you do not meet this requirement, you cannot enable Detective. If you do meet the GuardDuty prerequisite, then when you make the request to enable Detective, it checks whether your data volume is within the Detective quota. If it exceeds the quota, then you cannot enable Detective. The operation also enables Detective for the calling account in the currently selected Region. It returns the ARN of the new behavior graph. CreateGraph triggers a process to create the corresponding data tables for the new behavior graph. An account can only be the administrator account for one behavior graph within a Region. If the same account calls CreateGraph with the same administrator account, it always returns the same behavior graph ARN. It does not create a new behavior graph.
|
24
40
|
*/
|
@@ -60,7 +76,7 @@ declare class Detective extends Service {
|
|
60
76
|
*/
|
61
77
|
describeOrganizationConfiguration(callback?: (err: AWSError, data: Detective.Types.DescribeOrganizationConfigurationResponse) => void): Request<Detective.Types.DescribeOrganizationConfigurationResponse, AWSError>;
|
62
78
|
/**
|
63
|
-
* Removes the Detective administrator account
|
79
|
+
* Removes the Detective administrator account in the current Region. Deletes the organization behavior graph. Can only be called by the organization management account. Removing the Detective administrator account does not affect the delegated administrator account for Detective in Organizations. To remove the delegated administrator account in Organizations, use the Organizations API. Removing the delegated administrator account also removes the Detective administrator account in all Regions, except for Regions where the Detective administrator account is the organization management account.
|
64
80
|
*/
|
65
81
|
disableOrganizationAdminAccount(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
66
82
|
/**
|
@@ -72,11 +88,11 @@ declare class Detective extends Service {
|
|
72
88
|
*/
|
73
89
|
disassociateMembership(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
74
90
|
/**
|
75
|
-
* Designates the Detective administrator account for the organization in the current Region. If the account does not have Detective enabled, then enables Detective for that account and creates a new behavior graph. Can only be called by the organization management account.
|
91
|
+
* Designates the Detective administrator account for the organization in the current Region. If the account does not have Detective enabled, then enables Detective for that account and creates a new behavior graph. Can only be called by the organization management account. If the organization has a delegated administrator account in Organizations, then the Detective administrator account must be either the delegated administrator account or the organization management account. If the organization does not have a delegated administrator account in Organizations, then you can choose any account in the organization. If you choose an account other than the organization management account, Detective calls Organizations to make that account the delegated administrator account for Detective. The organization management account cannot be the delegated administrator account.
|
76
92
|
*/
|
77
93
|
enableOrganizationAdminAccount(params: Detective.Types.EnableOrganizationAdminAccountRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
78
94
|
/**
|
79
|
-
* Designates the Detective administrator account for the organization in the current Region. If the account does not have Detective enabled, then enables Detective for that account and creates a new behavior graph. Can only be called by the organization management account.
|
95
|
+
* Designates the Detective administrator account for the organization in the current Region. If the account does not have Detective enabled, then enables Detective for that account and creates a new behavior graph. Can only be called by the organization management account. If the organization has a delegated administrator account in Organizations, then the Detective administrator account must be either the delegated administrator account or the organization management account. If the organization does not have a delegated administrator account in Organizations, then you can choose any account in the organization. If you choose an account other than the organization management account, Detective calls Organizations to make that account the delegated administrator account for Detective. The organization management account cannot be the delegated administrator account.
|
80
96
|
*/
|
81
97
|
enableOrganizationAdminAccount(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
82
98
|
/**
|
@@ -87,6 +103,14 @@ declare class Detective extends Service {
|
|
87
103
|
* Returns the membership details for specified member accounts for a behavior graph.
|
88
104
|
*/
|
89
105
|
getMembers(callback?: (err: AWSError, data: Detective.Types.GetMembersResponse) => void): Request<Detective.Types.GetMembersResponse, AWSError>;
|
106
|
+
/**
|
107
|
+
* Lists data source packages in the behavior graph.
|
108
|
+
*/
|
109
|
+
listDatasourcePackages(params: Detective.Types.ListDatasourcePackagesRequest, callback?: (err: AWSError, data: Detective.Types.ListDatasourcePackagesResponse) => void): Request<Detective.Types.ListDatasourcePackagesResponse, AWSError>;
|
110
|
+
/**
|
111
|
+
* Lists data source packages in the behavior graph.
|
112
|
+
*/
|
113
|
+
listDatasourcePackages(callback?: (err: AWSError, data: Detective.Types.ListDatasourcePackagesResponse) => void): Request<Detective.Types.ListDatasourcePackagesResponse, AWSError>;
|
90
114
|
/**
|
91
115
|
* Returns the list of behavior graphs that the calling account is an administrator account of. This operation can only be called by an administrator account. Because an account can currently only be the administrator of one behavior graph within a Region, the results always contain a single behavior graph.
|
92
116
|
*/
|
@@ -159,6 +183,14 @@ declare class Detective extends Service {
|
|
159
183
|
* Removes tags from a behavior graph.
|
160
184
|
*/
|
161
185
|
untagResource(callback?: (err: AWSError, data: Detective.Types.UntagResourceResponse) => void): Request<Detective.Types.UntagResourceResponse, AWSError>;
|
186
|
+
/**
|
187
|
+
* Starts a data source packages for the behavior graph.
|
188
|
+
*/
|
189
|
+
updateDatasourcePackages(params: Detective.Types.UpdateDatasourcePackagesRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
190
|
+
/**
|
191
|
+
* Starts a data source packages for the behavior graph.
|
192
|
+
*/
|
193
|
+
updateDatasourcePackages(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
162
194
|
/**
|
163
195
|
* Updates the configuration for the Organizations integration in the current Region. Can only be called by the Detective administrator account for the organization.
|
164
196
|
*/
|
@@ -186,6 +218,7 @@ declare namespace Detective {
|
|
186
218
|
EmailAddress: EmailAddress;
|
187
219
|
}
|
188
220
|
export type AccountId = string;
|
221
|
+
export type AccountIdExtendedList = AccountId[];
|
189
222
|
export type AccountIdList = AccountId[];
|
190
223
|
export type AccountList = Account[];
|
191
224
|
export interface Administrator {
|
@@ -203,6 +236,42 @@ declare namespace Detective {
|
|
203
236
|
DelegationTime?: Timestamp;
|
204
237
|
}
|
205
238
|
export type AdministratorList = Administrator[];
|
239
|
+
export interface BatchGetGraphMemberDatasourcesRequest {
|
240
|
+
/**
|
241
|
+
* The ARN of the behavior graph.
|
242
|
+
*/
|
243
|
+
GraphArn: GraphArn;
|
244
|
+
/**
|
245
|
+
* The list of Amazon Web Services accounts to get data source package information on.
|
246
|
+
*/
|
247
|
+
AccountIds: AccountIdExtendedList;
|
248
|
+
}
|
249
|
+
export interface BatchGetGraphMemberDatasourcesResponse {
|
250
|
+
/**
|
251
|
+
* Details on the status of data source packages for members of the behavior graph.
|
252
|
+
*/
|
253
|
+
MemberDatasources?: MembershipDatasourcesList;
|
254
|
+
/**
|
255
|
+
* Accounts that data source package information could not be retrieved for.
|
256
|
+
*/
|
257
|
+
UnprocessedAccounts?: UnprocessedAccountList;
|
258
|
+
}
|
259
|
+
export interface BatchGetMembershipDatasourcesRequest {
|
260
|
+
/**
|
261
|
+
* The ARN of the behavior graph.
|
262
|
+
*/
|
263
|
+
GraphArns: GraphArnList;
|
264
|
+
}
|
265
|
+
export interface BatchGetMembershipDatasourcesResponse {
|
266
|
+
/**
|
267
|
+
* Details on the data source package history for an member of the behavior graph.
|
268
|
+
*/
|
269
|
+
MembershipDatasources?: MembershipDatasourcesList;
|
270
|
+
/**
|
271
|
+
* Graphs that data source package information could not be retrieved for.
|
272
|
+
*/
|
273
|
+
UnprocessedGraphs?: UnprocessedGraphList;
|
274
|
+
}
|
206
275
|
export type Boolean = boolean;
|
207
276
|
export type ByteValue = number;
|
208
277
|
export interface CreateGraphRequest {
|
@@ -245,6 +314,32 @@ declare namespace Detective {
|
|
245
314
|
*/
|
246
315
|
UnprocessedAccounts?: UnprocessedAccountList;
|
247
316
|
}
|
317
|
+
export type DatasourcePackage = "DETECTIVE_CORE"|"EKS_AUDIT"|string;
|
318
|
+
export interface DatasourcePackageIngestDetail {
|
319
|
+
/**
|
320
|
+
* Details on which data source packages are ingested for a member account.
|
321
|
+
*/
|
322
|
+
DatasourcePackageIngestState?: DatasourcePackageIngestState;
|
323
|
+
/**
|
324
|
+
* The date a data source package was enabled for this account
|
325
|
+
*/
|
326
|
+
LastIngestStateChange?: LastIngestStateChangeDates;
|
327
|
+
}
|
328
|
+
export type DatasourcePackageIngestDetails = {[key: string]: DatasourcePackageIngestDetail};
|
329
|
+
export type DatasourcePackageIngestHistory = {[key: string]: LastIngestStateChangeDates};
|
330
|
+
export type DatasourcePackageIngestState = "STARTED"|"STOPPED"|"DISABLED"|string;
|
331
|
+
export type DatasourcePackageIngestStates = {[key: string]: DatasourcePackageIngestState};
|
332
|
+
export type DatasourcePackageList = DatasourcePackage[];
|
333
|
+
export interface DatasourcePackageUsageInfo {
|
334
|
+
/**
|
335
|
+
* Total volume of data in bytes per day ingested for a given data source package.
|
336
|
+
*/
|
337
|
+
VolumeUsageInBytes?: ByteValue;
|
338
|
+
/**
|
339
|
+
* The data and time when the member account data volume was last updated. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
|
340
|
+
*/
|
341
|
+
VolumeUsageUpdateTime?: Timestamp;
|
342
|
+
}
|
248
343
|
export interface DeleteGraphRequest {
|
249
344
|
/**
|
250
345
|
* The ARN of the behavior graph to disable.
|
@@ -328,8 +423,34 @@ declare namespace Detective {
|
|
328
423
|
CreatedTime?: Timestamp;
|
329
424
|
}
|
330
425
|
export type GraphArn = string;
|
426
|
+
export type GraphArnList = GraphArn[];
|
331
427
|
export type GraphList = Graph[];
|
332
428
|
export type InvitationType = "INVITATION"|"ORGANIZATION"|string;
|
429
|
+
export type LastIngestStateChangeDates = {[key: string]: TimestampForCollection};
|
430
|
+
export interface ListDatasourcePackagesRequest {
|
431
|
+
/**
|
432
|
+
* The ARN of the behavior graph.
|
433
|
+
*/
|
434
|
+
GraphArn: GraphArn;
|
435
|
+
/**
|
436
|
+
* For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
|
437
|
+
*/
|
438
|
+
NextToken?: PaginationToken;
|
439
|
+
/**
|
440
|
+
* The maximum number of results to return.
|
441
|
+
*/
|
442
|
+
MaxResults?: MemberResultsLimit;
|
443
|
+
}
|
444
|
+
export interface ListDatasourcePackagesResponse {
|
445
|
+
/**
|
446
|
+
* Details on the data source packages active in the behavior graph.
|
447
|
+
*/
|
448
|
+
DatasourcePackages?: DatasourcePackageIngestDetails;
|
449
|
+
/**
|
450
|
+
* For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
|
451
|
+
*/
|
452
|
+
NextToken?: PaginationToken;
|
453
|
+
}
|
333
454
|
export interface ListGraphsRequest {
|
334
455
|
/**
|
335
456
|
* For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
|
@@ -406,7 +527,7 @@ declare namespace Detective {
|
|
406
527
|
}
|
407
528
|
export interface ListOrganizationAdminAccountsResponse {
|
408
529
|
/**
|
409
|
-
* The list of
|
530
|
+
* The list of Detective administrator accounts.
|
410
531
|
*/
|
411
532
|
Administrators?: AdministratorList;
|
412
533
|
/**
|
@@ -483,11 +604,34 @@ declare namespace Detective {
|
|
483
604
|
* The type of behavior graph membership. For an organization account in the organization behavior graph, the type is ORGANIZATION. For an account that was invited to a behavior graph, the type is INVITATION.
|
484
605
|
*/
|
485
606
|
InvitationType?: InvitationType;
|
607
|
+
/**
|
608
|
+
* Details on the volume of usage for each data source package in a behavior graph.
|
609
|
+
*/
|
610
|
+
VolumeUsageByDatasourcePackage?: VolumeUsageByDatasourcePackage;
|
611
|
+
/**
|
612
|
+
* The state of a data source package for the behavior graph.
|
613
|
+
*/
|
614
|
+
DatasourcePackageIngestStates?: DatasourcePackageIngestStates;
|
486
615
|
}
|
487
616
|
export type MemberDetailList = MemberDetail[];
|
488
617
|
export type MemberDisabledReason = "VOLUME_TOO_HIGH"|"VOLUME_UNKNOWN"|string;
|
489
618
|
export type MemberResultsLimit = number;
|
490
619
|
export type MemberStatus = "INVITED"|"VERIFICATION_IN_PROGRESS"|"VERIFICATION_FAILED"|"ENABLED"|"ACCEPTED_BUT_DISABLED"|string;
|
620
|
+
export interface MembershipDatasources {
|
621
|
+
/**
|
622
|
+
* The account identifier of the Amazon Web Services account.
|
623
|
+
*/
|
624
|
+
AccountId?: AccountId;
|
625
|
+
/**
|
626
|
+
* The ARN of the organization behavior graph.
|
627
|
+
*/
|
628
|
+
GraphArn?: GraphArn;
|
629
|
+
/**
|
630
|
+
* Details on when a data source package was added to a behavior graph.
|
631
|
+
*/
|
632
|
+
DatasourcePackageIngestHistory?: DatasourcePackageIngestHistory;
|
633
|
+
}
|
634
|
+
export type MembershipDatasourcesList = MembershipDatasources[];
|
491
635
|
export type PaginationToken = string;
|
492
636
|
export type Percentage = number;
|
493
637
|
export interface RejectInvitationRequest {
|
@@ -523,6 +667,12 @@ declare namespace Detective {
|
|
523
667
|
}
|
524
668
|
export type TagValue = string;
|
525
669
|
export type Timestamp = Date;
|
670
|
+
export interface TimestampForCollection {
|
671
|
+
/**
|
672
|
+
* The data and time when data collection began for a source package. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
|
673
|
+
*/
|
674
|
+
Timestamp?: Timestamp;
|
675
|
+
}
|
526
676
|
export interface UnprocessedAccount {
|
527
677
|
/**
|
528
678
|
* The Amazon Web Services account identifier of the member account that was not processed.
|
@@ -534,6 +684,17 @@ declare namespace Detective {
|
|
534
684
|
Reason?: UnprocessedReason;
|
535
685
|
}
|
536
686
|
export type UnprocessedAccountList = UnprocessedAccount[];
|
687
|
+
export interface UnprocessedGraph {
|
688
|
+
/**
|
689
|
+
* The ARN of the organization behavior graph.
|
690
|
+
*/
|
691
|
+
GraphArn?: GraphArn;
|
692
|
+
/**
|
693
|
+
* The reason data source package information could not be processed for a behavior graph.
|
694
|
+
*/
|
695
|
+
Reason?: UnprocessedReason;
|
696
|
+
}
|
697
|
+
export type UnprocessedGraphList = UnprocessedGraph[];
|
537
698
|
export type UnprocessedReason = string;
|
538
699
|
export interface UntagResourceRequest {
|
539
700
|
/**
|
@@ -547,6 +708,16 @@ declare namespace Detective {
|
|
547
708
|
}
|
548
709
|
export interface UntagResourceResponse {
|
549
710
|
}
|
711
|
+
export interface UpdateDatasourcePackagesRequest {
|
712
|
+
/**
|
713
|
+
* The ARN of the behavior graph.
|
714
|
+
*/
|
715
|
+
GraphArn: GraphArn;
|
716
|
+
/**
|
717
|
+
* The data source package start for the behavior graph.
|
718
|
+
*/
|
719
|
+
DatasourcePackages: DatasourcePackageList;
|
720
|
+
}
|
550
721
|
export interface UpdateOrganizationConfigurationRequest {
|
551
722
|
/**
|
552
723
|
* The ARN of the organization behavior graph.
|
@@ -557,6 +728,7 @@ declare namespace Detective {
|
|
557
728
|
*/
|
558
729
|
AutoEnable?: Boolean;
|
559
730
|
}
|
731
|
+
export type VolumeUsageByDatasourcePackage = {[key: string]: DatasourcePackageUsageInfo};
|
560
732
|
/**
|
561
733
|
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
562
734
|
*/
|