@aws-sdk/client-guardduty 3.296.0 → 3.297.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/dist-types/GuardDuty.d.ts +66 -0
- package/dist-types/GuardDutyClient.d.ts +24 -4
- package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +16 -0
- package/dist-types/commands/AcceptInvitationCommand.d.ts +16 -0
- package/dist-types/commands/ArchiveFindingsCommand.d.ts +16 -0
- package/dist-types/commands/CreateDetectorCommand.d.ts +16 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +16 -0
- package/dist-types/commands/CreateIPSetCommand.d.ts +16 -0
- package/dist-types/commands/CreateMembersCommand.d.ts +16 -0
- package/dist-types/commands/CreatePublishingDestinationCommand.d.ts +16 -0
- package/dist-types/commands/CreateSampleFindingsCommand.d.ts +16 -0
- package/dist-types/commands/CreateThreatIntelSetCommand.d.ts +16 -0
- package/dist-types/commands/DeclineInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDetectorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIPSetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMembersCommand.d.ts +16 -0
- package/dist-types/commands/DeletePublishingDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteThreatIntelSetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMalwareScansCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribePublishingDestinationCommand.d.ts +16 -0
- package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateMembersCommand.d.ts +16 -0
- package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetAdministratorAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetDetectorCommand.d.ts +16 -0
- package/dist-types/commands/GetFilterCommand.d.ts +16 -0
- package/dist-types/commands/GetFindingsCommand.d.ts +16 -0
- package/dist-types/commands/GetFindingsStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/GetIPSetCommand.d.ts +16 -0
- package/dist-types/commands/GetInvitationsCountCommand.d.ts +16 -0
- package/dist-types/commands/GetMalwareScanSettingsCommand.d.ts +16 -0
- package/dist-types/commands/GetMasterAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetMemberDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/GetMembersCommand.d.ts +16 -0
- package/dist-types/commands/GetRemainingFreeTrialDaysCommand.d.ts +16 -0
- package/dist-types/commands/GetThreatIntelSetCommand.d.ts +16 -0
- package/dist-types/commands/GetUsageStatisticsCommand.d.ts +16 -0
- package/dist-types/commands/InviteMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +16 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +16 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +16 -0
- package/dist-types/commands/ListInvitationsCommand.d.ts +16 -0
- package/dist-types/commands/ListMembersCommand.d.ts +16 -0
- package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +16 -0
- package/dist-types/commands/ListPublishingDestinationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListThreatIntelSetsCommand.d.ts +16 -0
- package/dist-types/commands/StartMonitoringMembersCommand.d.ts +16 -0
- package/dist-types/commands/StopMonitoringMembersCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UnarchiveFindingsCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFilterCommand.d.ts +16 -0
- package/dist-types/commands/UpdateFindingsFeedbackCommand.d.ts +16 -0
- package/dist-types/commands/UpdateIPSetCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMalwareScanSettingsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMemberDetectorsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePublishingDestinationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateThreatIntelSetCommand.d.ts +16 -0
- package/dist-types/models/GuardDutyServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +618 -2
- package/dist-types/pagination/DescribeMalwareScansPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeOrganizationConfigurationPaginator.d.ts +3 -0
- package/dist-types/pagination/GetUsageStatisticsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListDetectorsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFiltersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFindingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListIPSetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInvitationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPublishingDestinationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListThreatIntelSetsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteInvitationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteInvitationsCommandInput extends DeleteInvitationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteInvitationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteInvitationsCommandOutput extends DeleteInvitationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes invitations sent to the current member account by Amazon Web Services accounts specified by their
|
|
18
23
|
* account IDs.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteInvitationsCommandInput - {@link DeleteInvitationsCommandInput}
|
|
35
|
+
* @returns {@link DeleteInvitationsCommandOutput}
|
|
29
36
|
* @see {@link DeleteInvitationsCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteInvitationsCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface DeleteInvitationsCommandOutput extends DeleteInvitationsRespons
|
|
|
41
48
|
export declare class DeleteInvitationsCommand extends $Command<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput, GuardDutyClientResolvedConfig> {
|
|
42
49
|
readonly input: DeleteInvitationsCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: DeleteInvitationsCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInvitationsCommandInput, DeleteInvitationsCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteMembersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteMembersCommandInput extends DeleteMembersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteMembersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes GuardDuty member accounts (to the current GuardDuty administrator account) specified by
|
|
18
23
|
* the account IDs.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DeleteMembersCommandInput - {@link DeleteMembersCommandInput}
|
|
35
|
+
* @returns {@link DeleteMembersCommandOutput}
|
|
29
36
|
* @see {@link DeleteMembersCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DeleteMembersCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __Met
|
|
|
41
48
|
export declare class DeleteMembersCommand extends $Command<DeleteMembersCommandInput, DeleteMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
42
49
|
readonly input: DeleteMembersCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: DeleteMembersCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteMembersCommandInput, DeleteMembersCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DeletePublishingDestinationRequest, DeletePublishingDestinationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeletePublishingDestinationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeletePublishingDestinationCommandInput extends DeletePublishingDestinationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeletePublishingDestinationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeletePublishingDestinationCommandOutput extends DeletePublishingDestinationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the publishing definition with the specified <code>destinationId</code>.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeletePublishingDestinationCommandOutput extends DeletePublishi
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeletePublishingDestinationCommandInput - {@link DeletePublishingDestinationCommandInput}
|
|
34
|
+
* @returns {@link DeletePublishingDestinationCommandOutput}
|
|
28
35
|
* @see {@link DeletePublishingDestinationCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeletePublishingDestinationCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DeletePublishingDestinationCommandOutput extends DeletePublishi
|
|
|
40
47
|
export declare class DeletePublishingDestinationCommand extends $Command<DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
41
48
|
readonly input: DeletePublishingDestinationCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DeletePublishingDestinationCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePublishingDestinationCommandInput, DeletePublishingDestinationCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DeleteThreatIntelSetRequest, DeleteThreatIntelSetResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteThreatIntelSetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteThreatIntelSetCommandInput extends DeleteThreatIntelSetRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteThreatIntelSetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteThreatIntelSetCommandOutput extends DeleteThreatIntelSetResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes the ThreatIntelSet specified by the ThreatIntelSet ID.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DeleteThreatIntelSetCommandOutput extends DeleteThreatIntelSetR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DeleteThreatIntelSetCommandInput - {@link DeleteThreatIntelSetCommandInput}
|
|
34
|
+
* @returns {@link DeleteThreatIntelSetCommandOutput}
|
|
28
35
|
* @see {@link DeleteThreatIntelSetCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DeleteThreatIntelSetCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DeleteThreatIntelSetCommandOutput extends DeleteThreatIntelSetR
|
|
|
40
47
|
export declare class DeleteThreatIntelSetCommand extends $Command<DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput, GuardDutyClientResolvedConfig> {
|
|
41
48
|
readonly input: DeleteThreatIntelSetCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DeleteThreatIntelSetCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteThreatIntelSetCommandInput, DeleteThreatIntelSetCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DescribeMalwareScansRequest, DescribeMalwareScansResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeMalwareScansCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeMalwareScansCommandInput extends DescribeMalwareScansRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeMalwareScansCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeMalwareScansCommandOutput extends DescribeMalwareScansResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns a list of malware scans. Each member account can view the malware scans for their
|
|
18
23
|
* own accounts. An administrator can view the malware scans for all the member accounts.</p>
|
|
19
24
|
* <p>There might be regional differences because some data sources might not be
|
|
@@ -29,6 +34,8 @@ export interface DescribeMalwareScansCommandOutput extends DescribeMalwareScansR
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DescribeMalwareScansCommandInput - {@link DescribeMalwareScansCommandInput}
|
|
38
|
+
* @returns {@link DescribeMalwareScansCommandOutput}
|
|
32
39
|
* @see {@link DescribeMalwareScansCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DescribeMalwareScansCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface DescribeMalwareScansCommandOutput extends DescribeMalwareScansR
|
|
|
44
51
|
export declare class DescribeMalwareScansCommand extends $Command<DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput, GuardDutyClientResolvedConfig> {
|
|
45
52
|
readonly input: DescribeMalwareScansCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: DescribeMalwareScansCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeMalwareScansCommandInput, DescribeMalwareScansCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DescribeOrganizationConfigurationRequest, DescribeOrganizationConfigurationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeOrganizationConfigurationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeOrganizationConfigurationCommandInput extends DescribeOrganizationConfigurationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeOrganizationConfigurationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeOrganizationConfigurationCommandOutput extends DescribeOrganizationConfigurationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about the account selected as the delegated administrator for
|
|
18
23
|
* GuardDuty.</p>
|
|
19
24
|
* <p>There might be regional differences because some data sources might not be
|
|
@@ -29,6 +34,8 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param DescribeOrganizationConfigurationCommandInput - {@link DescribeOrganizationConfigurationCommandInput}
|
|
38
|
+
* @returns {@link DescribeOrganizationConfigurationCommandOutput}
|
|
32
39
|
* @see {@link DescribeOrganizationConfigurationCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link DescribeOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
44
51
|
export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
45
52
|
readonly input: DescribeOrganizationConfigurationCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: DescribeOrganizationConfigurationCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DescribePublishingDestinationRequest, DescribePublishingDestinationResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribePublishingDestinationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribePublishingDestinationCommandInput extends DescribePublishingDestinationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribePublishingDestinationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribePublishingDestinationCommandOutput extends DescribePublishingDestinationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns information about the publishing destination specified by the provided
|
|
18
23
|
* <code>destinationId</code>.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DescribePublishingDestinationCommandOutput extends DescribePubl
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DescribePublishingDestinationCommandInput - {@link DescribePublishingDestinationCommandInput}
|
|
35
|
+
* @returns {@link DescribePublishingDestinationCommandOutput}
|
|
29
36
|
* @see {@link DescribePublishingDestinationCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DescribePublishingDestinationCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface DescribePublishingDestinationCommandOutput extends DescribePubl
|
|
|
41
48
|
export declare class DescribePublishingDestinationCommand extends $Command<DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput, GuardDutyClientResolvedConfig> {
|
|
42
49
|
readonly input: DescribePublishingDestinationCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: DescribePublishingDestinationCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePublishingDestinationCommandInput, DescribePublishingDestinationCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DisableOrganizationAdminAccountRequest, DisableOrganizationAdminAccountResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisableOrganizationAdminAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisableOrganizationAdminAccountCommandInput extends DisableOrganizationAdminAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisableOrganizationAdminAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrganizationAdminAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disables an Amazon Web Services account within the Organization as the GuardDuty delegated
|
|
18
23
|
* administrator.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param DisableOrganizationAdminAccountCommandInput - {@link DisableOrganizationAdminAccountCommandInput}
|
|
35
|
+
* @returns {@link DisableOrganizationAdminAccountCommandOutput}
|
|
29
36
|
* @see {@link DisableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link DisableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface DisableOrganizationAdminAccountCommandOutput extends DisableOrg
|
|
|
41
48
|
export declare class DisableOrganizationAdminAccountCommand extends $Command<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
42
49
|
readonly input: DisableOrganizationAdminAccountCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: DisableOrganizationAdminAccountCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DisassociateFromAdministratorAccountRequest, DisassociateFromAdministratorAccountResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateFromAdministratorAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateFromAdministratorAccountCommandInput extends DisassociateFromAdministratorAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateFromAdministratorAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateFromAdministratorAccountCommandOutput extends DisassociateFromAdministratorAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates the current GuardDuty member account from its administrator account.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisassociateFromAdministratorAccountCommandInput - {@link DisassociateFromAdministratorAccountCommandInput}
|
|
34
|
+
* @returns {@link DisassociateFromAdministratorAccountCommandOutput}
|
|
28
35
|
* @see {@link DisassociateFromAdministratorAccountCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisassociateFromAdministratorAccountCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DisassociateFromAdministratorAccountCommandOutput extends Disas
|
|
|
40
47
|
export declare class DisassociateFromAdministratorAccountCommand extends $Command<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
41
48
|
readonly input: DisassociateFromAdministratorAccountCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DisassociateFromAdministratorAccountCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFromAdministratorAccountCommandInput, DisassociateFromAdministratorAccountCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DisassociateFromMasterAccountRequest, DisassociateFromMasterAccountResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateFromMasterAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateFromMasterAccountCommandInput extends DisassociateFromMasterAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateFromMasterAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateFromMasterAccountCommandOutput extends DisassociateFromMasterAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* @deprecated
|
|
18
23
|
*
|
|
19
24
|
* <p>Disassociates the current GuardDuty member account from its administrator account.</p>
|
|
@@ -27,6 +32,8 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param DisassociateFromMasterAccountCommandInput - {@link DisassociateFromMasterAccountCommandInput}
|
|
36
|
+
* @returns {@link DisassociateFromMasterAccountCommandOutput}
|
|
30
37
|
* @see {@link DisassociateFromMasterAccountCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link DisassociateFromMasterAccountCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -42,11 +49,20 @@ export interface DisassociateFromMasterAccountCommandOutput extends Disassociate
|
|
|
42
49
|
export declare class DisassociateFromMasterAccountCommand extends $Command<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
43
50
|
readonly input: DisassociateFromMasterAccountCommandInput;
|
|
44
51
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
45
55
|
constructor(input: DisassociateFromMasterAccountCommandInput);
|
|
46
56
|
/**
|
|
47
57
|
* @internal
|
|
48
58
|
*/
|
|
49
59
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateFromMasterAccountCommandInput, DisassociateFromMasterAccountCommandOutput>;
|
|
60
|
+
/**
|
|
61
|
+
* @internal
|
|
62
|
+
*/
|
|
50
63
|
private serialize;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
51
67
|
private deserialize;
|
|
52
68
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { DisassociateMembersRequest, DisassociateMembersResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DisassociateMembersCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DisassociateMembersCommandInput extends DisassociateMembersRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DisassociateMembersCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DisassociateMembersCommandOutput extends DisassociateMembersResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Disassociates GuardDuty member accounts (to the current administrator account) specified by the account IDs.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param DisassociateMembersCommandInput - {@link DisassociateMembersCommandInput}
|
|
34
|
+
* @returns {@link DisassociateMembersCommandOutput}
|
|
28
35
|
* @see {@link DisassociateMembersCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link DisassociateMembersCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -40,11 +47,20 @@ export interface DisassociateMembersCommandOutput extends DisassociateMembersRes
|
|
|
40
47
|
export declare class DisassociateMembersCommand extends $Command<DisassociateMembersCommandInput, DisassociateMembersCommandOutput, GuardDutyClientResolvedConfig> {
|
|
41
48
|
readonly input: DisassociateMembersCommandInput;
|
|
42
49
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
43
53
|
constructor(input: DisassociateMembersCommandInput);
|
|
44
54
|
/**
|
|
45
55
|
* @internal
|
|
46
56
|
*/
|
|
47
57
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateMembersCommandInput, DisassociateMembersCommandOutput>;
|
|
58
|
+
/**
|
|
59
|
+
* @internal
|
|
60
|
+
*/
|
|
48
61
|
private serialize;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
49
65
|
private deserialize;
|
|
50
66
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GuardDutyClient";
|
|
5
5
|
import { EnableOrganizationAdminAccountRequest, EnableOrganizationAdminAccountResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link EnableOrganizationAdminAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface EnableOrganizationAdminAccountCommandInput extends EnableOrganizationAdminAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link EnableOrganizationAdminAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrganizationAdminAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Enables an Amazon Web Services account within the organization as the GuardDuty delegated
|
|
18
23
|
* administrator.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param EnableOrganizationAdminAccountCommandInput - {@link EnableOrganizationAdminAccountCommandInput}
|
|
35
|
+
* @returns {@link EnableOrganizationAdminAccountCommandOutput}
|
|
29
36
|
* @see {@link EnableOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link EnableOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link GuardDutyClientResolvedConfig | config} for GuardDutyClient's `config` shape.
|
|
@@ -41,11 +48,20 @@ export interface EnableOrganizationAdminAccountCommandOutput extends EnableOrgan
|
|
|
41
48
|
export declare class EnableOrganizationAdminAccountCommand extends $Command<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput, GuardDutyClientResolvedConfig> {
|
|
42
49
|
readonly input: EnableOrganizationAdminAccountCommandInput;
|
|
43
50
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
44
54
|
constructor(input: EnableOrganizationAdminAccountCommandInput);
|
|
45
55
|
/**
|
|
46
56
|
* @internal
|
|
47
57
|
*/
|
|
48
58
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GuardDutyClientResolvedConfig, options?: __HttpHandlerOptions): Handler<EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput>;
|
|
59
|
+
/**
|
|
60
|
+
* @internal
|
|
61
|
+
*/
|
|
49
62
|
private serialize;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
50
66
|
private deserialize;
|
|
51
67
|
}
|