@aws-sdk/client-auditmanager 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/AuditManager.d.ts +62 -0
- package/dist-types/AuditManagerClient.d.ts +24 -4
- package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +16 -0
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +16 -0
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +16 -0
- package/dist-types/commands/CreateAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +16 -0
- package/dist-types/commands/CreateControlCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +16 -0
- package/dist-types/commands/DeleteControlCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterAccountCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +16 -0
- package/dist-types/commands/GetChangeLogsCommand.d.ts +16 -0
- package/dist-types/commands/GetControlCommand.d.ts +16 -0
- package/dist-types/commands/GetDelegationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +16 -0
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +16 -0
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +16 -0
- package/dist-types/commands/GetSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssessmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +16 -0
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +16 -0
- package/dist-types/commands/ListControlsCommand.d.ts +16 -0
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +16 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +16 -0
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +16 -0
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +16 -0
- package/dist-types/commands/UpdateControlCommand.d.ts +16 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +16 -0
- package/dist-types/models/AuditManagerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +499 -0
- package/dist-types/pagination/GetChangeLogsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetDelegationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentFrameworksPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListAssessmentsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +3 -0
- package/dist-types/pagination/ListControlsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListKeywordsForDataSourcePaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { ListAssessmentsRequest, ListAssessmentsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAssessmentsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAssessmentsCommandInput extends ListAssessmentsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAssessmentsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAssessmentsCommandOutput extends ListAssessmentsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns a list of current and past assessments from Audit Manager. </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 ListAssessmentsCommandOutput extends ListAssessmentsResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListAssessmentsCommandInput - {@link ListAssessmentsCommandInput}
|
|
34
|
+
* @returns {@link ListAssessmentsCommandOutput}
|
|
28
35
|
* @see {@link ListAssessmentsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListAssessmentsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface ListAssessmentsCommandOutput extends ListAssessmentsResponse, _
|
|
|
45
52
|
export declare class ListAssessmentsCommand extends $Command<ListAssessmentsCommandInput, ListAssessmentsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
46
53
|
readonly input: ListAssessmentsCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: ListAssessmentsCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssessmentsCommandInput, ListAssessmentsCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { ListControlDomainInsightsByAssessmentRequest, ListControlDomainInsightsByAssessmentResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListControlDomainInsightsByAssessmentCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListControlDomainInsightsByAssessmentCommandInput extends ListControlDomainInsightsByAssessmentRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListControlDomainInsightsByAssessmentCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListControlDomainInsightsByAssessmentCommandOutput extends ListControlDomainInsightsByAssessmentResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists analytics data for control domains within a specified active assessment.</p>
|
|
18
23
|
* <note>
|
|
19
24
|
* <p>A control domain is listed only if at least one of the controls within that domain
|
|
@@ -31,6 +36,8 @@ export interface ListControlDomainInsightsByAssessmentCommandOutput extends List
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param ListControlDomainInsightsByAssessmentCommandInput - {@link ListControlDomainInsightsByAssessmentCommandInput}
|
|
40
|
+
* @returns {@link ListControlDomainInsightsByAssessmentCommandOutput}
|
|
34
41
|
* @see {@link ListControlDomainInsightsByAssessmentCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link ListControlDomainInsightsByAssessmentCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface ListControlDomainInsightsByAssessmentCommandOutput extends List
|
|
|
54
61
|
export declare class ListControlDomainInsightsByAssessmentCommand extends $Command<ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
55
62
|
readonly input: ListControlDomainInsightsByAssessmentCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: ListControlDomainInsightsByAssessmentCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { ListControlDomainInsightsRequest, ListControlDomainInsightsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListControlDomainInsightsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListControlDomainInsightsCommandInput extends ListControlDomainInsightsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListControlDomainInsightsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListControlDomainInsightsCommandOutput extends ListControlDomainInsightsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the latest analytics data for control domains across all of your active
|
|
18
23
|
* assessments. </p>
|
|
19
24
|
* <note>
|
|
@@ -32,6 +37,8 @@ export interface ListControlDomainInsightsCommandOutput extends ListControlDomai
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param ListControlDomainInsightsCommandInput - {@link ListControlDomainInsightsCommandInput}
|
|
41
|
+
* @returns {@link ListControlDomainInsightsCommandOutput}
|
|
35
42
|
* @see {@link ListControlDomainInsightsCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link ListControlDomainInsightsCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListControlDomainInsightsCommandOutput extends ListControlDomai
|
|
|
55
62
|
export declare class ListControlDomainInsightsCommand extends $Command<ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
56
63
|
readonly input: ListControlDomainInsightsCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListControlDomainInsightsCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { ListControlInsightsByControlDomainRequest, ListControlInsightsByControlDomainResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListControlInsightsByControlDomainCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListControlInsightsByControlDomainCommandInput extends ListControlInsightsByControlDomainRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListControlInsightsByControlDomainCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListControlInsightsByControlDomainCommandOutput extends ListControlInsightsByControlDomainResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Lists the latest analytics data for controls within a specific control domain across all
|
|
18
23
|
* active assessments.</p>
|
|
19
24
|
* <note>
|
|
@@ -32,6 +37,8 @@ export interface ListControlInsightsByControlDomainCommandOutput extends ListCon
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param ListControlInsightsByControlDomainCommandInput - {@link ListControlInsightsByControlDomainCommandInput}
|
|
41
|
+
* @returns {@link ListControlInsightsByControlDomainCommandOutput}
|
|
35
42
|
* @see {@link ListControlInsightsByControlDomainCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link ListControlInsightsByControlDomainCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface ListControlInsightsByControlDomainCommandOutput extends ListCon
|
|
|
55
62
|
export declare class ListControlInsightsByControlDomainCommand extends $Command<ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig> {
|
|
56
63
|
readonly input: ListControlInsightsByControlDomainCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: ListControlInsightsByControlDomainCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { ListControlsRequest, ListControlsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListControlsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListControlsCommandInput extends ListControlsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListControlsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListControlsCommandOutput extends ListControlsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns a list of controls from Audit Manager. </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 ListControlsCommandOutput extends ListControlsResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListControlsCommandInput - {@link ListControlsCommandInput}
|
|
34
|
+
* @returns {@link ListControlsCommandOutput}
|
|
28
35
|
* @see {@link ListControlsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListControlsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface ListControlsCommandOutput extends ListControlsResponse, __Metad
|
|
|
45
52
|
export declare class ListControlsCommand extends $Command<ListControlsCommandInput, ListControlsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
46
53
|
readonly input: ListControlsCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: ListControlsCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListControlsCommandInput, ListControlsCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { ListKeywordsForDataSourceRequest, ListKeywordsForDataSourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListKeywordsForDataSourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListKeywordsForDataSourceCommandInput extends ListKeywordsForDataSourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListKeywordsForDataSourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForDataSourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns a list of keywords that are pre-mapped to the specified control data source.
|
|
18
23
|
* </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForD
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param ListKeywordsForDataSourceCommandInput - {@link ListKeywordsForDataSourceCommandInput}
|
|
35
|
+
* @returns {@link ListKeywordsForDataSourceCommandOutput}
|
|
29
36
|
* @see {@link ListKeywordsForDataSourceCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link ListKeywordsForDataSourceCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForD
|
|
|
46
53
|
export declare class ListKeywordsForDataSourceCommand extends $Command<ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
47
54
|
readonly input: ListKeywordsForDataSourceCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: ListKeywordsForDataSourceCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { ListNotificationsRequest, ListNotificationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListNotificationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListNotificationsCommandInput extends ListNotificationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListNotificationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListNotificationsCommandOutput extends ListNotificationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns a list of all Audit Manager notifications. </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 ListNotificationsCommandOutput extends ListNotificationsRespons
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListNotificationsCommandInput - {@link ListNotificationsCommandInput}
|
|
34
|
+
* @returns {@link ListNotificationsCommandOutput}
|
|
28
35
|
* @see {@link ListNotificationsCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListNotificationsCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface ListNotificationsCommandOutput extends ListNotificationsRespons
|
|
|
45
52
|
export declare class ListNotificationsCommand extends $Command<ListNotificationsCommandInput, ListNotificationsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
46
53
|
readonly input: ListNotificationsCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: ListNotificationsCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotificationsCommandInput, ListNotificationsCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Returns a list of tags for the specified resource in Audit Manager. </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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
34
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
28
35
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
44
51
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
45
52
|
readonly input: ListTagsForResourceCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: ListTagsForResourceCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
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 { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { RegisterAccountRequest, RegisterAccountResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RegisterAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RegisterAccountCommandInput extends RegisterAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RegisterAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RegisterAccountCommandOutput extends RegisterAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Enables Audit Manager for the specified Amazon Web Services 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 RegisterAccountCommandOutput extends RegisterAccountResponse, _
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param RegisterAccountCommandInput - {@link RegisterAccountCommandInput}
|
|
34
|
+
* @returns {@link RegisterAccountCommandOutput}
|
|
28
35
|
* @see {@link RegisterAccountCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link RegisterAccountCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
|
|
|
51
58
|
export declare class RegisterAccountCommand extends $Command<RegisterAccountCommandInput, RegisterAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
52
59
|
readonly input: RegisterAccountCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: RegisterAccountCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterAccountCommandInput, RegisterAccountCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { RegisterOrganizationAdminAccountRequest, RegisterOrganizationAdminAccountResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RegisterOrganizationAdminAccountCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RegisterOrganizationAdminAccountCommandInput extends RegisterOrganizationAdminAccountRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RegisterOrganizationAdminAccountCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RegisterOrganizationAdminAccountCommandOutput extends RegisterOrganizationAdminAccountResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Enables an Amazon Web Services account within the organization as the delegated
|
|
18
23
|
* administrator for Audit Manager. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface RegisterOrganizationAdminAccountCommandOutput extends RegisterO
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param RegisterOrganizationAdminAccountCommandInput - {@link RegisterOrganizationAdminAccountCommandInput}
|
|
35
|
+
* @returns {@link RegisterOrganizationAdminAccountCommandOutput}
|
|
29
36
|
* @see {@link RegisterOrganizationAdminAccountCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link RegisterOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface RegisterOrganizationAdminAccountCommandOutput extends RegisterO
|
|
|
49
56
|
export declare class RegisterOrganizationAdminAccountCommand extends $Command<RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
50
57
|
readonly input: RegisterOrganizationAdminAccountCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: RegisterOrganizationAdminAccountCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { StartAssessmentFrameworkShareRequest, StartAssessmentFrameworkShareResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartAssessmentFrameworkShareCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartAssessmentFrameworkShareCommandInput extends StartAssessmentFrameworkShareRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartAssessmentFrameworkShareCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartAssessmentFrameworkShareCommandOutput extends StartAssessmentFrameworkShareResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Creates a share request for a custom framework in Audit Manager. </p>
|
|
18
23
|
* <p>The share request specifies a recipient and notifies them that a custom framework is
|
|
19
24
|
* available. Recipients have 120 days to accept or decline the request. If no action is
|
|
@@ -61,6 +66,8 @@ export interface StartAssessmentFrameworkShareCommandOutput extends StartAssessm
|
|
|
61
66
|
* const response = await client.send(command);
|
|
62
67
|
* ```
|
|
63
68
|
*
|
|
69
|
+
* @param StartAssessmentFrameworkShareCommandInput - {@link StartAssessmentFrameworkShareCommandInput}
|
|
70
|
+
* @returns {@link StartAssessmentFrameworkShareCommandOutput}
|
|
64
71
|
* @see {@link StartAssessmentFrameworkShareCommandInput} for command's `input` shape.
|
|
65
72
|
* @see {@link StartAssessmentFrameworkShareCommandOutput} for command's `response` shape.
|
|
66
73
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -84,11 +91,20 @@ export interface StartAssessmentFrameworkShareCommandOutput extends StartAssessm
|
|
|
84
91
|
export declare class StartAssessmentFrameworkShareCommand extends $Command<StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig> {
|
|
85
92
|
readonly input: StartAssessmentFrameworkShareCommandInput;
|
|
86
93
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
87
97
|
constructor(input: StartAssessmentFrameworkShareCommandInput);
|
|
88
98
|
/**
|
|
89
99
|
* @internal
|
|
90
100
|
*/
|
|
91
101
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput>;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
92
105
|
private serialize;
|
|
106
|
+
/**
|
|
107
|
+
* @internal
|
|
108
|
+
*/
|
|
93
109
|
private deserialize;
|
|
94
110
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Tags the specified resource in Audit Manager. </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 TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
34
|
+
* @returns {@link TagResourceCommandOutput}
|
|
28
35
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
@@ -44,11 +51,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
44
51
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
45
52
|
readonly input: TagResourceCommandInput;
|
|
46
53
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
47
57
|
constructor(input: TagResourceCommandInput);
|
|
48
58
|
/**
|
|
49
59
|
* @internal
|
|
50
60
|
*/
|
|
51
61
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
62
|
+
/**
|
|
63
|
+
* @internal
|
|
64
|
+
*/
|
|
52
65
|
private serialize;
|
|
66
|
+
/**
|
|
67
|
+
* @internal
|
|
68
|
+
*/
|
|
53
69
|
private deserialize;
|
|
54
70
|
}
|