@aws-sdk/client-guardduty 3.476.0 → 3.478.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/README.md +8 -0
- package/dist-cjs/GuardDuty.js +2 -0
- package/dist-cjs/commands/GetOrganizationStatisticsCommand.js +51 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +1 -0
- package/dist-cjs/pagination/DescribeMalwareScansPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeOrganizationConfigurationPaginator.js +2 -24
- package/dist-cjs/pagination/GetUsageStatisticsPaginator.js +2 -24
- package/dist-cjs/pagination/ListCoveragePaginator.js +2 -24
- package/dist-cjs/pagination/ListDetectorsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFiltersPaginator.js +2 -24
- package/dist-cjs/pagination/ListFindingsPaginator.js +2 -24
- package/dist-cjs/pagination/ListIPSetsPaginator.js +2 -24
- package/dist-cjs/pagination/ListInvitationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListMembersPaginator.js +2 -24
- package/dist-cjs/pagination/ListOrganizationAdminAccountsPaginator.js +2 -24
- package/dist-cjs/pagination/ListPublishingDestinationsPaginator.js +2 -24
- package/dist-cjs/pagination/ListThreatIntelSetsPaginator.js +2 -24
- package/dist-cjs/protocols/Aws_restJson1.js +501 -874
- package/dist-es/GuardDuty.js +2 -0
- package/dist-es/commands/GetOrganizationStatisticsCommand.js +47 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/pagination/DescribeMalwareScansPaginator.js +2 -23
- package/dist-es/pagination/DescribeOrganizationConfigurationPaginator.js +2 -23
- package/dist-es/pagination/GetUsageStatisticsPaginator.js +2 -23
- package/dist-es/pagination/ListCoveragePaginator.js +2 -23
- package/dist-es/pagination/ListDetectorsPaginator.js +2 -23
- package/dist-es/pagination/ListFiltersPaginator.js +2 -23
- package/dist-es/pagination/ListFindingsPaginator.js +2 -23
- package/dist-es/pagination/ListIPSetsPaginator.js +2 -23
- package/dist-es/pagination/ListInvitationsPaginator.js +2 -23
- package/dist-es/pagination/ListMembersPaginator.js +2 -23
- package/dist-es/pagination/ListOrganizationAdminAccountsPaginator.js +2 -23
- package/dist-es/pagination/ListPublishingDestinationsPaginator.js +2 -23
- package/dist-es/pagination/ListThreatIntelSetsPaginator.js +2 -23
- package/dist-es/protocols/Aws_restJson1.js +497 -872
- package/dist-types/GuardDuty.d.ts +7 -0
- package/dist-types/GuardDutyClient.d.ts +3 -2
- package/dist-types/commands/CreateMembersCommand.d.ts +5 -0
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +2 -2
- package/dist-types/commands/GetOrganizationStatisticsCommand.d.ts +101 -0
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +16 -5
- package/dist-types/commands/ListCoverageCommand.d.ts +2 -2
- package/dist-types/commands/ListDetectorsCommand.d.ts +1 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/commands/ListInvitationsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +166 -308
- package/dist-types/models/models_1.d.ts +299 -1
- package/dist-types/pagination/DescribeMalwareScansPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrganizationConfigurationPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCoveragePaginator.d.ts +1 -1
- package/dist-types/pagination/ListDetectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIPSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPublishingDestinationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListThreatIntelSetsPaginator.d.ts +1 -1
- package/dist-types/protocols/Aws_restJson1.d.ts +9 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +17 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/GetOrganizationStatisticsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListDetectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +33 -32
- package/dist-types/ts3.4/models/models_1.d.ts +33 -0
- package/dist-types/ts3.4/pagination/DescribeMalwareScansPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeOrganizationConfigurationPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetUsageStatisticsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDetectorsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFiltersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListIPSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListPublishingDestinationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListThreatIntelSetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +12 -0
- package/package.json +7 -6
|
@@ -1444,7 +1444,8 @@ export type ManagementType = (typeof ManagementType)[keyof typeof ManagementType
|
|
|
1444
1444
|
* <note>
|
|
1445
1445
|
* <p>This API is also used when you use GuardDuty Runtime Monitoring
|
|
1446
1446
|
* for your Amazon EC2 instances (currently in preview
|
|
1447
|
-
* release) and is subject to change
|
|
1447
|
+
* release) and is subject to change. The use of this API is subject to Section 2 of the
|
|
1448
|
+
* <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</a> ("Betas and Previews").</p>
|
|
1448
1449
|
* </note>
|
|
1449
1450
|
* <p>Contains information about the Amazon EC2 instance runtime
|
|
1450
1451
|
* coverage details.</p>
|
|
@@ -1487,20 +1488,20 @@ export interface CoverageEc2InstanceDetails {
|
|
|
1487
1488
|
* </ul>
|
|
1488
1489
|
* <note>
|
|
1489
1490
|
* <p>The <code>DISABLED</code> status doesn't apply to Amazon
|
|
1490
|
-
* EC2 instances and Amazon EKS clusters
|
|
1491
|
+
* EC2 instances and Amazon EKS clusters.</p>
|
|
1491
1492
|
* </note>
|
|
1492
1493
|
*/
|
|
1493
1494
|
ManagementType?: ManagementType;
|
|
1494
1495
|
}
|
|
1495
1496
|
/**
|
|
1496
1497
|
* @public
|
|
1497
|
-
* <p>Contains information about
|
|
1498
|
+
* <p>Contains information about Amazon Web Services Fargate details associated with
|
|
1498
1499
|
* an Amazon ECS cluster.</p>
|
|
1499
1500
|
*/
|
|
1500
1501
|
export interface FargateDetails {
|
|
1501
1502
|
/**
|
|
1502
1503
|
* @public
|
|
1503
|
-
* <p>Runtime coverage issues identified for the resource running on
|
|
1504
|
+
* <p>Runtime coverage issues identified for the resource running on Amazon Web Services Fargate.</p>
|
|
1504
1505
|
*/
|
|
1505
1506
|
Issues?: string[];
|
|
1506
1507
|
/**
|
|
@@ -1513,14 +1514,12 @@ export interface FargateDetails {
|
|
|
1513
1514
|
* </li>
|
|
1514
1515
|
* <li>
|
|
1515
1516
|
* <p>
|
|
1516
|
-
* <code>MANUAL</code> indicates that you are responsible to deploy, update, and manage the GuardDuty
|
|
1517
|
-
* security agent updates for this resource.</p>
|
|
1518
|
-
* </li>
|
|
1519
|
-
* <li>
|
|
1520
|
-
* <p>
|
|
1521
1517
|
* <code>DISABLED</code> indicates that the deployment of the GuardDuty security agent is disabled for this resource.</p>
|
|
1522
1518
|
* </li>
|
|
1523
1519
|
* </ul>
|
|
1520
|
+
* <note>
|
|
1521
|
+
* <p>The <code>MANUAL</code> status doesn't apply to the Amazon Web Services Fargate (Amazon ECS only) woprkloads.</p>
|
|
1522
|
+
* </note>
|
|
1524
1523
|
*/
|
|
1525
1524
|
ManagementType?: ManagementType;
|
|
1526
1525
|
}
|
|
@@ -1683,7 +1682,8 @@ export interface CoverageResourceDetails {
|
|
|
1683
1682
|
* <note>
|
|
1684
1683
|
* <p>This API is also used when you use GuardDuty Runtime Monitoring
|
|
1685
1684
|
* for your Amazon EC2 instances (currently in preview
|
|
1686
|
-
* release) and is subject to change
|
|
1685
|
+
* release) and is subject to change. The use of this API is subject to Section 2 of the
|
|
1686
|
+
* <a href="http://aws.amazon.com/service-terms/">Amazon Web Services Service Terms</a> ("Betas and Previews").</p>
|
|
1687
1687
|
* </note>
|
|
1688
1688
|
* <p>Information about the Amazon EC2 instance assessed
|
|
1689
1689
|
* for runtime coverage.</p>
|
|
@@ -6124,6 +6124,117 @@ export interface GetMembersResponse {
|
|
|
6124
6124
|
*/
|
|
6125
6125
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
6126
6126
|
}
|
|
6127
|
+
/**
|
|
6128
|
+
* @public
|
|
6129
|
+
* <p>Information about the coverage
|
|
6130
|
+
* statistic for the additional
|
|
6131
|
+
* configuration of the feature.</p>
|
|
6132
|
+
*/
|
|
6133
|
+
export interface OrganizationFeatureStatisticsAdditionalConfiguration {
|
|
6134
|
+
/**
|
|
6135
|
+
* @public
|
|
6136
|
+
* <p>Name of the additional configuration within a feature.</p>
|
|
6137
|
+
*/
|
|
6138
|
+
Name?: OrgFeatureAdditionalConfiguration;
|
|
6139
|
+
/**
|
|
6140
|
+
* @public
|
|
6141
|
+
* <p>Total number of accounts that have enabled the additional
|
|
6142
|
+
* configuration.</p>
|
|
6143
|
+
*/
|
|
6144
|
+
EnabledAccountsCount?: number;
|
|
6145
|
+
}
|
|
6146
|
+
/**
|
|
6147
|
+
* @public
|
|
6148
|
+
* <p>Information about the number of accounts
|
|
6149
|
+
* that have enabled a specific feature.</p>
|
|
6150
|
+
*/
|
|
6151
|
+
export interface OrganizationFeatureStatistics {
|
|
6152
|
+
/**
|
|
6153
|
+
* @public
|
|
6154
|
+
* <p>Name of the feature.</p>
|
|
6155
|
+
*/
|
|
6156
|
+
Name?: OrgFeature;
|
|
6157
|
+
/**
|
|
6158
|
+
* @public
|
|
6159
|
+
* <p>Total number of accounts that have enabled a specific
|
|
6160
|
+
* feature.</p>
|
|
6161
|
+
*/
|
|
6162
|
+
EnabledAccountsCount?: number;
|
|
6163
|
+
/**
|
|
6164
|
+
* @public
|
|
6165
|
+
* <p>Name of the additional configuration.</p>
|
|
6166
|
+
*/
|
|
6167
|
+
AdditionalConfiguration?: OrganizationFeatureStatisticsAdditionalConfiguration[];
|
|
6168
|
+
}
|
|
6169
|
+
/**
|
|
6170
|
+
* @public
|
|
6171
|
+
* <p>Information about the coverage statistics of the
|
|
6172
|
+
* features for the entire
|
|
6173
|
+
* Amazon Web Services organization.</p>
|
|
6174
|
+
* <p>When you create a new Amazon Web Services organization, it might
|
|
6175
|
+
* take up to 24 hours to
|
|
6176
|
+
* generate the statistics summary for this organization.</p>
|
|
6177
|
+
*/
|
|
6178
|
+
export interface OrganizationStatistics {
|
|
6179
|
+
/**
|
|
6180
|
+
* @public
|
|
6181
|
+
* <p>Total number of accounts in your Amazon Web Services organization.</p>
|
|
6182
|
+
*/
|
|
6183
|
+
TotalAccountsCount?: number;
|
|
6184
|
+
/**
|
|
6185
|
+
* @public
|
|
6186
|
+
* <p>Total number of accounts in your Amazon Web Services organization
|
|
6187
|
+
* that are associated with GuardDuty.</p>
|
|
6188
|
+
*/
|
|
6189
|
+
MemberAccountsCount?: number;
|
|
6190
|
+
/**
|
|
6191
|
+
* @public
|
|
6192
|
+
* <p>Total number of active accounts in your Amazon Web Services
|
|
6193
|
+
* organization that are associated with GuardDuty.</p>
|
|
6194
|
+
*/
|
|
6195
|
+
ActiveAccountsCount?: number;
|
|
6196
|
+
/**
|
|
6197
|
+
* @public
|
|
6198
|
+
* <p>Total number of accounts that have enabled GuardDuty.</p>
|
|
6199
|
+
*/
|
|
6200
|
+
EnabledAccountsCount?: number;
|
|
6201
|
+
/**
|
|
6202
|
+
* @public
|
|
6203
|
+
* <p>Retrieves the coverage
|
|
6204
|
+
* statistics for each feature.</p>
|
|
6205
|
+
*/
|
|
6206
|
+
CountByFeature?: OrganizationFeatureStatistics[];
|
|
6207
|
+
}
|
|
6208
|
+
/**
|
|
6209
|
+
* @public
|
|
6210
|
+
* <p>Information about GuardDuty coverage statistics for members
|
|
6211
|
+
* in your Amazon Web Services organization.</p>
|
|
6212
|
+
*/
|
|
6213
|
+
export interface OrganizationDetails {
|
|
6214
|
+
/**
|
|
6215
|
+
* @public
|
|
6216
|
+
* <p>The timestamp at which the organization statistics
|
|
6217
|
+
* was last updated. This is in
|
|
6218
|
+
* UTC format.</p>
|
|
6219
|
+
*/
|
|
6220
|
+
UpdatedAt?: Date;
|
|
6221
|
+
/**
|
|
6222
|
+
* @public
|
|
6223
|
+
* <p>Information about the GuardDuty coverage statistics
|
|
6224
|
+
* for members in your Amazon Web Services organization.</p>
|
|
6225
|
+
*/
|
|
6226
|
+
OrganizationStatistics?: OrganizationStatistics;
|
|
6227
|
+
}
|
|
6228
|
+
/**
|
|
6229
|
+
* @public
|
|
6230
|
+
*/
|
|
6231
|
+
export interface GetOrganizationStatisticsResponse {
|
|
6232
|
+
/**
|
|
6233
|
+
* @public
|
|
6234
|
+
* <p>Information about the statistics report for your organization.</p>
|
|
6235
|
+
*/
|
|
6236
|
+
OrganizationDetails?: OrganizationDetails;
|
|
6237
|
+
}
|
|
6127
6238
|
/**
|
|
6128
6239
|
* @public
|
|
6129
6240
|
*/
|
|
@@ -6278,6 +6389,7 @@ export declare const UsageStatisticType: {
|
|
|
6278
6389
|
readonly SUM_BY_DATA_SOURCE: "SUM_BY_DATA_SOURCE";
|
|
6279
6390
|
readonly SUM_BY_FEATURES: "SUM_BY_FEATURES";
|
|
6280
6391
|
readonly SUM_BY_RESOURCE: "SUM_BY_RESOURCE";
|
|
6392
|
+
readonly TOP_ACCOUNTS_BY_FEATURE: "TOP_ACCOUNTS_BY_FEATURE";
|
|
6281
6393
|
readonly TOP_RESOURCES: "TOP_RESOURCES";
|
|
6282
6394
|
};
|
|
6283
6395
|
/**
|
|
@@ -6404,6 +6516,43 @@ export interface UsageResourceResult {
|
|
|
6404
6516
|
*/
|
|
6405
6517
|
Total?: Total;
|
|
6406
6518
|
}
|
|
6519
|
+
/**
|
|
6520
|
+
* @public
|
|
6521
|
+
* <p>Contains information on the total of usage based on the topmost 50
|
|
6522
|
+
* account IDs.</p>
|
|
6523
|
+
*/
|
|
6524
|
+
export interface UsageTopAccountResult {
|
|
6525
|
+
/**
|
|
6526
|
+
* @public
|
|
6527
|
+
* <p>The unique account ID.</p>
|
|
6528
|
+
*/
|
|
6529
|
+
AccountId?: string;
|
|
6530
|
+
/**
|
|
6531
|
+
* @public
|
|
6532
|
+
* <p>Contains the total usage with the corresponding currency unit for that value.</p>
|
|
6533
|
+
*/
|
|
6534
|
+
Total?: Total;
|
|
6535
|
+
}
|
|
6536
|
+
/**
|
|
6537
|
+
* @public
|
|
6538
|
+
* <p>Information about the usage statistics, calculated
|
|
6539
|
+
* by top accounts by feature.</p>
|
|
6540
|
+
*/
|
|
6541
|
+
export interface UsageTopAccountsResult {
|
|
6542
|
+
/**
|
|
6543
|
+
* @public
|
|
6544
|
+
* <p>Features by which you can generate the usage statistics.</p>
|
|
6545
|
+
* <p>
|
|
6546
|
+
* <code>RDS_LOGIN_EVENTS</code> is currently not supported
|
|
6547
|
+
* with <code>topAccountsByFeature</code>.</p>
|
|
6548
|
+
*/
|
|
6549
|
+
Feature?: UsageFeature;
|
|
6550
|
+
/**
|
|
6551
|
+
* @public
|
|
6552
|
+
* <p>The accounts that contributed to the total usage cost.</p>
|
|
6553
|
+
*/
|
|
6554
|
+
Accounts?: UsageTopAccountResult[];
|
|
6555
|
+
}
|
|
6407
6556
|
/**
|
|
6408
6557
|
* @public
|
|
6409
6558
|
* <p>Contains the result of GuardDuty usage. If a UsageStatisticType is provided the result for
|
|
@@ -6415,6 +6564,13 @@ export interface UsageStatistics {
|
|
|
6415
6564
|
* <p>The usage statistic sum organized by account ID.</p>
|
|
6416
6565
|
*/
|
|
6417
6566
|
SumByAccount?: UsageAccountResult[];
|
|
6567
|
+
/**
|
|
6568
|
+
* @public
|
|
6569
|
+
* <p>Lists the top 50 accounts by feature that have generated the most
|
|
6570
|
+
* GuardDuty usage, in the order from most to least expensive.</p>
|
|
6571
|
+
* <p>Currently, this doesn't support <code>RDS_LOGIN_EVENTS</code>.</p>
|
|
6572
|
+
*/
|
|
6573
|
+
TopAccountsByFeature?: UsageTopAccountsResult[];
|
|
6418
6574
|
/**
|
|
6419
6575
|
* @public
|
|
6420
6576
|
* <p>The usage statistic sum organized by on data source.</p>
|
|
@@ -6543,301 +6699,3 @@ export interface ListCoverageResponse {
|
|
|
6543
6699
|
*/
|
|
6544
6700
|
NextToken?: string;
|
|
6545
6701
|
}
|
|
6546
|
-
/**
|
|
6547
|
-
* @public
|
|
6548
|
-
*/
|
|
6549
|
-
export interface ListDetectorsRequest {
|
|
6550
|
-
/**
|
|
6551
|
-
* @public
|
|
6552
|
-
* <p>You can use this parameter to indicate the maximum number of items that you want in the
|
|
6553
|
-
* response. The default value is 50. The maximum value is 50.</p>
|
|
6554
|
-
*/
|
|
6555
|
-
MaxResults?: number;
|
|
6556
|
-
/**
|
|
6557
|
-
* @public
|
|
6558
|
-
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
6559
|
-
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
6560
|
-
* in the request with the value of NextToken from the previous response to continue listing
|
|
6561
|
-
* data.</p>
|
|
6562
|
-
*/
|
|
6563
|
-
NextToken?: string;
|
|
6564
|
-
}
|
|
6565
|
-
/**
|
|
6566
|
-
* @public
|
|
6567
|
-
*/
|
|
6568
|
-
export interface ListDetectorsResponse {
|
|
6569
|
-
/**
|
|
6570
|
-
* @public
|
|
6571
|
-
* <p>A list of detector IDs.</p>
|
|
6572
|
-
*/
|
|
6573
|
-
DetectorIds: string[] | undefined;
|
|
6574
|
-
/**
|
|
6575
|
-
* @public
|
|
6576
|
-
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
6577
|
-
* items.</p>
|
|
6578
|
-
*/
|
|
6579
|
-
NextToken?: string;
|
|
6580
|
-
}
|
|
6581
|
-
/**
|
|
6582
|
-
* @public
|
|
6583
|
-
*/
|
|
6584
|
-
export interface ListFiltersRequest {
|
|
6585
|
-
/**
|
|
6586
|
-
* @public
|
|
6587
|
-
* <p>The unique ID of the detector that the filter is associated with.</p>
|
|
6588
|
-
*/
|
|
6589
|
-
DetectorId: string | undefined;
|
|
6590
|
-
/**
|
|
6591
|
-
* @public
|
|
6592
|
-
* <p>You can use this parameter to indicate the maximum number of items that you want in the
|
|
6593
|
-
* response. The default value is 50. The maximum value is 50.</p>
|
|
6594
|
-
*/
|
|
6595
|
-
MaxResults?: number;
|
|
6596
|
-
/**
|
|
6597
|
-
* @public
|
|
6598
|
-
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
6599
|
-
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
6600
|
-
* in the request with the value of NextToken from the previous response to continue listing
|
|
6601
|
-
* data.</p>
|
|
6602
|
-
*/
|
|
6603
|
-
NextToken?: string;
|
|
6604
|
-
}
|
|
6605
|
-
/**
|
|
6606
|
-
* @public
|
|
6607
|
-
*/
|
|
6608
|
-
export interface ListFiltersResponse {
|
|
6609
|
-
/**
|
|
6610
|
-
* @public
|
|
6611
|
-
* <p>A list of filter names.</p>
|
|
6612
|
-
*/
|
|
6613
|
-
FilterNames: string[] | undefined;
|
|
6614
|
-
/**
|
|
6615
|
-
* @public
|
|
6616
|
-
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
6617
|
-
* items.</p>
|
|
6618
|
-
*/
|
|
6619
|
-
NextToken?: string;
|
|
6620
|
-
}
|
|
6621
|
-
/**
|
|
6622
|
-
* @public
|
|
6623
|
-
*/
|
|
6624
|
-
export interface ListFindingsRequest {
|
|
6625
|
-
/**
|
|
6626
|
-
* @public
|
|
6627
|
-
* <p>The ID of the detector that specifies the GuardDuty service whose findings you want to
|
|
6628
|
-
* list.</p>
|
|
6629
|
-
*/
|
|
6630
|
-
DetectorId: string | undefined;
|
|
6631
|
-
/**
|
|
6632
|
-
* @public
|
|
6633
|
-
* <p>Represents the criteria used for querying findings. Valid values include:</p>
|
|
6634
|
-
* <ul>
|
|
6635
|
-
* <li>
|
|
6636
|
-
* <p>JSON field name</p>
|
|
6637
|
-
* </li>
|
|
6638
|
-
* <li>
|
|
6639
|
-
* <p>accountId</p>
|
|
6640
|
-
* </li>
|
|
6641
|
-
* <li>
|
|
6642
|
-
* <p>region</p>
|
|
6643
|
-
* </li>
|
|
6644
|
-
* <li>
|
|
6645
|
-
* <p>confidence</p>
|
|
6646
|
-
* </li>
|
|
6647
|
-
* <li>
|
|
6648
|
-
* <p>id</p>
|
|
6649
|
-
* </li>
|
|
6650
|
-
* <li>
|
|
6651
|
-
* <p>resource.accessKeyDetails.accessKeyId</p>
|
|
6652
|
-
* </li>
|
|
6653
|
-
* <li>
|
|
6654
|
-
* <p>resource.accessKeyDetails.principalId</p>
|
|
6655
|
-
* </li>
|
|
6656
|
-
* <li>
|
|
6657
|
-
* <p>resource.accessKeyDetails.userName</p>
|
|
6658
|
-
* </li>
|
|
6659
|
-
* <li>
|
|
6660
|
-
* <p>resource.accessKeyDetails.userType</p>
|
|
6661
|
-
* </li>
|
|
6662
|
-
* <li>
|
|
6663
|
-
* <p>resource.instanceDetails.iamInstanceProfile.id</p>
|
|
6664
|
-
* </li>
|
|
6665
|
-
* <li>
|
|
6666
|
-
* <p>resource.instanceDetails.imageId</p>
|
|
6667
|
-
* </li>
|
|
6668
|
-
* <li>
|
|
6669
|
-
* <p>resource.instanceDetails.instanceId</p>
|
|
6670
|
-
* </li>
|
|
6671
|
-
* <li>
|
|
6672
|
-
* <p>resource.instanceDetails.networkInterfaces.ipv6Addresses</p>
|
|
6673
|
-
* </li>
|
|
6674
|
-
* <li>
|
|
6675
|
-
* <p>resource.instanceDetails.networkInterfaces.privateIpAddresses.privateIpAddress</p>
|
|
6676
|
-
* </li>
|
|
6677
|
-
* <li>
|
|
6678
|
-
* <p>resource.instanceDetails.networkInterfaces.publicDnsName</p>
|
|
6679
|
-
* </li>
|
|
6680
|
-
* <li>
|
|
6681
|
-
* <p>resource.instanceDetails.networkInterfaces.publicIp</p>
|
|
6682
|
-
* </li>
|
|
6683
|
-
* <li>
|
|
6684
|
-
* <p>resource.instanceDetails.networkInterfaces.securityGroups.groupId</p>
|
|
6685
|
-
* </li>
|
|
6686
|
-
* <li>
|
|
6687
|
-
* <p>resource.instanceDetails.networkInterfaces.securityGroups.groupName</p>
|
|
6688
|
-
* </li>
|
|
6689
|
-
* <li>
|
|
6690
|
-
* <p>resource.instanceDetails.networkInterfaces.subnetId</p>
|
|
6691
|
-
* </li>
|
|
6692
|
-
* <li>
|
|
6693
|
-
* <p>resource.instanceDetails.networkInterfaces.vpcId</p>
|
|
6694
|
-
* </li>
|
|
6695
|
-
* <li>
|
|
6696
|
-
* <p>resource.instanceDetails.tags.key</p>
|
|
6697
|
-
* </li>
|
|
6698
|
-
* <li>
|
|
6699
|
-
* <p>resource.instanceDetails.tags.value</p>
|
|
6700
|
-
* </li>
|
|
6701
|
-
* <li>
|
|
6702
|
-
* <p>resource.resourceType</p>
|
|
6703
|
-
* </li>
|
|
6704
|
-
* <li>
|
|
6705
|
-
* <p>service.action.actionType</p>
|
|
6706
|
-
* </li>
|
|
6707
|
-
* <li>
|
|
6708
|
-
* <p>service.action.awsApiCallAction.api</p>
|
|
6709
|
-
* </li>
|
|
6710
|
-
* <li>
|
|
6711
|
-
* <p>service.action.awsApiCallAction.callerType</p>
|
|
6712
|
-
* </li>
|
|
6713
|
-
* <li>
|
|
6714
|
-
* <p>service.action.awsApiCallAction.remoteIpDetails.city.cityName</p>
|
|
6715
|
-
* </li>
|
|
6716
|
-
* <li>
|
|
6717
|
-
* <p>service.action.awsApiCallAction.remoteIpDetails.country.countryName</p>
|
|
6718
|
-
* </li>
|
|
6719
|
-
* <li>
|
|
6720
|
-
* <p>service.action.awsApiCallAction.remoteIpDetails.ipAddressV4</p>
|
|
6721
|
-
* </li>
|
|
6722
|
-
* <li>
|
|
6723
|
-
* <p>service.action.awsApiCallAction.remoteIpDetails.organization.asn</p>
|
|
6724
|
-
* </li>
|
|
6725
|
-
* <li>
|
|
6726
|
-
* <p>service.action.awsApiCallAction.remoteIpDetails.organization.asnOrg</p>
|
|
6727
|
-
* </li>
|
|
6728
|
-
* <li>
|
|
6729
|
-
* <p>service.action.awsApiCallAction.serviceName</p>
|
|
6730
|
-
* </li>
|
|
6731
|
-
* <li>
|
|
6732
|
-
* <p>service.action.dnsRequestAction.domain</p>
|
|
6733
|
-
* </li>
|
|
6734
|
-
* <li>
|
|
6735
|
-
* <p>service.action.dnsRequestAction.domainWithSuffix</p>
|
|
6736
|
-
* </li>
|
|
6737
|
-
* <li>
|
|
6738
|
-
* <p>service.action.networkConnectionAction.blocked</p>
|
|
6739
|
-
* </li>
|
|
6740
|
-
* <li>
|
|
6741
|
-
* <p>service.action.networkConnectionAction.connectionDirection</p>
|
|
6742
|
-
* </li>
|
|
6743
|
-
* <li>
|
|
6744
|
-
* <p>service.action.networkConnectionAction.localPortDetails.port</p>
|
|
6745
|
-
* </li>
|
|
6746
|
-
* <li>
|
|
6747
|
-
* <p>service.action.networkConnectionAction.protocol</p>
|
|
6748
|
-
* </li>
|
|
6749
|
-
* <li>
|
|
6750
|
-
* <p>service.action.networkConnectionAction.remoteIpDetails.country.countryName</p>
|
|
6751
|
-
* </li>
|
|
6752
|
-
* <li>
|
|
6753
|
-
* <p>service.action.networkConnectionAction.remoteIpDetails.ipAddressV4</p>
|
|
6754
|
-
* </li>
|
|
6755
|
-
* <li>
|
|
6756
|
-
* <p>service.action.networkConnectionAction.remoteIpDetails.organization.asn</p>
|
|
6757
|
-
* </li>
|
|
6758
|
-
* <li>
|
|
6759
|
-
* <p>service.action.networkConnectionAction.remoteIpDetails.organization.asnOrg</p>
|
|
6760
|
-
* </li>
|
|
6761
|
-
* <li>
|
|
6762
|
-
* <p>service.action.networkConnectionAction.remotePortDetails.port</p>
|
|
6763
|
-
* </li>
|
|
6764
|
-
* <li>
|
|
6765
|
-
* <p>service.additionalInfo.threatListName</p>
|
|
6766
|
-
* </li>
|
|
6767
|
-
* <li>
|
|
6768
|
-
* <p>service.archived</p>
|
|
6769
|
-
* <p>When this attribute is set to 'true', only archived findings are listed. When it's set
|
|
6770
|
-
* to 'false', only unarchived findings are listed. When this attribute is not set, all
|
|
6771
|
-
* existing findings are listed.</p>
|
|
6772
|
-
* </li>
|
|
6773
|
-
* <li>
|
|
6774
|
-
* <p>service.resourceRole</p>
|
|
6775
|
-
* </li>
|
|
6776
|
-
* <li>
|
|
6777
|
-
* <p>severity</p>
|
|
6778
|
-
* </li>
|
|
6779
|
-
* <li>
|
|
6780
|
-
* <p>type</p>
|
|
6781
|
-
* </li>
|
|
6782
|
-
* <li>
|
|
6783
|
-
* <p>updatedAt</p>
|
|
6784
|
-
* <p>Type: Timestamp in Unix Epoch millisecond format: 1486685375000</p>
|
|
6785
|
-
* </li>
|
|
6786
|
-
* </ul>
|
|
6787
|
-
*/
|
|
6788
|
-
FindingCriteria?: FindingCriteria;
|
|
6789
|
-
/**
|
|
6790
|
-
* @public
|
|
6791
|
-
* <p>Represents the criteria used for sorting findings.</p>
|
|
6792
|
-
*/
|
|
6793
|
-
SortCriteria?: SortCriteria;
|
|
6794
|
-
/**
|
|
6795
|
-
* @public
|
|
6796
|
-
* <p>You can use this parameter to indicate the maximum number of items you want in the
|
|
6797
|
-
* response. The default value is 50. The maximum value is 50.</p>
|
|
6798
|
-
*/
|
|
6799
|
-
MaxResults?: number;
|
|
6800
|
-
/**
|
|
6801
|
-
* @public
|
|
6802
|
-
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
6803
|
-
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
6804
|
-
* in the request with the value of NextToken from the previous response to continue listing
|
|
6805
|
-
* data.</p>
|
|
6806
|
-
*/
|
|
6807
|
-
NextToken?: string;
|
|
6808
|
-
}
|
|
6809
|
-
/**
|
|
6810
|
-
* @public
|
|
6811
|
-
*/
|
|
6812
|
-
export interface ListFindingsResponse {
|
|
6813
|
-
/**
|
|
6814
|
-
* @public
|
|
6815
|
-
* <p>The IDs of the findings that you're listing.</p>
|
|
6816
|
-
*/
|
|
6817
|
-
FindingIds: string[] | undefined;
|
|
6818
|
-
/**
|
|
6819
|
-
* @public
|
|
6820
|
-
* <p>The pagination parameter to be used on the next list operation to retrieve more
|
|
6821
|
-
* items.</p>
|
|
6822
|
-
*/
|
|
6823
|
-
NextToken?: string;
|
|
6824
|
-
}
|
|
6825
|
-
/**
|
|
6826
|
-
* @public
|
|
6827
|
-
*/
|
|
6828
|
-
export interface ListInvitationsRequest {
|
|
6829
|
-
/**
|
|
6830
|
-
* @public
|
|
6831
|
-
* <p>You can use this parameter to indicate the maximum number of items that you want in the
|
|
6832
|
-
* response. The default value is 50. The maximum value is 50.</p>
|
|
6833
|
-
*/
|
|
6834
|
-
MaxResults?: number;
|
|
6835
|
-
/**
|
|
6836
|
-
* @public
|
|
6837
|
-
* <p>You can use this parameter when paginating results. Set the value of this parameter to
|
|
6838
|
-
* null on your first call to the list action. For subsequent calls to the action, fill nextToken
|
|
6839
|
-
* in the request with the value of NextToken from the previous response to continue listing
|
|
6840
|
-
* data.</p>
|
|
6841
|
-
*/
|
|
6842
|
-
NextToken?: string;
|
|
6843
|
-
}
|