@aws-sdk/client-auditmanager 3.289.0 → 3.290.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 +29 -29
|
@@ -30,6 +30,21 @@ export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends As
|
|
|
30
30
|
* @see {@link AssociateAssessmentReportEvidenceFolderCommandOutput} 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 AssociateAssessmentReportEvidenceFolderCommand extends $Command<AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
|
|
35
50
|
readonly input: AssociateAssessmentReportEvidenceFolderCommandInput;
|
|
@@ -30,6 +30,21 @@ export interface BatchAssociateAssessmentReportEvidenceCommandOutput extends Bat
|
|
|
30
30
|
* @see {@link BatchAssociateAssessmentReportEvidenceCommandOutput} 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 BatchAssociateAssessmentReportEvidenceCommand extends $Command<BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
35
50
|
readonly input: BatchAssociateAssessmentReportEvidenceCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface BatchCreateDelegationByAssessmentCommandOutput extends BatchCre
|
|
|
29
29
|
* @see {@link BatchCreateDelegationByAssessmentCommandOutput} 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 BatchCreateDelegationByAssessmentCommand extends $Command<BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: BatchCreateDelegationByAssessmentCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface BatchDeleteDelegationByAssessmentCommandOutput extends BatchDel
|
|
|
29
29
|
* @see {@link BatchDeleteDelegationByAssessmentCommandOutput} 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 BatchDeleteDelegationByAssessmentCommand extends $Command<BatchDeleteDelegationByAssessmentCommandInput, BatchDeleteDelegationByAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: BatchDeleteDelegationByAssessmentCommandInput;
|
|
@@ -30,6 +30,21 @@ export interface BatchDisassociateAssessmentReportEvidenceCommandOutput extends
|
|
|
30
30
|
* @see {@link BatchDisassociateAssessmentReportEvidenceCommandOutput} 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 BatchDisassociateAssessmentReportEvidenceCommand extends $Command<BatchDisassociateAssessmentReportEvidenceCommandInput, BatchDisassociateAssessmentReportEvidenceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
35
50
|
readonly input: BatchDisassociateAssessmentReportEvidenceCommandInput;
|
|
@@ -50,6 +50,21 @@ export interface BatchImportEvidenceToAssessmentControlCommandOutput extends Bat
|
|
|
50
50
|
* @see {@link BatchImportEvidenceToAssessmentControlCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
55
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InternalServerException} (server fault)
|
|
58
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
59
|
+
* later. </p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ValidationException} (client fault)
|
|
65
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
53
68
|
*/
|
|
54
69
|
export declare class BatchImportEvidenceToAssessmentControlCommand extends $Command<BatchImportEvidenceToAssessmentControlCommandInput, BatchImportEvidenceToAssessmentControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
55
70
|
readonly input: BatchImportEvidenceToAssessmentControlCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface CreateAssessmentCommandOutput extends CreateAssessmentResponse,
|
|
|
29
29
|
* @see {@link CreateAssessmentCommandOutput} 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 ServiceQuotaExceededException} (client fault)
|
|
44
|
+
* <p>You've reached your account quota for this resource type. To perform the requested
|
|
45
|
+
* action, delete some existing resources or <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">request a quota increase</a> from
|
|
46
|
+
* the Service Quotas console. For a list of Audit Manager service quotas, see <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html">Quotas and
|
|
47
|
+
* restrictions for Audit Manager</a>.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class CreateAssessmentCommand extends $Command<CreateAssessmentCommandInput, CreateAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
55
|
readonly input: CreateAssessmentCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface CreateAssessmentFrameworkCommandOutput extends CreateAssessment
|
|
|
29
29
|
* @see {@link CreateAssessmentFrameworkCommandOutput} 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 ServiceQuotaExceededException} (client fault)
|
|
44
|
+
* <p>You've reached your account quota for this resource type. To perform the requested
|
|
45
|
+
* action, delete some existing resources or <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">request a quota increase</a> from
|
|
46
|
+
* the Service Quotas console. For a list of Audit Manager service quotas, see <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html">Quotas and
|
|
47
|
+
* restrictions for Audit Manager</a>.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class CreateAssessmentFrameworkCommand extends $Command<CreateAssessmentFrameworkCommandInput, CreateAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
55
|
readonly input: CreateAssessmentFrameworkCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface CreateAssessmentReportCommandOutput extends CreateAssessmentRep
|
|
|
29
29
|
* @see {@link CreateAssessmentReportCommandOutput} 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 CreateAssessmentReportCommand extends $Command<CreateAssessmentReportCommandInput, CreateAssessmentReportCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: CreateAssessmentReportCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface CreateControlCommandOutput extends CreateControlResponse, __Met
|
|
|
29
29
|
* @see {@link CreateControlCommandOutput} 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 ServiceQuotaExceededException} (client fault)
|
|
44
|
+
* <p>You've reached your account quota for this resource type. To perform the requested
|
|
45
|
+
* action, delete some existing resources or <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">request a quota increase</a> from
|
|
46
|
+
* the Service Quotas console. For a list of Audit Manager service quotas, see <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html">Quotas and
|
|
47
|
+
* restrictions for Audit Manager</a>.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class CreateControlCommand extends $Command<CreateControlCommandInput, CreateControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
55
|
readonly input: CreateControlCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface DeleteAssessmentCommandOutput extends DeleteAssessmentResponse,
|
|
|
29
29
|
* @see {@link DeleteAssessmentCommandOutput} 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 DeleteAssessmentCommand extends $Command<DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: DeleteAssessmentCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface DeleteAssessmentFrameworkCommandOutput extends DeleteAssessment
|
|
|
29
29
|
* @see {@link DeleteAssessmentFrameworkCommandOutput} 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 DeleteAssessmentFrameworkCommand extends $Command<DeleteAssessmentFrameworkCommandInput, DeleteAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: DeleteAssessmentFrameworkCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface DeleteAssessmentFrameworkShareCommandOutput extends DeleteAsses
|
|
|
29
29
|
* @see {@link DeleteAssessmentFrameworkShareCommandOutput} 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 DeleteAssessmentFrameworkShareCommand extends $Command<DeleteAssessmentFrameworkShareCommandInput, DeleteAssessmentFrameworkShareCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: DeleteAssessmentFrameworkShareCommandInput;
|
|
@@ -50,6 +50,21 @@ export interface DeleteAssessmentReportCommandOutput extends DeleteAssessmentRep
|
|
|
50
50
|
* @see {@link DeleteAssessmentReportCommandOutput} for command's `response` shape.
|
|
51
51
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
52
52
|
*
|
|
53
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
55
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InternalServerException} (server fault)
|
|
58
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
59
|
+
* later. </p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ValidationException} (client fault)
|
|
65
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
66
|
+
*
|
|
67
|
+
*
|
|
53
68
|
*/
|
|
54
69
|
export declare class DeleteAssessmentReportCommand extends $Command<DeleteAssessmentReportCommandInput, DeleteAssessmentReportCommandOutput, AuditManagerClientResolvedConfig> {
|
|
55
70
|
readonly input: DeleteAssessmentReportCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface DeleteControlCommandOutput extends DeleteControlResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteControlCommandOutput} 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 DeleteControlCommand extends $Command<DeleteControlCommandInput, DeleteControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: DeleteControlCommandInput;
|
|
@@ -38,6 +38,21 @@ export interface DeregisterAccountCommandOutput extends DeregisterAccountRespons
|
|
|
38
38
|
* @see {@link DeregisterAccountCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
42
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
43
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
47
|
+
* later. </p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
41
56
|
*/
|
|
42
57
|
export declare class DeregisterAccountCommand extends $Command<DeregisterAccountCommandInput, DeregisterAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
43
58
|
readonly input: DeregisterAccountCommandInput;
|
|
@@ -88,6 +88,21 @@ export interface DeregisterOrganizationAdminAccountCommandOutput extends Deregis
|
|
|
88
88
|
* @see {@link DeregisterOrganizationAdminAccountCommandOutput} for command's `response` shape.
|
|
89
89
|
* @see {@link AuditManagerClientResolvedConfig | config} for AuditManagerClient's `config` shape.
|
|
90
90
|
*
|
|
91
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
92
|
+
* <p> Your account isn't registered with Audit Manager. Check the delegated
|
|
93
|
+
* administrator setup on the Audit Manager settings page, and try again. </p>
|
|
94
|
+
*
|
|
95
|
+
* @throws {@link InternalServerException} (server fault)
|
|
96
|
+
* <p> An internal service error occurred during the processing of your request. Try again
|
|
97
|
+
* later. </p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
100
|
+
* <p> The resource that's specified in the request can't be found. </p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ValidationException} (client fault)
|
|
103
|
+
* <p> The request has invalid or missing parameters. </p>
|
|
104
|
+
*
|
|
105
|
+
*
|
|
91
106
|
*/
|
|
92
107
|
export declare class DeregisterOrganizationAdminAccountCommand extends $Command<DeregisterOrganizationAdminAccountCommandInput, DeregisterOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig> {
|
|
93
108
|
readonly input: DeregisterOrganizationAdminAccountCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface DisassociateAssessmentReportEvidenceFolderCommandOutput extends
|
|
|
29
29
|
* @see {@link DisassociateAssessmentReportEvidenceFolderCommandOutput} 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 DisassociateAssessmentReportEvidenceFolderCommand extends $Command<DisassociateAssessmentReportEvidenceFolderCommandInput, DisassociateAssessmentReportEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: DisassociateAssessmentReportEvidenceFolderCommandInput;
|
|
@@ -29,6 +29,11 @@ export interface GetAccountStatusCommandOutput extends GetAccountStatusResponse,
|
|
|
29
29
|
* @see {@link GetAccountStatusCommandOutput} 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
|
+
*
|
|
32
37
|
*/
|
|
33
38
|
export declare class GetAccountStatusCommand extends $Command<GetAccountStatusCommandInput, GetAccountStatusCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
39
|
readonly input: GetAccountStatusCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface GetAssessmentCommandOutput extends GetAssessmentResponse, __Met
|
|
|
29
29
|
* @see {@link GetAssessmentCommandOutput} 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 GetAssessmentCommand extends $Command<GetAssessmentCommandInput, GetAssessmentCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: GetAssessmentCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface GetAssessmentFrameworkCommandOutput extends GetAssessmentFramew
|
|
|
29
29
|
* @see {@link GetAssessmentFrameworkCommandOutput} 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 GetAssessmentFrameworkCommand extends $Command<GetAssessmentFrameworkCommandInput, GetAssessmentFrameworkCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: GetAssessmentFrameworkCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface GetAssessmentReportUrlCommandOutput extends GetAssessmentReport
|
|
|
29
29
|
* @see {@link GetAssessmentReportUrlCommandOutput} 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 GetAssessmentReportUrlCommand extends $Command<GetAssessmentReportUrlCommandInput, GetAssessmentReportUrlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: GetAssessmentReportUrlCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface GetChangeLogsCommandOutput extends GetChangeLogsResponse, __Met
|
|
|
29
29
|
* @see {@link GetChangeLogsCommandOutput} 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 GetChangeLogsCommand extends $Command<GetChangeLogsCommandInput, GetChangeLogsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: GetChangeLogsCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface GetControlCommandOutput extends GetControlResponse, __MetadataB
|
|
|
29
29
|
* @see {@link GetControlCommandOutput} 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 GetControlCommand extends $Command<GetControlCommandInput, GetControlCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: GetControlCommandInput;
|
|
@@ -29,6 +29,18 @@ export interface GetDelegationsCommandOutput extends GetDelegationsResponse, __M
|
|
|
29
29
|
* @see {@link GetDelegationsCommandOutput} 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 GetDelegationsCommand extends $Command<GetDelegationsCommandInput, GetDelegationsCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
46
|
readonly input: GetDelegationsCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface GetEvidenceByEvidenceFolderCommandOutput extends GetEvidenceByE
|
|
|
29
29
|
* @see {@link GetEvidenceByEvidenceFolderCommandOutput} 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 GetEvidenceByEvidenceFolderCommand extends $Command<GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: GetEvidenceByEvidenceFolderCommandInput;
|
|
@@ -29,6 +29,21 @@ export interface GetEvidenceCommandOutput extends GetEvidenceResponse, __Metadat
|
|
|
29
29
|
* @see {@link GetEvidenceCommandOutput} 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 GetEvidenceCommand extends $Command<GetEvidenceCommandInput, GetEvidenceCommandOutput, AuditManagerClientResolvedConfig> {
|
|
34
49
|
readonly input: GetEvidenceCommandInput;
|