@aws-sdk/client-auditmanager 3.278.0 → 3.281.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.
Files changed (63) hide show
  1. package/README.md +491 -0
  2. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +6 -0
  5. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +6 -0
  6. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +6 -0
  7. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateAssessmentCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateControlCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteAssessmentCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteControlCommand.d.ts +6 -0
  17. package/dist-types/commands/DeregisterAccountCommand.d.ts +6 -0
  18. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +6 -0
  19. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +6 -0
  20. package/dist-types/commands/GetAccountStatusCommand.d.ts +6 -0
  21. package/dist-types/commands/GetAssessmentCommand.d.ts +6 -0
  22. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +6 -0
  23. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +6 -0
  24. package/dist-types/commands/GetChangeLogsCommand.d.ts +6 -0
  25. package/dist-types/commands/GetControlCommand.d.ts +6 -0
  26. package/dist-types/commands/GetDelegationsCommand.d.ts +6 -0
  27. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +6 -0
  28. package/dist-types/commands/GetEvidenceCommand.d.ts +6 -0
  29. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +6 -0
  30. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +6 -0
  31. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +6 -0
  32. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +6 -0
  33. package/dist-types/commands/GetInsightsCommand.d.ts +6 -0
  34. package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +6 -0
  35. package/dist-types/commands/GetServicesInScopeCommand.d.ts +6 -0
  36. package/dist-types/commands/GetSettingsCommand.d.ts +6 -0
  37. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +6 -0
  38. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +6 -0
  39. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +6 -0
  40. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +6 -0
  41. package/dist-types/commands/ListAssessmentsCommand.d.ts +6 -0
  42. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +6 -0
  43. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +6 -0
  44. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +6 -0
  45. package/dist-types/commands/ListControlsCommand.d.ts +6 -0
  46. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +6 -0
  47. package/dist-types/commands/ListNotificationsCommand.d.ts +6 -0
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  49. package/dist-types/commands/RegisterAccountCommand.d.ts +6 -0
  50. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +6 -0
  51. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +6 -0
  52. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  53. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  54. package/dist-types/commands/UpdateAssessmentCommand.d.ts +6 -0
  55. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +6 -0
  56. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +6 -0
  57. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +6 -0
  58. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +6 -0
  59. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +6 -0
  60. package/dist-types/commands/UpdateControlCommand.d.ts +6 -0
  61. package/dist-types/commands/UpdateSettingsCommand.d.ts +6 -0
  62. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +6 -0
  63. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { CreateAssessmentReportRequest, CreateAssessmentReportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateAssessmentReportCommand}.
8
+ */
6
9
  export interface CreateAssessmentReportCommandInput extends CreateAssessmentReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateAssessmentReportCommand}.
13
+ */
8
14
  export interface CreateAssessmentReportCommandOutput extends CreateAssessmentReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { CreateControlRequest, CreateControlResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateControlCommand}.
8
+ */
6
9
  export interface CreateControlCommandInput extends CreateControlRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateControlCommand}.
13
+ */
8
14
  export interface CreateControlCommandOutput extends CreateControlResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { DeleteAssessmentRequest, DeleteAssessmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAssessmentCommand}.
8
+ */
6
9
  export interface DeleteAssessmentCommandInput extends DeleteAssessmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAssessmentCommand}.
13
+ */
8
14
  export interface DeleteAssessmentCommandOutput extends DeleteAssessmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { DeleteAssessmentFrameworkRequest, DeleteAssessmentFrameworkResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAssessmentFrameworkCommand}.
8
+ */
6
9
  export interface DeleteAssessmentFrameworkCommandInput extends DeleteAssessmentFrameworkRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAssessmentFrameworkCommand}.
13
+ */
8
14
  export interface DeleteAssessmentFrameworkCommandOutput extends DeleteAssessmentFrameworkResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { DeleteAssessmentFrameworkShareRequest, DeleteAssessmentFrameworkShareResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAssessmentFrameworkShareCommand}.
8
+ */
6
9
  export interface DeleteAssessmentFrameworkShareCommandInput extends DeleteAssessmentFrameworkShareRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAssessmentFrameworkShareCommand}.
13
+ */
8
14
  export interface DeleteAssessmentFrameworkShareCommandOutput extends DeleteAssessmentFrameworkShareResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { DeleteAssessmentReportRequest, DeleteAssessmentReportResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteAssessmentReportCommand}.
8
+ */
6
9
  export interface DeleteAssessmentReportCommandInput extends DeleteAssessmentReportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteAssessmentReportCommand}.
13
+ */
8
14
  export interface DeleteAssessmentReportCommandOutput extends DeleteAssessmentReportResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { DeleteControlRequest, DeleteControlResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteControlCommand}.
8
+ */
6
9
  export interface DeleteControlCommandInput extends DeleteControlRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteControlCommand}.
13
+ */
8
14
  export interface DeleteControlCommandOutput extends DeleteControlResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { DeregisterAccountRequest, DeregisterAccountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeregisterAccountCommand}.
8
+ */
6
9
  export interface DeregisterAccountCommandInput extends DeregisterAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeregisterAccountCommand}.
13
+ */
8
14
  export interface DeregisterAccountCommandOutput extends DeregisterAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { DeregisterOrganizationAdminAccountRequest, DeregisterOrganizationAdminAccountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeregisterOrganizationAdminAccountCommand}.
8
+ */
6
9
  export interface DeregisterOrganizationAdminAccountCommandInput extends DeregisterOrganizationAdminAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeregisterOrganizationAdminAccountCommand}.
13
+ */
8
14
  export interface DeregisterOrganizationAdminAccountCommandOutput extends DeregisterOrganizationAdminAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { DisassociateAssessmentReportEvidenceFolderRequest, DisassociateAssessmentReportEvidenceFolderResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DisassociateAssessmentReportEvidenceFolderCommand}.
8
+ */
6
9
  export interface DisassociateAssessmentReportEvidenceFolderCommandInput extends DisassociateAssessmentReportEvidenceFolderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DisassociateAssessmentReportEvidenceFolderCommand}.
13
+ */
8
14
  export interface DisassociateAssessmentReportEvidenceFolderCommandOutput extends DisassociateAssessmentReportEvidenceFolderResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetAccountStatusRequest, GetAccountStatusResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAccountStatusCommand}.
8
+ */
6
9
  export interface GetAccountStatusCommandInput extends GetAccountStatusRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccountStatusCommand}.
13
+ */
8
14
  export interface GetAccountStatusCommandOutput extends GetAccountStatusResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetAssessmentRequest, GetAssessmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAssessmentCommand}.
8
+ */
6
9
  export interface GetAssessmentCommandInput extends GetAssessmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAssessmentCommand}.
13
+ */
8
14
  export interface GetAssessmentCommandOutput extends GetAssessmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetAssessmentFrameworkRequest, GetAssessmentFrameworkResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAssessmentFrameworkCommand}.
8
+ */
6
9
  export interface GetAssessmentFrameworkCommandInput extends GetAssessmentFrameworkRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAssessmentFrameworkCommand}.
13
+ */
8
14
  export interface GetAssessmentFrameworkCommandOutput extends GetAssessmentFrameworkResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetAssessmentReportUrlRequest, GetAssessmentReportUrlResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAssessmentReportUrlCommand}.
8
+ */
6
9
  export interface GetAssessmentReportUrlCommandInput extends GetAssessmentReportUrlRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAssessmentReportUrlCommand}.
13
+ */
8
14
  export interface GetAssessmentReportUrlCommandOutput extends GetAssessmentReportUrlResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetChangeLogsRequest, GetChangeLogsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetChangeLogsCommand}.
8
+ */
6
9
  export interface GetChangeLogsCommandInput extends GetChangeLogsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetChangeLogsCommand}.
13
+ */
8
14
  export interface GetChangeLogsCommandOutput extends GetChangeLogsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetControlRequest, GetControlResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetControlCommand}.
8
+ */
6
9
  export interface GetControlCommandInput extends GetControlRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetControlCommand}.
13
+ */
8
14
  export interface GetControlCommandOutput extends GetControlResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetDelegationsRequest, GetDelegationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDelegationsCommand}.
8
+ */
6
9
  export interface GetDelegationsCommandInput extends GetDelegationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDelegationsCommand}.
13
+ */
8
14
  export interface GetDelegationsCommandOutput extends GetDelegationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetEvidenceByEvidenceFolderRequest, GetEvidenceByEvidenceFolderResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEvidenceByEvidenceFolderCommand}.
8
+ */
6
9
  export interface GetEvidenceByEvidenceFolderCommandInput extends GetEvidenceByEvidenceFolderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEvidenceByEvidenceFolderCommand}.
13
+ */
8
14
  export interface GetEvidenceByEvidenceFolderCommandOutput extends GetEvidenceByEvidenceFolderResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetEvidenceRequest, GetEvidenceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEvidenceCommand}.
8
+ */
6
9
  export interface GetEvidenceCommandInput extends GetEvidenceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEvidenceCommand}.
13
+ */
8
14
  export interface GetEvidenceCommandOutput extends GetEvidenceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetEvidenceFolderRequest, GetEvidenceFolderResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEvidenceFolderCommand}.
8
+ */
6
9
  export interface GetEvidenceFolderCommandInput extends GetEvidenceFolderRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEvidenceFolderCommand}.
13
+ */
8
14
  export interface GetEvidenceFolderCommandOutput extends GetEvidenceFolderResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetEvidenceFoldersByAssessmentRequest, GetEvidenceFoldersByAssessmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEvidenceFoldersByAssessmentCommand}.
8
+ */
6
9
  export interface GetEvidenceFoldersByAssessmentCommandInput extends GetEvidenceFoldersByAssessmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEvidenceFoldersByAssessmentCommand}.
13
+ */
8
14
  export interface GetEvidenceFoldersByAssessmentCommandOutput extends GetEvidenceFoldersByAssessmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetEvidenceFoldersByAssessmentControlRequest, GetEvidenceFoldersByAssessmentControlResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEvidenceFoldersByAssessmentControlCommand}.
8
+ */
6
9
  export interface GetEvidenceFoldersByAssessmentControlCommandInput extends GetEvidenceFoldersByAssessmentControlRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEvidenceFoldersByAssessmentControlCommand}.
13
+ */
8
14
  export interface GetEvidenceFoldersByAssessmentControlCommandOutput extends GetEvidenceFoldersByAssessmentControlResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetInsightsByAssessmentRequest, GetInsightsByAssessmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetInsightsByAssessmentCommand}.
8
+ */
6
9
  export interface GetInsightsByAssessmentCommandInput extends GetInsightsByAssessmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetInsightsByAssessmentCommand}.
13
+ */
8
14
  export interface GetInsightsByAssessmentCommandOutput extends GetInsightsByAssessmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetInsightsRequest, GetInsightsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetInsightsCommand}.
8
+ */
6
9
  export interface GetInsightsCommandInput extends GetInsightsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetInsightsCommand}.
13
+ */
8
14
  export interface GetInsightsCommandOutput extends GetInsightsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetOrganizationAdminAccountRequest, GetOrganizationAdminAccountResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetOrganizationAdminAccountCommand}.
8
+ */
6
9
  export interface GetOrganizationAdminAccountCommandInput extends GetOrganizationAdminAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetOrganizationAdminAccountCommand}.
13
+ */
8
14
  export interface GetOrganizationAdminAccountCommandOutput extends GetOrganizationAdminAccountResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetServicesInScopeRequest, GetServicesInScopeResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetServicesInScopeCommand}.
8
+ */
6
9
  export interface GetServicesInScopeCommandInput extends GetServicesInScopeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetServicesInScopeCommand}.
13
+ */
8
14
  export interface GetServicesInScopeCommandOutput extends GetServicesInScopeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { GetSettingsRequest, GetSettingsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSettingsCommand}.
8
+ */
6
9
  export interface GetSettingsCommandInput extends GetSettingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSettingsCommand}.
13
+ */
8
14
  export interface GetSettingsCommandOutput extends GetSettingsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListAssessmentControlInsightsByControlDomainRequest, ListAssessmentControlInsightsByControlDomainResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssessmentControlInsightsByControlDomainCommand}.
8
+ */
6
9
  export interface ListAssessmentControlInsightsByControlDomainCommandInput extends ListAssessmentControlInsightsByControlDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssessmentControlInsightsByControlDomainCommand}.
13
+ */
8
14
  export interface ListAssessmentControlInsightsByControlDomainCommandOutput extends ListAssessmentControlInsightsByControlDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListAssessmentFrameworkShareRequestsRequest, ListAssessmentFrameworkShareRequestsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssessmentFrameworkShareRequestsCommand}.
8
+ */
6
9
  export interface ListAssessmentFrameworkShareRequestsCommandInput extends ListAssessmentFrameworkShareRequestsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssessmentFrameworkShareRequestsCommand}.
13
+ */
8
14
  export interface ListAssessmentFrameworkShareRequestsCommandOutput extends ListAssessmentFrameworkShareRequestsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListAssessmentFrameworksRequest, ListAssessmentFrameworksResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssessmentFrameworksCommand}.
8
+ */
6
9
  export interface ListAssessmentFrameworksCommandInput extends ListAssessmentFrameworksRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssessmentFrameworksCommand}.
13
+ */
8
14
  export interface ListAssessmentFrameworksCommandOutput extends ListAssessmentFrameworksResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListAssessmentReportsRequest, ListAssessmentReportsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssessmentReportsCommand}.
8
+ */
6
9
  export interface ListAssessmentReportsCommandInput extends ListAssessmentReportsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssessmentReportsCommand}.
13
+ */
8
14
  export interface ListAssessmentReportsCommandOutput extends ListAssessmentReportsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListAssessmentsRequest, ListAssessmentsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListAssessmentsCommand}.
8
+ */
6
9
  export interface ListAssessmentsCommandInput extends ListAssessmentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListAssessmentsCommand}.
13
+ */
8
14
  export interface ListAssessmentsCommandOutput extends ListAssessmentsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListControlDomainInsightsByAssessmentRequest, ListControlDomainInsightsByAssessmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListControlDomainInsightsByAssessmentCommand}.
8
+ */
6
9
  export interface ListControlDomainInsightsByAssessmentCommandInput extends ListControlDomainInsightsByAssessmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListControlDomainInsightsByAssessmentCommand}.
13
+ */
8
14
  export interface ListControlDomainInsightsByAssessmentCommandOutput extends ListControlDomainInsightsByAssessmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListControlDomainInsightsRequest, ListControlDomainInsightsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListControlDomainInsightsCommand}.
8
+ */
6
9
  export interface ListControlDomainInsightsCommandInput extends ListControlDomainInsightsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListControlDomainInsightsCommand}.
13
+ */
8
14
  export interface ListControlDomainInsightsCommandOutput extends ListControlDomainInsightsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListControlInsightsByControlDomainRequest, ListControlInsightsByControlDomainResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListControlInsightsByControlDomainCommand}.
8
+ */
6
9
  export interface ListControlInsightsByControlDomainCommandInput extends ListControlInsightsByControlDomainRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListControlInsightsByControlDomainCommand}.
13
+ */
8
14
  export interface ListControlInsightsByControlDomainCommandOutput extends ListControlInsightsByControlDomainResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListControlsRequest, ListControlsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListControlsCommand}.
8
+ */
6
9
  export interface ListControlsCommandInput extends ListControlsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListControlsCommand}.
13
+ */
8
14
  export interface ListControlsCommandOutput extends ListControlsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListKeywordsForDataSourceRequest, ListKeywordsForDataSourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListKeywordsForDataSourceCommand}.
8
+ */
6
9
  export interface ListKeywordsForDataSourceCommandInput extends ListKeywordsForDataSourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListKeywordsForDataSourceCommand}.
13
+ */
8
14
  export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForDataSourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListNotificationsRequest, ListNotificationsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListNotificationsCommand}.
8
+ */
6
9
  export interface ListNotificationsCommandInput extends ListNotificationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListNotificationsCommand}.
13
+ */
8
14
  export interface ListNotificationsCommandOutput extends ListNotificationsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**