@aws-sdk/client-guardduty 3.301.0 → 3.303.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 +25 -10
- package/dist-cjs/GuardDuty.js +30 -0
- package/dist-cjs/commands/GetCoverageStatisticsCommand.js +45 -0
- package/dist-cjs/commands/ListCoverageCommand.js +45 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +205 -198
- package/dist-cjs/pagination/ListCoveragePaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +462 -3
- package/dist-es/GuardDuty.js +30 -0
- package/dist-es/commands/GetCoverageStatisticsCommand.js +41 -0
- package/dist-es/commands/ListCoverageCommand.js +41 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +204 -197
- package/dist-es/pagination/ListCoveragePaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +455 -0
- package/dist-types/GuardDuty.d.ts +75 -47
- package/dist-types/GuardDutyClient.d.ts +13 -12
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +2 -1
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +2 -2
- package/dist-types/commands/CreateDetectorCommand.d.ts +7 -1
- package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +2 -2
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +2 -2
- package/dist-types/commands/DeleteMembersCommand.d.ts +5 -4
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +3 -2
- package/dist-types/commands/DisassociateMembersCommand.d.ts +5 -3
- package/dist-types/commands/GetCoverageStatisticsCommand.d.ts +90 -0
- package/dist-types/commands/GetMembersCommand.d.ts +2 -2
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +2 -1
- package/dist-types/commands/InviteMembersCommand.d.ts +2 -2
- package/dist-types/commands/ListCoverageCommand.d.ts +93 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListMembersCommand.d.ts +2 -1
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +2 -2
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +1 -2
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +3 -2
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDetectorCommand.d.ts +8 -2
- package/dist-types/commands/UpdateFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIPSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +8 -2
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +10 -4
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +1105 -691
- package/dist-types/models/models_1.d.ts +472 -0
- package/dist-types/pagination/ListCoveragePaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/GuardDuty.d.ts +34 -0
- package/dist-types/ts3.4/GuardDutyClient.d.ts +12 -0
- package/dist-types/ts3.4/commands/GetCoverageStatisticsCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateDetectorCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateFindingsFeedbackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMalwareScanSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMemberDetectorsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePublishingDestinationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateThreatIntelSetCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +396 -272
- package/dist-types/ts3.4/models/models_1.d.ts +133 -0
- package/dist-types/ts3.4/pagination/ListCoveragePaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
- package/package.json +34 -34
|
@@ -20,8 +20,8 @@ export interface InviteMembersCommandOutput extends InviteMembersResponse, __Met
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Invites other Amazon Web Services accounts (created as members of the current Amazon Web Services account by
|
|
23
|
-
* CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage
|
|
24
|
-
* accounts' findings on their behalf as the GuardDuty administrator account.</p>
|
|
23
|
+
* CreateMembers) to enable GuardDuty, and allow the current Amazon Web Services account to view and manage
|
|
24
|
+
* these accounts' findings on their behalf as the GuardDuty administrator account.</p>
|
|
25
25
|
* @example
|
|
26
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
27
27
|
* ```javascript
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
|
+
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
+
import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
9
|
+
* The input for {@link ListCoverageCommand}.
|
|
10
|
+
*/
|
|
11
|
+
export interface ListCoverageCommandInput extends ListCoverageRequest {
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
16
|
+
* The output of {@link ListCoverageCommand}.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListCoverageCommandOutput extends ListCoverageResponse, __MetadataBearer {
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* <p>Lists coverage details for your GuardDuty account. If you're a GuardDuty administrator, you can
|
|
23
|
+
* retrieve all resources associated with the active member accounts in your organization.</p>
|
|
24
|
+
* <p>Make sure the accounts have EKS Runtime Monitoring enabled and GuardDuty agent running on
|
|
25
|
+
* their EKS nodes.</p>
|
|
26
|
+
* @example
|
|
27
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
+
* ```javascript
|
|
29
|
+
* import { GuardDutyClient, ListCoverageCommand } from "@aws-sdk/client-guardduty"; // ES Modules import
|
|
30
|
+
* // const { GuardDutyClient, ListCoverageCommand } = require("@aws-sdk/client-guardduty"); // CommonJS import
|
|
31
|
+
* const client = new GuardDutyClient(config);
|
|
32
|
+
* const input = { // ListCoverageRequest
|
|
33
|
+
* DetectorId: "STRING_VALUE", // required
|
|
34
|
+
* NextToken: "STRING_VALUE",
|
|
35
|
+
* MaxResults: Number("int"),
|
|
36
|
+
* FilterCriteria: { // CoverageFilterCriteria
|
|
37
|
+
* FilterCriterion: [ // CoverageFilterCriterionList
|
|
38
|
+
* { // CoverageFilterCriterion
|
|
39
|
+
* CriterionKey: "ACCOUNT_ID" || "CLUSTER_NAME" || "RESOURCE_TYPE" || "COVERAGE_STATUS" || "ADDON_VERSION",
|
|
40
|
+
* FilterCondition: { // CoverageFilterCondition
|
|
41
|
+
* Equals: [ // Equals
|
|
42
|
+
* "STRING_VALUE",
|
|
43
|
+
* ],
|
|
44
|
+
* NotEquals: [ // NotEquals
|
|
45
|
+
* "STRING_VALUE",
|
|
46
|
+
* ],
|
|
47
|
+
* },
|
|
48
|
+
* },
|
|
49
|
+
* ],
|
|
50
|
+
* },
|
|
51
|
+
* SortCriteria: { // CoverageSortCriteria
|
|
52
|
+
* AttributeName: "ACCOUNT_ID" || "CLUSTER_NAME" || "COVERAGE_STATUS" || "ISSUE" || "ADDON_VERSION" || "UPDATED_AT",
|
|
53
|
+
* OrderBy: "ASC" || "DESC",
|
|
54
|
+
* },
|
|
55
|
+
* };
|
|
56
|
+
* const command = new ListCoverageCommand(input);
|
|
57
|
+
* const response = await client.send(command);
|
|
58
|
+
* ```
|
|
59
|
+
*
|
|
60
|
+
* @param ListCoverageCommandInput - {@link ListCoverageCommandInput}
|
|
61
|
+
* @returns {@link ListCoverageCommandOutput}
|
|
62
|
+
* @see {@link ListCoverageCommandInput} for command's `input` shape.
|
|
63
|
+
* @see {@link ListCoverageCommandOutput} for command's `response` shape.
|
|
64
|
+
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
65
|
+
*
|
|
66
|
+
* @throws {@link BadRequestException} (client fault)
|
|
67
|
+
* <p>A bad request exception object.</p>
|
|
68
|
+
*
|
|
69
|
+
* @throws {@link InternalServerErrorException} (server fault)
|
|
70
|
+
* <p>An internal server error exception object.</p>
|
|
71
|
+
*
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
74
|
+
export declare class ListCoverageCommand extends $Command<ListCoverageCommandInput, ListCoverageCommandOutput, GuardDutyClientResolvedConfig> {
|
|
75
|
+
readonly input: ListCoverageCommandInput;
|
|
76
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
constructor(input: ListCoverageCommandInput);
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
84
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCoverageCommandInput, ListCoverageCommandOutput>;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
88
|
+
private serialize;
|
|
89
|
+
/**
|
|
90
|
+
* @internal
|
|
91
|
+
*/
|
|
92
|
+
private deserialize;
|
|
93
|
+
}
|
|
@@ -20,8 +20,8 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Lists the IPSets of the GuardDuty service specified by the detector ID. If you use this
|
|
23
|
-
* operation from a member account, the IPSets returned are the IPSets from the associated
|
|
24
|
-
* account.</p>
|
|
23
|
+
* operation from a member account, the IPSets returned are the IPSets from the associated
|
|
24
|
+
* administrator account.</p>
|
|
25
25
|
* @example
|
|
26
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
27
27
|
* ```javascript
|
|
@@ -19,7 +19,8 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Lists details about all member accounts for the current GuardDuty administrator
|
|
22
|
+
* <p>Lists details about all member accounts for the current GuardDuty administrator
|
|
23
|
+
* account.</p>
|
|
23
24
|
* @example
|
|
24
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
25
26
|
* ```javascript
|
|
@@ -20,8 +20,8 @@ export interface ListThreatIntelSetsCommandOutput extends ListThreatIntelSetsRes
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID. If you
|
|
23
|
-
* use this operation from a member account, the ThreatIntelSets associated with the
|
|
24
|
-
* account are returned.</p>
|
|
23
|
+
* use this operation from a member account, the ThreatIntelSets associated with the
|
|
24
|
+
* administrator account are returned.</p>
|
|
25
25
|
* @example
|
|
26
26
|
* Use a bare-bones client and the command you need to make an API call.
|
|
27
27
|
* ```javascript
|
|
@@ -20,8 +20,7 @@ export interface StartMonitoringMembersCommandOutput extends StartMonitoringMemb
|
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
22
|
* <p>Turns on GuardDuty monitoring of the specified member accounts. Use this operation to
|
|
23
|
-
* restart monitoring of accounts that you stopped monitoring with the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_StopMonitoringMembers.html">StopMonitoringMembers</a>
|
|
24
|
-
* operation.</p>
|
|
23
|
+
* restart monitoring of accounts that you stopped monitoring with the <a href="https://docs.aws.amazon.com/guardduty/latest/APIReference/API_StopMonitoringMembers.html">StopMonitoringMembers</a> operation.</p>
|
|
25
24
|
* @example
|
|
26
25
|
* Use a bare-bones client and the command you need to make an API call.
|
|
27
26
|
* ```javascript
|
|
@@ -22,8 +22,9 @@ export interface StopMonitoringMembersCommandOutput extends StopMonitoringMember
|
|
|
22
22
|
* <p>Stops GuardDuty monitoring for the specified member accounts. Use the
|
|
23
23
|
* <code>StartMonitoringMembers</code> operation to restart monitoring for those
|
|
24
24
|
* accounts.</p>
|
|
25
|
-
* <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
|
|
26
|
-
*
|
|
25
|
+
* <p>With <code>autoEnableOrganizationMembers</code> configuration for your organization set to
|
|
26
|
+
* <code>ALL</code>, you'll receive an error if you attempt to stop monitoring the member
|
|
27
|
+
* accounts in your organization.</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,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/
|
|
5
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { UpdateDetectorRequest, UpdateDetectorResponse } from "../models/
|
|
5
|
+
import { UpdateDetectorRequest, UpdateDetectorResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -50,8 +50,14 @@ export interface UpdateDetectorCommandOutput extends UpdateDetectorResponse, __M
|
|
|
50
50
|
* },
|
|
51
51
|
* Features: [ // DetectorFeatureConfigurations
|
|
52
52
|
* { // DetectorFeatureConfiguration
|
|
53
|
-
* Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS",
|
|
53
|
+
* Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "EKS_RUNTIME_MONITORING",
|
|
54
54
|
* Status: "ENABLED" || "DISABLED",
|
|
55
|
+
* AdditionalConfiguration: [ // DetectorAdditionalConfigurations
|
|
56
|
+
* { // DetectorAdditionalConfiguration
|
|
57
|
+
* Name: "EKS_ADDON_MANAGEMENT",
|
|
58
|
+
* Status: "ENABLED" || "DISABLED",
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
55
61
|
* },
|
|
56
62
|
* ],
|
|
57
63
|
* };
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { UpdateFilterRequest, UpdateFilterResponse } from "../models/
|
|
5
|
+
import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { UpdateFindingsFeedbackRequest, UpdateFindingsFeedbackResponse } from "../models/
|
|
5
|
+
import { UpdateFindingsFeedbackRequest, UpdateFindingsFeedbackResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/
|
|
5
|
+
import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { UpdateMalwareScanSettingsRequest, UpdateMalwareScanSettingsResponse } from "../models/
|
|
5
|
+
import { UpdateMalwareScanSettingsRequest, UpdateMalwareScanSettingsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { UpdateMemberDetectorsRequest, UpdateMemberDetectorsResponse } from "../models/
|
|
5
|
+
import { UpdateMemberDetectorsRequest, UpdateMemberDetectorsResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -51,8 +51,14 @@ export interface UpdateMemberDetectorsCommandOutput extends UpdateMemberDetector
|
|
|
51
51
|
* },
|
|
52
52
|
* Features: [ // MemberFeaturesConfigurations
|
|
53
53
|
* { // MemberFeaturesConfiguration
|
|
54
|
-
* Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS",
|
|
54
|
+
* Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "EKS_RUNTIME_MONITORING",
|
|
55
55
|
* Status: "ENABLED" || "DISABLED",
|
|
56
|
+
* AdditionalConfiguration: [ // MemberAdditionalConfigurations
|
|
57
|
+
* { // MemberAdditionalConfiguration
|
|
58
|
+
* Name: "EKS_ADDON_MANAGEMENT",
|
|
59
|
+
* Status: "ENABLED" || "DISABLED",
|
|
60
|
+
* },
|
|
61
|
+
* ],
|
|
56
62
|
* },
|
|
57
63
|
* ],
|
|
58
64
|
* };
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/
|
|
5
|
+
import { UpdateOrganizationConfigurationRequest, UpdateOrganizationConfigurationResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -19,8 +19,8 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
|
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* @public
|
|
22
|
-
* <p>Configures the delegated administrator account with the provided values. You must provide
|
|
23
|
-
* <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>. </p>
|
|
22
|
+
* <p>Configures the delegated administrator account with the provided values. You must provide
|
|
23
|
+
* the value for either <code>autoEnableOrganizationMembers</code> or <code>autoEnable</code>. </p>
|
|
24
24
|
* <p>There might be regional differences because some data sources might not be
|
|
25
25
|
* available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more
|
|
26
26
|
* information, see <a href="https://docs.aws.amazon.com/guardduty/latest/ug/guardduty_regions.html">Regions and endpoints</a>.</p>
|
|
@@ -52,8 +52,14 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
|
|
|
52
52
|
* },
|
|
53
53
|
* Features: [ // OrganizationFeaturesConfigurations
|
|
54
54
|
* { // OrganizationFeatureConfiguration
|
|
55
|
-
* Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS",
|
|
55
|
+
* Name: "S3_DATA_EVENTS" || "EKS_AUDIT_LOGS" || "EBS_MALWARE_PROTECTION" || "RDS_LOGIN_EVENTS" || "EKS_RUNTIME_MONITORING",
|
|
56
56
|
* AutoEnable: "NEW" || "NONE",
|
|
57
|
+
* AdditionalConfiguration: [ // OrganizationAdditionalConfigurations
|
|
58
|
+
* { // OrganizationAdditionalConfiguration
|
|
59
|
+
* Name: "EKS_ADDON_MANAGEMENT",
|
|
60
|
+
* AutoEnable: "NEW" || "NONE",
|
|
61
|
+
* },
|
|
62
|
+
* ],
|
|
57
63
|
* },
|
|
58
64
|
* ],
|
|
59
65
|
* AutoEnableOrganizationMembers: "NEW" || "ALL" || "NONE",
|
|
@@ -2,7 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { UpdatePublishingDestinationRequest, UpdatePublishingDestinationResponse } from "../models/
|
|
5
|
+
import { UpdatePublishingDestinationRequest, UpdatePublishingDestinationResponse } from "../models/models_1";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
8
8
|
*
|
|
@@ -2,8 +2,7 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
|
-
import { UpdateThreatIntelSetRequest } from "../models/
|
|
6
|
-
import { UpdateThreatIntelSetResponse } from "../models/models_1";
|
|
5
|
+
import { UpdateThreatIntelSetRequest, UpdateThreatIntelSetResponse } from "../models/models_1";
|
|
7
6
|
/**
|
|
8
7
|
* @public
|
|
9
8
|
*
|
|
@@ -25,6 +25,7 @@ export * from "./DisassociateFromMasterAccountCommand";
|
|
|
25
25
|
export * from "./DisassociateMembersCommand";
|
|
26
26
|
export * from "./EnableOrganizationAdminAccountCommand";
|
|
27
27
|
export * from "./GetAdministratorAccountCommand";
|
|
28
|
+
export * from "./GetCoverageStatisticsCommand";
|
|
28
29
|
export * from "./GetDetectorCommand";
|
|
29
30
|
export * from "./GetFilterCommand";
|
|
30
31
|
export * from "./GetFindingsCommand";
|
|
@@ -39,6 +40,7 @@ export * from "./GetRemainingFreeTrialDaysCommand";
|
|
|
39
40
|
export * from "./GetThreatIntelSetCommand";
|
|
40
41
|
export * from "./GetUsageStatisticsCommand";
|
|
41
42
|
export * from "./InviteMembersCommand";
|
|
43
|
+
export * from "./ListCoverageCommand";
|
|
42
44
|
export * from "./ListDetectorsCommand";
|
|
43
45
|
export * from "./ListFiltersCommand";
|
|
44
46
|
export * from "./ListFindingsCommand";
|