@aws-sdk/client-auditmanager 3.289.0 → 3.292.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/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +15 -0
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +15 -0
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +15 -0
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +15 -0
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +15 -0
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +15 -0
- package/dist-types/commands/CreateAssessmentCommand.d.ts +21 -0
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +21 -0
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +15 -0
- package/dist-types/commands/CreateControlCommand.d.ts +21 -0
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +15 -0
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +15 -0
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +15 -0
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +15 -0
- package/dist-types/commands/DeleteControlCommand.d.ts +15 -0
- package/dist-types/commands/DeregisterAccountCommand.d.ts +15 -0
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +15 -0
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +15 -0
- package/dist-types/commands/GetAccountStatusCommand.d.ts +5 -0
- package/dist-types/commands/GetAssessmentCommand.d.ts +15 -0
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +15 -0
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +15 -0
- package/dist-types/commands/GetChangeLogsCommand.d.ts +15 -0
- package/dist-types/commands/GetControlCommand.d.ts +15 -0
- package/dist-types/commands/GetDelegationsCommand.d.ts +12 -0
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +15 -0
- package/dist-types/commands/GetEvidenceCommand.d.ts +15 -0
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +15 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +15 -0
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +15 -0
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +15 -0
- package/dist-types/commands/GetInsightsCommand.d.ts +9 -0
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +15 -0
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +12 -0
- package/dist-types/commands/GetSettingsCommand.d.ts +9 -0
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +15 -0
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +12 -0
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +12 -0
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +12 -0
- package/dist-types/commands/ListAssessmentsCommand.d.ts +12 -0
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +15 -0
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +15 -0
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +15 -0
- package/dist-types/commands/ListControlsCommand.d.ts +12 -0
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +12 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +12 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/RegisterAccountCommand.d.ts +18 -0
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +15 -0
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +15 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +15 -0
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +15 -0
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +15 -0
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +15 -0
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +21 -0
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +21 -0
- package/dist-types/commands/UpdateControlCommand.d.ts +15 -0
- package/dist-types/commands/UpdateSettingsCommand.d.ts +12 -0
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +15 -0
- package/package.json +35 -40
|
@@ -30,6 +30,21 @@ export interface GetEvidenceFolderCommandOutput extends GetEvidenceFolderRespons
|
|
|
30
30
|
* @see {@link GetEvidenceFolderCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
35
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
39
|
+
* later. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
33
48
|
*/
|
|
34
49
|
export declare class GetEvidenceFolderCommand extends $Command<GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
|
|
35
50
|
readonly input: GetEvidenceFolderCommandInput;
|
|
@@ -30,6 +30,21 @@ export interface GetEvidenceFoldersByAssessmentCommandOutput extends GetEvidence
|
|
|
30
30
|
* @see {@link GetEvidenceFoldersByAssessmentCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
35
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
39
|
+
* later. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
33
48
|
*/
|
|
34
49
|
export declare class GetEvidenceFoldersByAssessmentCommand extends $Command<GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
35
50
|
readonly input: GetEvidenceFoldersByAssessmentCommandInput;
|
|
@@ -30,6 +30,21 @@ export interface GetEvidenceFoldersByAssessmentControlCommandOutput extends GetE
|
|
|
30
30
|
* @see {@link GetEvidenceFoldersByAssessmentControlCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
35
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
39
|
+
* later. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
33
48
|
*/
|
|
34
49
|
export declare class GetEvidenceFoldersByAssessmentControlCommand extends $Command<GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
35
50
|
readonly input: GetEvidenceFoldersByAssessmentControlCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface GetInsightsByAssessmentCommandOutput extends GetInsightsByAsses
|
|
|
29
29
|
* @see {@link GetInsightsByAssessmentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class GetInsightsByAssessmentCommand extends $Command<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: GetInsightsByAssessmentCommandInput;
|
|
@@ -29,6 +29,15 @@ export interface GetInsightsCommandOutput extends GetInsightsResponse, __Metadat
|
|
|
29
29
|
* @see {@link GetInsightsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
32
41
|
*/
|
|
33
42
|
export declare class GetInsightsCommand extends $Command<GetInsightsCommandInput, GetInsightsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
43
|
readonly input: GetInsightsCommandInput;
|
|
@@ -30,6 +30,21 @@ export interface GetOrganizationAdminAccountCommandOutput extends GetOrganizatio
|
|
|
30
30
|
* @see {@link GetOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
35
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
39
|
+
* later. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
33
48
|
*/
|
|
34
49
|
export declare class GetOrganizationAdminAccountCommand extends $Command<GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
35
50
|
readonly input: GetOrganizationAdminAccountCommandInput;
|
|
@@ -31,6 +31,18 @@ export interface GetServicesInScopeCommandOutput extends GetServicesInScopeRespo
|
|
|
31
31
|
* @see {@link GetServicesInScopeCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
36
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
40
|
+
* later. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
34
46
|
*/
|
|
35
47
|
export declare class GetServicesInScopeCommand extends $Command<GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput, AuditManagerClientResolvedConfig> {
|
|
36
48
|
readonly input: GetServicesInScopeCommandInput;
|
|
@@ -29,6 +29,15 @@ export interface GetSettingsCommandOutput extends GetSettingsResponse, __Metadat
|
|
|
29
29
|
* @see {@link GetSettingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
*
|
|
32
41
|
*/
|
|
33
42
|
export declare class GetSettingsCommand extends $Command<GetSettingsCommandInput, GetSettingsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
43
|
readonly input: GetSettingsCommandInput;
|
|
@@ -36,6 +36,21 @@ export interface ListAssessmentControlInsightsByControlDomainCommandOutput exten
|
|
|
36
36
|
* @see {@link ListAssessmentControlInsightsByControlDomainCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
41
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
45
|
+
* later. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
39
54
|
*/
|
|
40
55
|
export declare class ListAssessmentControlInsightsByControlDomainCommand extends $Command<ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig> {
|
|
41
56
|
readonly input: ListAssessmentControlInsightsByControlDomainCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface ListAssessmentFrameworkShareRequestsCommandOutput extends ListA
|
|
|
29
29
|
* @see {@link ListAssessmentFrameworkShareRequestsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ValidationException} (client fault)
|
|
41
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class ListAssessmentFrameworkShareRequestsCommand extends $Command<ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
46
|
readonly input: ListAssessmentFrameworkShareRequestsCommandInput;
|
|
@@ -30,6 +30,18 @@ export interface ListAssessmentFrameworksCommandOutput extends ListAssessmentFra
|
|
|
30
30
|
* @see {@link ListAssessmentFrameworksCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
35
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
39
|
+
* later. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
33
45
|
*/
|
|
34
46
|
export declare class ListAssessmentFrameworksCommand extends $Command<ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput, AuditManagerClientResolvedConfig> {
|
|
35
47
|
readonly input: ListAssessmentFrameworksCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface ListAssessmentReportsCommandOutput extends ListAssessmentReport
|
|
|
29
29
|
* @see {@link ListAssessmentReportsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ValidationException} (client fault)
|
|
41
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class ListAssessmentReportsCommand extends $Command<ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
46
|
readonly input: ListAssessmentReportsCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface ListAssessmentsCommandOutput extends ListAssessmentsResponse, _
|
|
|
29
29
|
* @see {@link ListAssessmentsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ValidationException} (client fault)
|
|
41
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class ListAssessmentsCommand extends $Command<ListAssessmentsCommandInput, ListAssessmentsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
46
|
readonly input: ListAssessmentsCommandInput;
|
|
@@ -35,6 +35,21 @@ export interface ListControlDomainInsightsByAssessmentCommandOutput extends List
|
|
|
35
35
|
* @see {@link ListControlDomainInsightsByAssessmentCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
40
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
44
|
+
* later. </p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
38
53
|
*/
|
|
39
54
|
export declare class ListControlDomainInsightsByAssessmentCommand extends $Command<ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
40
55
|
readonly input: ListControlDomainInsightsByAssessmentCommandInput;
|
|
@@ -36,6 +36,21 @@ export interface ListControlDomainInsightsCommandOutput extends ListControlDomai
|
|
|
36
36
|
* @see {@link ListControlDomainInsightsCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
41
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
45
|
+
* later. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
39
54
|
*/
|
|
40
55
|
export declare class ListControlDomainInsightsCommand extends $Command<ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
41
56
|
readonly input: ListControlDomainInsightsCommandInput;
|
|
@@ -36,6 +36,21 @@ export interface ListControlInsightsByControlDomainCommandOutput extends ListCon
|
|
|
36
36
|
* @see {@link ListControlInsightsByControlDomainCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
41
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
45
|
+
* later. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
39
54
|
*/
|
|
40
55
|
export declare class ListControlInsightsByControlDomainCommand extends $Command<ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput, AuditManagerClientResolvedConfig> {
|
|
41
56
|
readonly input: ListControlInsightsByControlDomainCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface ListControlsCommandOutput extends ListControlsResponse, __Metad
|
|
|
29
29
|
* @see {@link ListControlsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ValidationException} (client fault)
|
|
41
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class ListControlsCommand extends $Command<ListControlsCommandInput, ListControlsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
46
|
readonly input: ListControlsCommandInput;
|
|
@@ -30,6 +30,18 @@ export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForD
|
|
|
30
30
|
* @see {@link ListKeywordsForDataSourceCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
35
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
39
|
+
* later. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
43
|
+
*
|
|
44
|
+
*
|
|
33
45
|
*/
|
|
34
46
|
export declare class ListKeywordsForDataSourceCommand extends $Command<ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
35
47
|
readonly input: ListKeywordsForDataSourceCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface ListNotificationsCommandOutput extends ListNotificationsRespons
|
|
|
29
29
|
* @see {@link ListNotificationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ValidationException} (client fault)
|
|
41
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
42
|
+
*
|
|
43
|
+
*
|
|
32
44
|
*/
|
|
33
45
|
export declare class ListNotificationsCommand extends $Command<ListNotificationsCommandInput, ListNotificationsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
46
|
readonly input: ListNotificationsCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
34
|
+
* later. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ValidationException} (client fault)
|
|
40
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
45
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface RegisterAccountCommandOutput extends RegisterAccountResponse, _
|
|
|
29
29
|
* @see {@link RegisterAccountCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class RegisterAccountCommand extends $Command<RegisterAccountCommandInput, RegisterAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
52
|
readonly input: RegisterAccountCommandInput;
|
|
@@ -30,6 +30,21 @@ export interface RegisterOrganizationAdminAccountCommandOutput extends RegisterO
|
|
|
30
30
|
* @see {@link RegisterOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
35
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link InternalServerException} (server fault)
|
|
38
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
39
|
+
* later. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
33
48
|
*/
|
|
34
49
|
export declare class RegisterOrganizationAdminAccountCommand extends $Command<RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
35
50
|
readonly input: RegisterOrganizationAdminAccountCommandInput;
|
|
@@ -65,6 +65,21 @@ export interface StartAssessmentFrameworkShareCommandOutput extends StartAssessm
|
|
|
65
65
|
* @see {@link StartAssessmentFrameworkShareCommandOutput} for command's `response` shape.
|
|
66
66
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
67
67
|
*
|
|
68
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
69
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
70
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
71
|
+
*
|
|
72
|
+
* @throws {@link InternalServerException} (server fault)
|
|
73
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
74
|
+
* later. </p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
77
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link ValidationException} (client fault)
|
|
80
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
81
|
+
*
|
|
82
|
+
*
|
|
68
83
|
*/
|
|
69
84
|
export declare class StartAssessmentFrameworkShareCommand extends $Command<StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig> {
|
|
70
85
|
readonly input: StartAssessmentFrameworkShareCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
34
|
+
* later. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ValidationException} (client fault)
|
|
40
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
45
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
34
|
+
* later. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
37
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ValidationException} (client fault)
|
|
40
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
45
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface UpdateAssessmentCommandOutput extends UpdateAssessmentResponse,
|
|
|
29
29
|
* @see {@link UpdateAssessmentCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class UpdateAssessmentCommand extends $Command<UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: UpdateAssessmentCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface UpdateAssessmentControlCommandOutput extends UpdateAssessmentCo
|
|
|
29
29
|
* @see {@link UpdateAssessmentControlCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class UpdateAssessmentControlCommand extends $Command<UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: UpdateAssessmentControlCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface UpdateAssessmentControlSetStatusCommandOutput extends UpdateAss
|
|
|
29
29
|
* @see {@link UpdateAssessmentControlSetStatusCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class UpdateAssessmentControlSetStatusCommand extends $Command<UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: UpdateAssessmentControlSetStatusCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface UpdateAssessmentFrameworkCommandOutput extends UpdateAssessment
|
|
|
29
29
|
* @see {@link UpdateAssessmentFrameworkCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
34
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
38
|
+
* later. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
32
47
|
*/
|
|
33
48
|
export declare class UpdateAssessmentFrameworkCommand extends $Command<UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: UpdateAssessmentFrameworkCommandInput;
|