@aws-sdk/client-guardduty 3.410.0 → 3.412.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 +2 -2
- package/dist-cjs/models/models_0.js +6 -1
- package/dist-cjs/protocols/Aws_restJson1.js +1 -0
- package/dist-es/models/models_0.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +1 -0
- package/dist-types/GuardDuty.d.ts +2 -2
- package/dist-types/GuardDutyClient.d.ts +2 -2
- package/dist-types/commands/CreateMembersCommand.d.ts +10 -10
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +3 -2
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +6 -6
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +6 -6
- package/dist-types/commands/DisassociateMembersCommand.d.ts +9 -9
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +3 -2
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +5 -1
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +1 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +18 -16
- package/dist-types/commands/ListCoverageCommand.d.ts +2 -1
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -2
- package/dist-types/commands/StartMalwareScanCommand.d.ts +2 -1
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +1 -2
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +87 -45
- package/dist-types/models/models_1.d.ts +75 -8
- package/dist-types/ts3.4/commands/StartMonitoringMembersCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +8 -4
- package/dist-types/ts3.4/models/models_1.d.ts +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,8 +22,8 @@ been used, or unusual API calls like a password policy change to reduce password
|
|
|
22
22
|
<p>GuardDuty informs you about the status of your Amazon Web Services environment by producing security
|
|
23
23
|
findings that you can view in the GuardDuty console or through Amazon EventBridge. For more
|
|
24
24
|
information, see the <i>
|
|
25
|
-
<a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
|
|
26
|
-
Guide</a>
|
|
25
|
+
<a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
|
|
26
|
+
GuardDuty User Guide</a>
|
|
27
27
|
</i>. </p>
|
|
28
28
|
|
|
29
29
|
## Installing
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UsageStatisticType = exports.UsageFeature = exports.ThreatIntelSetStatus = exports.ScanCriterionKey = exports.IpSetStatus = exports.FindingStatisticType = exports.Feedback = exports.EbsSnapshotPreservation = exports.DetectorStatus = exports.DetectorFeatureResult = exports.PublishingStatus = exports.OrgFeature = exports.OrgFeatureAdditionalConfiguration = exports.OrgFeatureStatus = exports.ScanType = exports.ScanStatus = exports.ScanResult = exports.DataSource = exports.CriterionKey = exports.ThreatIntelSetFormat = exports.DestinationType = exports.IpSetFormat = exports.FilterAction = exports.FindingPublishingFrequency = exports.DetectorFeature = exports.FeatureStatus = exports.FeatureAdditionalConfiguration = exports.CoverageStatisticsType = exports.OrderBy = exports.CoverageSortKey = exports.CoverageFilterCriterionKey = exports.ResourceType = exports.CoverageStatus = exports.ConflictException = exports.DataSourceStatus = exports.AutoEnableMembers = exports.AdminStatus = exports.FreeTrialFeatureResult = exports.AccessDeniedException = exports.InternalServerErrorException = exports.BadRequestException = void 0;
|
|
3
|
+
exports.UsageStatisticType = exports.UsageFeature = exports.ThreatIntelSetStatus = exports.ScanCriterionKey = exports.IpSetStatus = exports.FindingStatisticType = exports.Feedback = exports.EbsSnapshotPreservation = exports.DetectorStatus = exports.DetectorFeatureResult = exports.PublishingStatus = exports.OrgFeature = exports.OrgFeatureAdditionalConfiguration = exports.OrgFeatureStatus = exports.ScanType = exports.ScanStatus = exports.ScanResult = exports.DataSource = exports.CriterionKey = exports.ThreatIntelSetFormat = exports.DestinationType = exports.IpSetFormat = exports.FilterAction = exports.FindingPublishingFrequency = exports.DetectorFeature = exports.FeatureStatus = exports.FeatureAdditionalConfiguration = exports.CoverageStatisticsType = exports.OrderBy = exports.CoverageSortKey = exports.CoverageFilterCriterionKey = exports.ManagementType = exports.ResourceType = exports.CoverageStatus = exports.ConflictException = exports.DataSourceStatus = exports.AutoEnableMembers = exports.AdminStatus = exports.FreeTrialFeatureResult = exports.AccessDeniedException = exports.InternalServerErrorException = exports.BadRequestException = void 0;
|
|
4
4
|
const GuardDutyServiceException_1 = require("./GuardDutyServiceException");
|
|
5
5
|
class BadRequestException extends GuardDutyServiceException_1.GuardDutyServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -93,11 +93,16 @@ exports.CoverageStatus = {
|
|
|
93
93
|
exports.ResourceType = {
|
|
94
94
|
EKS: "EKS",
|
|
95
95
|
};
|
|
96
|
+
exports.ManagementType = {
|
|
97
|
+
AUTO_MANAGED: "AUTO_MANAGED",
|
|
98
|
+
MANUAL: "MANUAL",
|
|
99
|
+
};
|
|
96
100
|
exports.CoverageFilterCriterionKey = {
|
|
97
101
|
ACCOUNT_ID: "ACCOUNT_ID",
|
|
98
102
|
ADDON_VERSION: "ADDON_VERSION",
|
|
99
103
|
CLUSTER_NAME: "CLUSTER_NAME",
|
|
100
104
|
COVERAGE_STATUS: "COVERAGE_STATUS",
|
|
105
|
+
MANAGEMENT_TYPE: "MANAGEMENT_TYPE",
|
|
101
106
|
RESOURCE_TYPE: "RESOURCE_TYPE",
|
|
102
107
|
};
|
|
103
108
|
exports.CoverageSortKey = {
|
|
@@ -4517,6 +4517,7 @@ const de_CoverageEksClusterDetails = (output, context) => {
|
|
|
4517
4517
|
ClusterName: [, smithy_client_1.expectString, `clusterName`],
|
|
4518
4518
|
CompatibleNodes: [, smithy_client_1.expectLong, `compatibleNodes`],
|
|
4519
4519
|
CoveredNodes: [, smithy_client_1.expectLong, `coveredNodes`],
|
|
4520
|
+
ManagementType: [, smithy_client_1.expectString, `managementType`],
|
|
4520
4521
|
});
|
|
4521
4522
|
};
|
|
4522
4523
|
const de_CoverageResource = (output, context) => {
|
|
@@ -86,11 +86,16 @@ export const CoverageStatus = {
|
|
|
86
86
|
export const ResourceType = {
|
|
87
87
|
EKS: "EKS",
|
|
88
88
|
};
|
|
89
|
+
export const ManagementType = {
|
|
90
|
+
AUTO_MANAGED: "AUTO_MANAGED",
|
|
91
|
+
MANUAL: "MANUAL",
|
|
92
|
+
};
|
|
89
93
|
export const CoverageFilterCriterionKey = {
|
|
90
94
|
ACCOUNT_ID: "ACCOUNT_ID",
|
|
91
95
|
ADDON_VERSION: "ADDON_VERSION",
|
|
92
96
|
CLUSTER_NAME: "CLUSTER_NAME",
|
|
93
97
|
COVERAGE_STATUS: "COVERAGE_STATUS",
|
|
98
|
+
MANAGEMENT_TYPE: "MANAGEMENT_TYPE",
|
|
94
99
|
RESOURCE_TYPE: "RESOURCE_TYPE",
|
|
95
100
|
};
|
|
96
101
|
export const CoverageSortKey = {
|
|
@@ -4376,6 +4376,7 @@ const de_CoverageEksClusterDetails = (output, context) => {
|
|
|
4376
4376
|
ClusterName: [, __expectString, `clusterName`],
|
|
4377
4377
|
CompatibleNodes: [, __expectLong, `compatibleNodes`],
|
|
4378
4378
|
CoveredNodes: [, __expectLong, `coveredNodes`],
|
|
4379
|
+
ManagementType: [, __expectString, `managementType`],
|
|
4379
4380
|
});
|
|
4380
4381
|
};
|
|
4381
4382
|
const de_CoverageResource = (output, context) => {
|
|
@@ -496,8 +496,8 @@ export interface GuardDuty {
|
|
|
496
496
|
* <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing security
|
|
497
497
|
* findings that you can view in the GuardDuty console or through Amazon EventBridge. For more
|
|
498
498
|
* information, see the <i>
|
|
499
|
-
* <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
|
|
500
|
-
*
|
|
499
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
|
|
500
|
+
* GuardDuty User Guide</a>
|
|
501
501
|
* </i>. </p>
|
|
502
502
|
*/
|
|
503
503
|
export declare class GuardDuty extends GuardDutyClient implements GuardDuty {
|
|
@@ -234,8 +234,8 @@ export interface GuardDutyClientResolvedConfig extends GuardDutyClientResolvedCo
|
|
|
234
234
|
* <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing security
|
|
235
235
|
* findings that you can view in the GuardDuty console or through Amazon EventBridge. For more
|
|
236
236
|
* information, see the <i>
|
|
237
|
-
* <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
|
|
238
|
-
*
|
|
237
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
|
|
238
|
+
* GuardDuty User Guide</a>
|
|
239
239
|
* </i>. </p>
|
|
240
240
|
*/
|
|
241
241
|
export declare class GuardDutyClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, GuardDutyClientResolvedConfig> {
|
|
@@ -27,17 +27,17 @@ export interface CreateMembersCommandOutput extends CreateMembersResponse, __Met
|
|
|
27
27
|
* IDs. This step is a prerequisite for managing the associated member accounts either by
|
|
28
28
|
* invitation or through an organization.</p>
|
|
29
29
|
* <p>As a delegated administrator, using <code>CreateMembers</code> will enable GuardDuty in
|
|
30
|
-
* the added member accounts, with the exception of the
|
|
31
|
-
* account. A delegated administrator must enable GuardDuty
|
|
32
|
-
* member.</p>
|
|
30
|
+
* the added member accounts, with the exception of the
|
|
31
|
+
* organization delegated administrator account. A delegated administrator must enable GuardDuty
|
|
32
|
+
* prior to being added as a member.</p>
|
|
33
33
|
* <p>If you are adding accounts by invitation, before using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a>, use
|
|
34
|
-
*
|
|
35
|
-
* <p>If you disassociate a member from a GuardDuty
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
* the
|
|
39
|
-
* account, the delegated administrator must invoke the
|
|
40
|
-
*
|
|
34
|
+
* <code>CreateMembers</code> after GuardDuty has been enabled in potential member accounts.</p>
|
|
35
|
+
* <p>If you disassociate a member from a GuardDuty
|
|
36
|
+
* delegated administrator, the member account details
|
|
37
|
+
* obtained from this API, including the associated email addresses, will be retained.
|
|
38
|
+
* This is done so that the delegated administrator can invoke the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a> API without the need to invoke the CreateMembers API again. To
|
|
39
|
+
* remove the details associated with a member account, the delegated administrator must invoke the
|
|
40
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html">DeleteMembers</a> API. </p>
|
|
41
41
|
* @example
|
|
42
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
43
|
* ```javascript
|
|
@@ -23,8 +23,9 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
27
|
-
* administrator
|
|
26
|
+
* <p>Removes the existing GuardDuty delegated
|
|
27
|
+
* administrator of the organization. Only the organization's management account can run this
|
|
28
|
+
* API operation.</p>
|
|
28
29
|
* @example
|
|
29
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
31
|
* ```javascript
|
|
@@ -24,12 +24,12 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Disassociates the current GuardDuty member account from its administrator account.</p>
|
|
27
|
-
* <p>When you
|
|
28
|
-
*
|
|
29
|
-
* including the associated email addresses, are retained. This is
|
|
30
|
-
* administrator can invoke the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a> API without
|
|
31
|
-
* the
|
|
32
|
-
*
|
|
27
|
+
* <p>When you
|
|
28
|
+
* disassociate an invited member from a GuardDuty delegated administrator, the member account details
|
|
29
|
+
* obtained from the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html">CreateMembers</a> API, including the associated email addresses, are retained. This is
|
|
30
|
+
* done so that the delegated administrator can invoke the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a> API without the need to invoke the CreateMembers API again. To
|
|
31
|
+
* remove the details associated with a member account, the delegated administrator must invoke the
|
|
32
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html">DeleteMembers</a> API. </p>
|
|
33
33
|
* <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
|
|
34
34
|
* <code>ALL</code>, you'll receive an error if you attempt to disable GuardDuty in a member
|
|
35
35
|
* account.</p>
|
|
@@ -26,12 +26,12 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
26
26
|
* @deprecated
|
|
27
27
|
*
|
|
28
28
|
* <p>Disassociates the current GuardDuty member account from its administrator account.</p>
|
|
29
|
-
* <p>When you
|
|
30
|
-
*
|
|
31
|
-
* including the associated email addresses, are retained. This is
|
|
32
|
-
* administrator can invoke the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a> API without
|
|
33
|
-
* the
|
|
34
|
-
*
|
|
29
|
+
* <p>When you
|
|
30
|
+
* disassociate an invited member from a GuardDuty delegated administrator, the member account details
|
|
31
|
+
* obtained from the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html">CreateMembers</a> API, including the associated email addresses, are retained. This is
|
|
32
|
+
* done so that the delegated administrator can invoke the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a> API without the need to invoke the CreateMembers API again. To
|
|
33
|
+
* remove the details associated with a member account, the delegated administrator must invoke the
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html">DeleteMembers</a> API.</p>
|
|
35
35
|
* @example
|
|
36
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
37
|
* ```javascript
|
|
@@ -23,17 +23,17 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Disassociates GuardDuty member accounts (from the current administrator account)
|
|
27
|
-
*
|
|
28
|
-
* <p>When you
|
|
29
|
-
*
|
|
30
|
-
* including the associated email addresses, are retained. This is
|
|
31
|
-
* administrator can invoke the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a> API without
|
|
32
|
-
* the
|
|
33
|
-
*
|
|
26
|
+
* <p>Disassociates GuardDuty member accounts (from the current administrator account) specified
|
|
27
|
+
* by the account IDs.</p>
|
|
28
|
+
* <p>When you
|
|
29
|
+
* disassociate an invited member from a GuardDuty delegated administrator, the member account details
|
|
30
|
+
* obtained from the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html">CreateMembers</a> API, including the associated email addresses, are retained. This is
|
|
31
|
+
* done so that the delegated administrator can invoke the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_InviteMembers.html">InviteMembers</a> API without the need to invoke the CreateMembers API again. To
|
|
32
|
+
* remove the details associated with a member account, the delegated administrator must invoke the
|
|
33
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html">DeleteMembers</a> API. </p>
|
|
34
34
|
* <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
|
|
35
35
|
* <code>ALL</code>, you'll receive an error if you attempt to disassociate a member account
|
|
36
|
-
* before removing them from your
|
|
36
|
+
* before removing them from your organization.</p>
|
|
37
37
|
* @example
|
|
38
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
39
39
|
* ```javascript
|
|
@@ -23,8 +23,9 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>
|
|
27
|
-
* administrator
|
|
26
|
+
* <p>Designates an Amazon Web Services account within the organization as your GuardDuty delegated
|
|
27
|
+
* administrator. Only the organization's management account can run this
|
|
28
|
+
* API operation.</p>
|
|
28
29
|
* @example
|
|
29
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
31
|
* ```javascript
|
|
@@ -23,8 +23,12 @@ export interface GetAdministratorAccountCommandOutput extends GetAdministratorAc
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Provides the details
|
|
26
|
+
* <p>Provides the details of the GuardDuty administrator account associated with the current
|
|
27
27
|
* GuardDuty member account.</p>
|
|
28
|
+
* <note>
|
|
29
|
+
* <p>If the organization's management account or a delegated administrator runs this API,
|
|
30
|
+
* it will return success (<code>HTTP 200</code>) but no content.</p>
|
|
31
|
+
* </note>
|
|
28
32
|
* @example
|
|
29
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
34
|
* ```javascript
|
|
@@ -38,7 +38,7 @@ export interface GetCoverageStatisticsCommandOutput extends GetCoverageStatistic
|
|
|
38
38
|
* FilterCriteria: { // CoverageFilterCriteria
|
|
39
39
|
* FilterCriterion: [ // CoverageFilterCriterionList
|
|
40
40
|
* { // CoverageFilterCriterion
|
|
41
|
-
* CriterionKey: "ACCOUNT_ID" || "CLUSTER_NAME" || "RESOURCE_TYPE" || "COVERAGE_STATUS" || "ADDON_VERSION",
|
|
41
|
+
* CriterionKey: "ACCOUNT_ID" || "CLUSTER_NAME" || "RESOURCE_TYPE" || "COVERAGE_STATUS" || "ADDON_VERSION" || "MANAGEMENT_TYPE",
|
|
42
42
|
* FilterCondition: { // CoverageFilterCondition
|
|
43
43
|
* Equals: [ // Equals
|
|
44
44
|
* "STRING_VALUE",
|
|
@@ -23,22 +23,24 @@ export interface InviteMembersCommandOutput extends InviteMembersResponse, __Met
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
*
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* invited accounts can either accept or decline the invitation from their GuardDuty accounts. Each
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
* <p>After the invite has been accepted and you choose to disassociate a member account
|
|
37
|
-
* using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DisassociateMembers.html">DisassociateMembers</a>) from your account,
|
|
38
|
-
* invoking <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html">CreateMembers</a>, including
|
|
39
|
-
*
|
|
40
|
-
* InviteMembers without the need to invoke
|
|
41
|
-
*
|
|
26
|
+
* <p>Invites Amazon Web Services accounts to become members of an organization administered by the Amazon Web Services account
|
|
27
|
+
* that invokes this API. If you are using organizations to manager your GuardDuty environment, this step is not
|
|
28
|
+
* needed. For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_organizations.html">Managing accounts with organizations</a>.</p>
|
|
29
|
+
* <p>To invite Amazon Web Services accounts, the first step is
|
|
30
|
+
* to ensure that GuardDuty has been enabled in the potential member accounts. You can now invoke this API
|
|
31
|
+
* to add accounts by invitation. The
|
|
32
|
+
* invited accounts can either accept or decline the invitation from their GuardDuty accounts. Each invited Amazon Web Services account can
|
|
33
|
+
* choose to accept the invitation from only one Amazon Web Services account. For more information, see
|
|
34
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_invitations.html">Managing GuardDuty accounts
|
|
35
|
+
* by invitation</a>.</p>
|
|
36
|
+
* <p>After the invite has been accepted and you choose to disassociate a member account
|
|
37
|
+
* (by using <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DisassociateMembers.html">DisassociateMembers</a>) from your account,
|
|
38
|
+
* the details of the member account obtained by invoking <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html">CreateMembers</a>, including the
|
|
39
|
+
* associated email addresses, will be retained.
|
|
40
|
+
* This is done so that you can invoke InviteMembers without the need to invoke
|
|
41
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_CreateMembers.html">CreateMembers</a> again. To
|
|
42
|
+
* remove the details associated with a member account, you must also invoke
|
|
43
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_DeleteMembers.html">DeleteMembers</a>. </p>
|
|
42
44
|
* @example
|
|
43
45
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
46
|
* ```javascript
|
|
@@ -40,7 +40,7 @@ export interface ListCoverageCommandOutput extends ListCoverageResponse, __Metad
|
|
|
40
40
|
* FilterCriteria: { // CoverageFilterCriteria
|
|
41
41
|
* FilterCriterion: [ // CoverageFilterCriterionList
|
|
42
42
|
* { // CoverageFilterCriterion
|
|
43
|
-
* CriterionKey: "ACCOUNT_ID" || "CLUSTER_NAME" || "RESOURCE_TYPE" || "COVERAGE_STATUS" || "ADDON_VERSION",
|
|
43
|
+
* CriterionKey: "ACCOUNT_ID" || "CLUSTER_NAME" || "RESOURCE_TYPE" || "COVERAGE_STATUS" || "ADDON_VERSION" || "MANAGEMENT_TYPE",
|
|
44
44
|
* FilterCondition: { // CoverageFilterCondition
|
|
45
45
|
* Equals: [ // Equals
|
|
46
46
|
* "STRING_VALUE",
|
|
@@ -74,6 +74,7 @@ export interface ListCoverageCommandOutput extends ListCoverageResponse, __Metad
|
|
|
74
74
|
* // AddonVersion: "STRING_VALUE",
|
|
75
75
|
* // AddonStatus: "STRING_VALUE",
|
|
76
76
|
* // },
|
|
77
|
+
* // ManagementType: "AUTO_MANAGED" || "MANUAL",
|
|
77
78
|
* // },
|
|
78
79
|
* // ResourceType: "EKS",
|
|
79
80
|
* // },
|
|
@@ -23,7 +23,9 @@ export interface ListOrganizationAdminAccountsCommandOutput extends ListOrganiza
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Lists the accounts configured as GuardDuty delegated administrators
|
|
26
|
+
* <p>Lists the accounts configured as GuardDuty delegated administrators.
|
|
27
|
+
* Only the organization's management account can run this
|
|
28
|
+
* API operation.</p>
|
|
27
29
|
* @example
|
|
28
30
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
31
|
* ```javascript
|
|
@@ -24,8 +24,9 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Lists tags for a resource. Tagging is currently supported for detectors, finding filters,
|
|
27
|
-
* IP sets, threat intel sets, and publishing destination, with a limit of 50 tags per
|
|
28
|
-
*
|
|
27
|
+
* IP sets, threat intel sets, and publishing destination, with a limit of 50 tags per resource.
|
|
28
|
+
* When invoked, this
|
|
29
|
+
* operation returns all assigned tags for a given resource.</p>
|
|
29
30
|
* @example
|
|
30
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
32
|
* ```javascript
|
|
@@ -23,7 +23,8 @@ export interface StartMalwareScanCommandOutput extends StartMalwareScanResponse,
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Initiates the malware scan. Invoking this API will automatically create the <a href="https://docs.aws.amazon.com/guardduty/latest/ug/slr-permissions-malware-protection.html">Service-linked role </a> in
|
|
26
|
+
* <p>Initiates the malware scan. Invoking this API will automatically create the <a href="https://docs.aws.amazon.com/guardduty/latest/ug/slr-permissions-malware-protection.html">Service-linked role </a> in
|
|
27
|
+
* the corresponding account.</p>
|
|
27
28
|
* @example
|
|
28
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
29
30
|
* ```javascript
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { StartMonitoringMembersRequest } from "../models/
|
|
6
|
-
import { StartMonitoringMembersResponse } from "../models/models_1";
|
|
5
|
+
import { StartMonitoringMembersRequest, StartMonitoringMembersResponse } from "../models/models_1";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*/
|
|
@@ -24,7 +24,8 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Configures the delegated administrator account with the provided values. You must provide
|
|
27
|
-
*
|
|
27
|
+
* a value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>, but not
|
|
28
|
+
* both. </p>
|
|
28
29
|
* <p>There might be regional differences because some data sources might not be
|
|
29
30
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
30
31
|
* information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
* <p>GuardDuty informs you about the status of your Amazon Web Services environment by producing security
|
|
16
16
|
* findings that you can view in the GuardDuty console or through Amazon EventBridge. For more
|
|
17
17
|
* information, see the <i>
|
|
18
|
-
* <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
|
|
19
|
-
*
|
|
18
|
+
* <a href="https://docs.aws.amazon.com/guardduty/latest/ug/what-is-guardduty.html">Amazon
|
|
19
|
+
* GuardDuty User Guide</a>
|
|
20
20
|
* </i>. </p>
|
|
21
21
|
*
|
|
22
22
|
* @packageDocumentation
|
|
@@ -1181,6 +1181,18 @@ export declare const ResourceType: {
|
|
|
1181
1181
|
* @public
|
|
1182
1182
|
*/
|
|
1183
1183
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
1184
|
+
/**
|
|
1185
|
+
* @public
|
|
1186
|
+
* @enum
|
|
1187
|
+
*/
|
|
1188
|
+
export declare const ManagementType: {
|
|
1189
|
+
readonly AUTO_MANAGED: "AUTO_MANAGED";
|
|
1190
|
+
readonly MANUAL: "MANUAL";
|
|
1191
|
+
};
|
|
1192
|
+
/**
|
|
1193
|
+
* @public
|
|
1194
|
+
*/
|
|
1195
|
+
export type ManagementType = (typeof ManagementType)[keyof typeof ManagementType];
|
|
1184
1196
|
/**
|
|
1185
1197
|
* @public
|
|
1186
1198
|
* <p>Information about the EKS cluster that has a coverage status.</p>
|
|
@@ -1207,6 +1219,16 @@ export interface CoverageEksClusterDetails {
|
|
|
1207
1219
|
* <p>Information about the installed EKS add-on.</p>
|
|
1208
1220
|
*/
|
|
1209
1221
|
AddonDetails?: AddonDetails;
|
|
1222
|
+
/**
|
|
1223
|
+
* @public
|
|
1224
|
+
* <p>Indicates how the Amazon EKS add-on GuardDuty agent is managed for this EKS cluster.</p>
|
|
1225
|
+
* <p>
|
|
1226
|
+
* <code>AUTO_MANAGED</code> indicates GuardDuty deploys and manages updates for this resource.</p>
|
|
1227
|
+
* <p>
|
|
1228
|
+
* <code>MANUAL</code> indicates that you are responsible to deploy, update, and manage
|
|
1229
|
+
* the Amazon EKS add-on GuardDuty agent for this resource.</p>
|
|
1230
|
+
*/
|
|
1231
|
+
ManagementType?: ManagementType | string;
|
|
1210
1232
|
}
|
|
1211
1233
|
/**
|
|
1212
1234
|
* @public
|
|
@@ -1236,6 +1258,7 @@ export declare const CoverageFilterCriterionKey: {
|
|
|
1236
1258
|
readonly ADDON_VERSION: "ADDON_VERSION";
|
|
1237
1259
|
readonly CLUSTER_NAME: "CLUSTER_NAME";
|
|
1238
1260
|
readonly COVERAGE_STATUS: "COVERAGE_STATUS";
|
|
1261
|
+
readonly MANAGEMENT_TYPE: "MANAGEMENT_TYPE";
|
|
1239
1262
|
readonly RESOURCE_TYPE: "RESOURCE_TYPE";
|
|
1240
1263
|
};
|
|
1241
1264
|
/**
|
|
@@ -1778,7 +1801,7 @@ export interface CreateFilterRequest {
|
|
|
1778
1801
|
* </li>
|
|
1779
1802
|
* </ul>
|
|
1780
1803
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings.html#guardduty_findings-severity">Severity
|
|
1781
|
-
*
|
|
1804
|
+
* levels for GuardDuty findings</a>.</p>
|
|
1782
1805
|
* </li>
|
|
1783
1806
|
* <li>
|
|
1784
1807
|
* <p>type</p>
|
|
@@ -3123,12 +3146,32 @@ export interface OrganizationAdditionalConfigurationResult {
|
|
|
3123
3146
|
Name?: OrgFeatureAdditionalConfiguration | string;
|
|
3124
3147
|
/**
|
|
3125
3148
|
* @public
|
|
3126
|
-
* <p>Describes
|
|
3127
|
-
* member accounts within the organization
|
|
3128
|
-
*
|
|
3129
|
-
*
|
|
3130
|
-
*
|
|
3131
|
-
*
|
|
3149
|
+
* <p>Describes the status of the additional configuration that is configured for the
|
|
3150
|
+
* member accounts within the organization. One of the following
|
|
3151
|
+
* values is the status for the entire organization:</p>
|
|
3152
|
+
* <ul>
|
|
3153
|
+
* <li>
|
|
3154
|
+
* <p>
|
|
3155
|
+
* <code>NEW</code>: Indicates that when a new account joins the organization, they will
|
|
3156
|
+
* have the additional configuration enabled automatically. </p>
|
|
3157
|
+
* </li>
|
|
3158
|
+
* <li>
|
|
3159
|
+
* <p>
|
|
3160
|
+
* <code>ALL</code>: Indicates that all accounts in the organization have
|
|
3161
|
+
* the additional configuration
|
|
3162
|
+
* enabled automatically. This includes <code>NEW</code> accounts that join the organization
|
|
3163
|
+
* and accounts that may have been suspended or removed from the organization in
|
|
3164
|
+
* GuardDuty.</p>
|
|
3165
|
+
* <p>It may take up to 24 hours to update the configuration for all the member accounts.</p>
|
|
3166
|
+
* </li>
|
|
3167
|
+
* <li>
|
|
3168
|
+
* <p>
|
|
3169
|
+
* <code>NONE</code>: Indicates that the additional configuration will not be
|
|
3170
|
+
* automatically enabled for any
|
|
3171
|
+
* account in the organization. The administrator must manage the additional configuration
|
|
3172
|
+
* for each account individually.</p>
|
|
3173
|
+
* </li>
|
|
3174
|
+
* </ul>
|
|
3132
3175
|
*/
|
|
3133
3176
|
AutoEnable?: OrgFeatureStatus | string;
|
|
3134
3177
|
}
|
|
@@ -3161,12 +3204,29 @@ export interface OrganizationFeatureConfigurationResult {
|
|
|
3161
3204
|
Name?: OrgFeature | string;
|
|
3162
3205
|
/**
|
|
3163
3206
|
* @public
|
|
3164
|
-
* <p>Describes
|
|
3207
|
+
* <p>Describes the status of the feature that is configured for the member accounts within
|
|
3165
3208
|
* the organization.</p>
|
|
3166
|
-
* <
|
|
3167
|
-
*
|
|
3168
|
-
*
|
|
3169
|
-
*
|
|
3209
|
+
* <ul>
|
|
3210
|
+
* <li>
|
|
3211
|
+
* <p>
|
|
3212
|
+
* <code>NEW</code>: Indicates that when a new account joins the organization, they will
|
|
3213
|
+
* have the feature enabled automatically. </p>
|
|
3214
|
+
* </li>
|
|
3215
|
+
* <li>
|
|
3216
|
+
* <p>
|
|
3217
|
+
* <code>ALL</code>: Indicates that all accounts in the organization have the feature
|
|
3218
|
+
* enabled automatically. This includes <code>NEW</code> accounts that join the organization
|
|
3219
|
+
* and accounts that may have been suspended or removed from the organization in
|
|
3220
|
+
* GuardDuty.</p>
|
|
3221
|
+
* </li>
|
|
3222
|
+
* <li>
|
|
3223
|
+
* <p>
|
|
3224
|
+
* <code>NONE</code>: Indicates that the feature will not be automatically enabled for any
|
|
3225
|
+
* account in the organization. In this case, each account will be managed individually
|
|
3226
|
+
* by the
|
|
3227
|
+
* administrator.</p>
|
|
3228
|
+
* </li>
|
|
3229
|
+
* </ul>
|
|
3170
3230
|
*/
|
|
3171
3231
|
AutoEnable?: OrgFeatureStatus | string;
|
|
3172
3232
|
/**
|
|
@@ -3226,7 +3286,7 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
3226
3286
|
* </li>
|
|
3227
3287
|
* <li>
|
|
3228
3288
|
* <p>
|
|
3229
|
-
* <code>ALL</code>: Indicates that all accounts in the
|
|
3289
|
+
* <code>ALL</code>: Indicates that all accounts in the organization have GuardDuty
|
|
3230
3290
|
* enabled automatically. This includes <code>NEW</code> accounts that join the organization
|
|
3231
3291
|
* and accounts that may have been suspended or removed from the organization in
|
|
3232
3292
|
* GuardDuty.</p>
|
|
@@ -3234,8 +3294,8 @@ export interface DescribeOrganizationConfigurationResponse {
|
|
|
3234
3294
|
* <li>
|
|
3235
3295
|
* <p>
|
|
3236
3296
|
* <code>NONE</code>: Indicates that GuardDuty will not be automatically enabled for any
|
|
3237
|
-
*
|
|
3238
|
-
*
|
|
3297
|
+
* account in the organization. The administrator must manage GuardDuty for each account in
|
|
3298
|
+
* the organization individually.</p>
|
|
3239
3299
|
* </li>
|
|
3240
3300
|
* </ul>
|
|
3241
3301
|
*/
|
|
@@ -4164,8 +4224,8 @@ export interface KubernetesUserDetails {
|
|
|
4164
4224
|
Groups?: string[];
|
|
4165
4225
|
/**
|
|
4166
4226
|
* @public
|
|
4167
|
-
* <p>Entity that assumes the IAM role
|
|
4168
|
-
* role.</p>
|
|
4227
|
+
* <p>Entity that assumes the IAM role
|
|
4228
|
+
* when Kubernetes RBAC permissions are assigned to that role.</p>
|
|
4169
4229
|
*/
|
|
4170
4230
|
SessionName?: string[];
|
|
4171
4231
|
}
|
|
@@ -4270,8 +4330,8 @@ export interface LambdaDetails {
|
|
|
4270
4330
|
Description?: string;
|
|
4271
4331
|
/**
|
|
4272
4332
|
* @public
|
|
4273
|
-
* <p>The timestamp when the Lambda function was last modified. This field is in the UTC date
|
|
4274
|
-
*
|
|
4333
|
+
* <p>The timestamp when the Lambda function was last modified. This field is in the UTC date string
|
|
4334
|
+
* format <code>(2023-03-22T19:37:20.168Z)</code>.</p>
|
|
4275
4335
|
*/
|
|
4276
4336
|
LastModifiedAt?: Date;
|
|
4277
4337
|
/**
|
|
@@ -4297,7 +4357,7 @@ export interface LambdaDetails {
|
|
|
4297
4357
|
/**
|
|
4298
4358
|
* @public
|
|
4299
4359
|
* <p>A list of tags attached to this resource, listed in the format of
|
|
4300
|
-
*
|
|
4360
|
+
* <code>key</code>:<code>value</code> pair.</p>
|
|
4301
4361
|
*/
|
|
4302
4362
|
Tags?: Tag[];
|
|
4303
4363
|
}
|
|
@@ -4690,8 +4750,8 @@ export interface RuntimeContext {
|
|
|
4690
4750
|
ModifyingProcess?: ProcessDetails;
|
|
4691
4751
|
/**
|
|
4692
4752
|
* @public
|
|
4693
|
-
* <p>The timestamp at which the process modified the current process. The timestamp is in UTC
|
|
4694
|
-
*
|
|
4753
|
+
* <p>The timestamp at which the process modified the current process. The timestamp is in UTC date string
|
|
4754
|
+
* format.</p>
|
|
4695
4755
|
*/
|
|
4696
4756
|
ModifiedAt?: Date;
|
|
4697
4757
|
/**
|
|
@@ -4767,14 +4827,13 @@ export interface RuntimeContext {
|
|
|
4767
4827
|
ShellHistoryFilePath?: string;
|
|
4768
4828
|
/**
|
|
4769
4829
|
* @public
|
|
4770
|
-
* <p>Information about the process that had its memory overwritten by the current
|
|
4771
|
-
* process.</p>
|
|
4830
|
+
* <p>Information about the process that had its memory overwritten by the current process.</p>
|
|
4772
4831
|
*/
|
|
4773
4832
|
TargetProcess?: ProcessDetails;
|
|
4774
4833
|
/**
|
|
4775
4834
|
* @public
|
|
4776
|
-
* <p>Represents the communication protocol associated with the address. For example, the
|
|
4777
|
-
*
|
|
4835
|
+
* <p>Represents the communication protocol associated with the address. For example, the address
|
|
4836
|
+
* family <code>AF_INET</code> is used for IP version of 4 protocol.</p>
|
|
4778
4837
|
*/
|
|
4779
4838
|
AddressFamily?: string;
|
|
4780
4839
|
/**
|
|
@@ -6604,25 +6663,8 @@ export interface StartMalwareScanRequest {
|
|
|
6604
6663
|
export interface StartMalwareScanResponse {
|
|
6605
6664
|
/**
|
|
6606
6665
|
* @public
|
|
6607
|
-
* <p>A unique identifier that gets generated when you invoke the API without any error. Each
|
|
6608
|
-
*
|
|
6609
|
-
* your malware scan.</p>
|
|
6666
|
+
* <p>A unique identifier that gets generated when you invoke the API without any error. Each malware scan has
|
|
6667
|
+
* a corresponding scan ID. Using this scan ID, you can monitor the status of your malware scan.</p>
|
|
6610
6668
|
*/
|
|
6611
6669
|
ScanId?: string;
|
|
6612
6670
|
}
|
|
6613
|
-
/**
|
|
6614
|
-
* @public
|
|
6615
|
-
*/
|
|
6616
|
-
export interface StartMonitoringMembersRequest {
|
|
6617
|
-
/**
|
|
6618
|
-
* @public
|
|
6619
|
-
* <p>The unique ID of the detector of the GuardDuty administrator account associated with the
|
|
6620
|
-
* member accounts to monitor.</p>
|
|
6621
|
-
*/
|
|
6622
|
-
DetectorId: string | undefined;
|
|
6623
|
-
/**
|
|
6624
|
-
* @public
|
|
6625
|
-
* <p>A list of account IDs of the GuardDuty member accounts to start monitoring.</p>
|
|
6626
|
-
*/
|
|
6627
|
-
AccountIds: string[] | undefined;
|
|
6628
|
-
}
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
import { AutoEnableMembers, DataSourceConfigurations, DestinationProperties, DetectorFeatureConfiguration, EbsSnapshotPreservation, FeatureStatus, Feedback, FilterAction, FindingCriteria, FindingPublishingFrequency, OrgFeature, OrgFeatureAdditionalConfiguration, OrgFeatureStatus, ScanResourceCriteria, UnprocessedAccount } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export interface StartMonitoringMembersRequest {
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* <p>The unique ID of the detector of the GuardDuty administrator account associated with the
|
|
9
|
+
* member accounts to monitor.</p>
|
|
10
|
+
*/
|
|
11
|
+
DetectorId: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
* <p>A list of account IDs of the GuardDuty member accounts to start monitoring.</p>
|
|
15
|
+
*/
|
|
16
|
+
AccountIds: string[] | undefined;
|
|
17
|
+
}
|
|
2
18
|
/**
|
|
3
19
|
* @public
|
|
4
20
|
*/
|
|
@@ -454,7 +470,7 @@ export interface OrganizationDataSourceConfigurations {
|
|
|
454
470
|
}
|
|
455
471
|
/**
|
|
456
472
|
* @public
|
|
457
|
-
* <p>A list of additional configurations which will be configured for the organization
|
|
473
|
+
* <p>A list of additional configurations which will be configured for the organization. </p>
|
|
458
474
|
*/
|
|
459
475
|
export interface OrganizationAdditionalConfiguration {
|
|
460
476
|
/**
|
|
@@ -466,7 +482,31 @@ export interface OrganizationAdditionalConfiguration {
|
|
|
466
482
|
/**
|
|
467
483
|
* @public
|
|
468
484
|
* <p>The status of the additional configuration that will be configured for the
|
|
469
|
-
* organization
|
|
485
|
+
* organization. Use one of the following
|
|
486
|
+
* values to configure the feature status for the entire organization:</p>
|
|
487
|
+
* <ul>
|
|
488
|
+
* <li>
|
|
489
|
+
* <p>
|
|
490
|
+
* <code>NEW</code>: Indicates that when a new account joins the organization, they will
|
|
491
|
+
* have the additional configuration enabled automatically. </p>
|
|
492
|
+
* </li>
|
|
493
|
+
* <li>
|
|
494
|
+
* <p>
|
|
495
|
+
* <code>ALL</code>: Indicates that all accounts in the organization have
|
|
496
|
+
* the additional configuration
|
|
497
|
+
* enabled automatically. This includes <code>NEW</code> accounts that join the organization
|
|
498
|
+
* and accounts that may have been suspended or removed from the organization in
|
|
499
|
+
* GuardDuty.</p>
|
|
500
|
+
* <p>It may take up to 24 hours to update the configuration for all the member accounts.</p>
|
|
501
|
+
* </li>
|
|
502
|
+
* <li>
|
|
503
|
+
* <p>
|
|
504
|
+
* <code>NONE</code>: Indicates that the additional configuration will not be
|
|
505
|
+
* automatically enabled for any
|
|
506
|
+
* account in the organization. The administrator must manage the additional configuration
|
|
507
|
+
* for each account individually.</p>
|
|
508
|
+
* </li>
|
|
509
|
+
* </ul>
|
|
470
510
|
*/
|
|
471
511
|
AutoEnable?: OrgFeatureStatus | string;
|
|
472
512
|
}
|
|
@@ -482,7 +522,29 @@ export interface OrganizationFeatureConfiguration {
|
|
|
482
522
|
Name?: OrgFeature | string;
|
|
483
523
|
/**
|
|
484
524
|
* @public
|
|
485
|
-
* <p>The status of the feature that will be configured for the organization
|
|
525
|
+
* <p>The status of the feature that will be configured for the organization. Use one of the following
|
|
526
|
+
* values to configure the feature status for the entire organization:</p>
|
|
527
|
+
* <ul>
|
|
528
|
+
* <li>
|
|
529
|
+
* <p>
|
|
530
|
+
* <code>NEW</code>: Indicates that when a new account joins the organization, they will
|
|
531
|
+
* have the feature enabled automatically. </p>
|
|
532
|
+
* </li>
|
|
533
|
+
* <li>
|
|
534
|
+
* <p>
|
|
535
|
+
* <code>ALL</code>: Indicates that all accounts in the organization have the feature
|
|
536
|
+
* enabled automatically. This includes <code>NEW</code> accounts that join the organization
|
|
537
|
+
* and accounts that may have been suspended or removed from the organization in
|
|
538
|
+
* GuardDuty.</p>
|
|
539
|
+
* <p>It may take up to 24 hours to update the configuration for all the member accounts.</p>
|
|
540
|
+
* </li>
|
|
541
|
+
* <li>
|
|
542
|
+
* <p>
|
|
543
|
+
* <code>NONE</code>: Indicates that the feature will not be automatically enabled for any
|
|
544
|
+
* account in the organization. The administrator must manage the feature for each account
|
|
545
|
+
* individually.</p>
|
|
546
|
+
* </li>
|
|
547
|
+
* </ul>
|
|
486
548
|
*/
|
|
487
549
|
AutoEnable?: OrgFeatureStatus | string;
|
|
488
550
|
/**
|
|
@@ -506,7 +568,8 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
506
568
|
*
|
|
507
569
|
* <p>Indicates whether to automatically enable member accounts in the organization.</p>
|
|
508
570
|
* <p>Even though this is still supported, we recommend using
|
|
509
|
-
* <code>AutoEnableOrganizationMembers</code> to achieve the similar results
|
|
571
|
+
* <code>AutoEnableOrganizationMembers</code> to achieve the similar results. You must provide the
|
|
572
|
+
* value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>.</p>
|
|
510
573
|
*/
|
|
511
574
|
AutoEnable?: boolean;
|
|
512
575
|
/**
|
|
@@ -524,7 +587,10 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
524
587
|
/**
|
|
525
588
|
* @public
|
|
526
589
|
* <p>Indicates the auto-enablement configuration of GuardDuty for the member accounts in the
|
|
527
|
-
* organization.
|
|
590
|
+
* organization. You must provide a
|
|
591
|
+
* value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>. </p>
|
|
592
|
+
* <p>Use one of the
|
|
593
|
+
* following configuration values for <code>autoEnableOrganizationMembers</code>:</p>
|
|
528
594
|
* <ul>
|
|
529
595
|
* <li>
|
|
530
596
|
* <p>
|
|
@@ -533,16 +599,17 @@ export interface UpdateOrganizationConfigurationRequest {
|
|
|
533
599
|
* </li>
|
|
534
600
|
* <li>
|
|
535
601
|
* <p>
|
|
536
|
-
* <code>ALL</code>: Indicates that all accounts in the
|
|
602
|
+
* <code>ALL</code>: Indicates that all accounts in the organization have GuardDuty
|
|
537
603
|
* enabled automatically. This includes <code>NEW</code> accounts that join the organization
|
|
538
604
|
* and accounts that may have been suspended or removed from the organization in
|
|
539
605
|
* GuardDuty.</p>
|
|
606
|
+
* <p>It may take up to 24 hours to update the configuration for all the member accounts.</p>
|
|
540
607
|
* </li>
|
|
541
608
|
* <li>
|
|
542
609
|
* <p>
|
|
543
610
|
* <code>NONE</code>: Indicates that GuardDuty will not be automatically enabled for any
|
|
544
|
-
*
|
|
545
|
-
*
|
|
611
|
+
* account in the organization. The administrator must manage GuardDuty for each account in the organization
|
|
612
|
+
* individually.</p>
|
|
546
613
|
* </li>
|
|
547
614
|
* </ul>
|
|
548
615
|
*/
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GuardDutyClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
StartMonitoringMembersRequest,
|
|
16
|
+
StartMonitoringMembersResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface StartMonitoringMembersCommandInput
|
|
18
20
|
extends StartMonitoringMembersRequest {}
|
|
@@ -301,11 +301,18 @@ export declare const ResourceType: {
|
|
|
301
301
|
readonly EKS: "EKS";
|
|
302
302
|
};
|
|
303
303
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
304
|
+
export declare const ManagementType: {
|
|
305
|
+
readonly AUTO_MANAGED: "AUTO_MANAGED";
|
|
306
|
+
readonly MANUAL: "MANUAL";
|
|
307
|
+
};
|
|
308
|
+
export type ManagementType =
|
|
309
|
+
(typeof ManagementType)[keyof typeof ManagementType];
|
|
304
310
|
export interface CoverageEksClusterDetails {
|
|
305
311
|
ClusterName?: string;
|
|
306
312
|
CoveredNodes?: number;
|
|
307
313
|
CompatibleNodes?: number;
|
|
308
314
|
AddonDetails?: AddonDetails;
|
|
315
|
+
ManagementType?: ManagementType | string;
|
|
309
316
|
}
|
|
310
317
|
export interface CoverageFilterCondition {
|
|
311
318
|
Equals?: string[];
|
|
@@ -316,6 +323,7 @@ export declare const CoverageFilterCriterionKey: {
|
|
|
316
323
|
readonly ADDON_VERSION: "ADDON_VERSION";
|
|
317
324
|
readonly CLUSTER_NAME: "CLUSTER_NAME";
|
|
318
325
|
readonly COVERAGE_STATUS: "COVERAGE_STATUS";
|
|
326
|
+
readonly MANAGEMENT_TYPE: "MANAGEMENT_TYPE";
|
|
319
327
|
readonly RESOURCE_TYPE: "RESOURCE_TYPE";
|
|
320
328
|
};
|
|
321
329
|
export type CoverageFilterCriterionKey =
|
|
@@ -1567,7 +1575,3 @@ export interface StartMalwareScanRequest {
|
|
|
1567
1575
|
export interface StartMalwareScanResponse {
|
|
1568
1576
|
ScanId?: string;
|
|
1569
1577
|
}
|
|
1570
|
-
export interface StartMonitoringMembersRequest {
|
|
1571
|
-
DetectorId: string | undefined;
|
|
1572
|
-
AccountIds: string[] | undefined;
|
|
1573
|
-
}
|
|
@@ -15,6 +15,10 @@ import {
|
|
|
15
15
|
ScanResourceCriteria,
|
|
16
16
|
UnprocessedAccount,
|
|
17
17
|
} from "./models_0";
|
|
18
|
+
export interface StartMonitoringMembersRequest {
|
|
19
|
+
DetectorId: string | undefined;
|
|
20
|
+
AccountIds: string[] | undefined;
|
|
21
|
+
}
|
|
18
22
|
export interface StartMonitoringMembersResponse {
|
|
19
23
|
UnprocessedAccounts: UnprocessedAccount[] | undefined;
|
|
20
24
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-guardduty",
|
|
3
3
|
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.412.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|