@aws-sdk/client-auditmanager 3.32.0 → 3.36.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/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/AuditManager.js +0 -1
- package/{dist/cjs → dist-cjs}/AuditManagerClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AssociateAssessmentReportEvidenceFolderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/BatchAssociateAssessmentReportEvidenceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/BatchCreateDelegationByAssessmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/BatchDeleteDelegationByAssessmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/BatchImportEvidenceToAssessmentControlCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateAssessmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateAssessmentFrameworkCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateAssessmentReportCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateControlCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAssessmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAssessmentFrameworkCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteAssessmentReportCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteControlCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeregisterAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeregisterOrganizationAdminAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAccountStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAssessmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAssessmentFrameworkCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetAssessmentReportUrlCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetChangeLogsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetControlCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetDelegationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetEvidenceByEvidenceFolderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetEvidenceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetEvidenceFolderCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetEvidenceFoldersByAssessmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetEvidenceFoldersByAssessmentControlCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetOrganizationAdminAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetServicesInScopeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetSettingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAssessmentFrameworksCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAssessmentReportsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAssessmentsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListControlsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListKeywordsForDataSourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListNotificationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterOrganizationAdminAccountCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateAssessmentCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateAssessmentControlCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateAssessmentControlSetStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateAssessmentFrameworkCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateAssessmentStatusCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateControlCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateSettingsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ValidateAssessmentReportIntegrityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/GetChangeLogsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/GetDelegationsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/GetEvidenceByEvidenceFolderPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/GetEvidenceFoldersByAssessmentControlPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/GetEvidenceFoldersByAssessmentPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAssessmentFrameworksPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAssessmentReportsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAssessmentsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListControlsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListKeywordsForDataSourcePaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListNotificationsPaginator.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +19 -20
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/AuditManager.js +1 -35
- package/dist-es/AuditManagerClient.js +37 -0
- package/{dist/es → dist-es}/commands/AssociateAssessmentReportEvidenceFolderCommand.js +4 -32
- package/{dist/es → dist-es}/commands/BatchAssociateAssessmentReportEvidenceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/BatchCreateDelegationByAssessmentCommand.js +4 -32
- package/{dist/es → dist-es}/commands/BatchDeleteDelegationByAssessmentCommand.js +4 -32
- package/{dist/es → dist-es}/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/BatchImportEvidenceToAssessmentControlCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateAssessmentCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateAssessmentFrameworkCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateAssessmentReportCommand.js +4 -32
- package/{dist/es → dist-es}/commands/CreateControlCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteAssessmentCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteAssessmentFrameworkCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteAssessmentReportCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteControlCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeregisterAccountCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeregisterOrganizationAdminAccountCommand.js +4 -37
- package/{dist/es → dist-es}/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetAccountStatusCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetAssessmentCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetAssessmentFrameworkCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetAssessmentReportUrlCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetChangeLogsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetControlCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetDelegationsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetEvidenceByEvidenceFolderCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetEvidenceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetEvidenceFolderCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetEvidenceFoldersByAssessmentCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetEvidenceFoldersByAssessmentControlCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetOrganizationAdminAccountCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetServicesInScopeCommand.js +4 -32
- package/{dist/es → dist-es}/commands/GetSettingsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListAssessmentFrameworksCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListAssessmentReportsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListAssessmentsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListControlsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListKeywordsForDataSourceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListNotificationsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/RegisterAccountCommand.js +4 -32
- package/{dist/es → dist-es}/commands/RegisterOrganizationAdminAccountCommand.js +4 -32
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateAssessmentCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateAssessmentControlCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateAssessmentControlSetStatusCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateAssessmentFrameworkCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateAssessmentStatusCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateControlCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateSettingsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ValidateAssessmentReportIntegrityCommand.js +4 -32
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -448
- package/{dist/es → dist-es}/pagination/GetChangeLogsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/GetDelegationsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/GetEvidenceByEvidenceFolderPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/GetEvidenceFoldersByAssessmentControlPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/GetEvidenceFoldersByAssessmentPaginator.js +16 -29
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListAssessmentFrameworksPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListAssessmentReportsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListAssessmentsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListControlsPaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListKeywordsForDataSourcePaginator.js +16 -29
- package/{dist/es → dist-es}/pagination/ListNotificationsPaginator.js +16 -29
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1209 -1215
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/AuditManager.d.ts +1 -1
- package/{dist/types → dist-types}/AuditManagerClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAssessmentFrameworkCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAssessmentReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAssessmentReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAccountStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAssessmentFrameworkCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAssessmentReportUrlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetChangeLogsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDelegationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetEvidenceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetEvidenceFolderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetOrganizationAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetServicesInScopeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssessmentFrameworksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssessmentReportsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAssessmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListControlsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListKeywordsForDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListNotificationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAssessmentControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAssessmentFrameworkCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAssessmentStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetChangeLogsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetDelegationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAssessmentFrameworksPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAssessmentReportsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAssessmentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListControlsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListKeywordsForDataSourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListNotificationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/AuditManager.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/AuditManagerClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateAssessmentReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeregisterAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAccountStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetChangeLogsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDelegationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetEvidenceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetEvidenceFolderCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetServicesInScopeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAssessmentReportsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListAssessmentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListControlsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListNotificationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RegisterAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAssessmentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateControlCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateSettingsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetChangeLogsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetDelegationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAssessmentFrameworksPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAssessmentReportsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAssessmentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListControlsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListKeywordsForDataSourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListNotificationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/AuditManager.ts +0 -2000
- package/AuditManagerClient.ts +0 -502
- package/commands/AssociateAssessmentReportEvidenceFolderCommand.ts +0 -111
- package/commands/BatchAssociateAssessmentReportEvidenceCommand.ts +0 -108
- package/commands/BatchCreateDelegationByAssessmentCommand.ts +0 -107
- package/commands/BatchDeleteDelegationByAssessmentCommand.ts +0 -107
- package/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts +0 -111
- package/commands/BatchImportEvidenceToAssessmentControlCommand.ts +0 -108
- package/commands/CreateAssessmentCommand.ts +0 -96
- package/commands/CreateAssessmentFrameworkCommand.ts +0 -99
- package/commands/CreateAssessmentReportCommand.ts +0 -96
- package/commands/CreateControlCommand.ts +0 -96
- package/commands/DeleteAssessmentCommand.ts +0 -96
- package/commands/DeleteAssessmentFrameworkCommand.ts +0 -99
- package/commands/DeleteAssessmentReportCommand.ts +0 -96
- package/commands/DeleteControlCommand.ts +0 -96
- package/commands/DeregisterAccountCommand.ts +0 -96
- package/commands/DeregisterOrganizationAdminAccountCommand.ts +0 -112
- package/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts +0 -111
- package/commands/GetAccountStatusCommand.ts +0 -96
- package/commands/GetAssessmentCommand.ts +0 -96
- package/commands/GetAssessmentFrameworkCommand.ts +0 -96
- package/commands/GetAssessmentReportUrlCommand.ts +0 -96
- package/commands/GetChangeLogsCommand.ts +0 -96
- package/commands/GetControlCommand.ts +0 -96
- package/commands/GetDelegationsCommand.ts +0 -96
- package/commands/GetEvidenceByEvidenceFolderCommand.ts +0 -101
- package/commands/GetEvidenceCommand.ts +0 -96
- package/commands/GetEvidenceFolderCommand.ts +0 -96
- package/commands/GetEvidenceFoldersByAssessmentCommand.ts +0 -104
- package/commands/GetEvidenceFoldersByAssessmentControlCommand.ts +0 -108
- package/commands/GetOrganizationAdminAccountCommand.ts +0 -101
- package/commands/GetServicesInScopeCommand.ts +0 -96
- package/commands/GetSettingsCommand.ts +0 -96
- package/commands/ListAssessmentFrameworksCommand.ts +0 -96
- package/commands/ListAssessmentReportsCommand.ts +0 -96
- package/commands/ListAssessmentsCommand.ts +0 -96
- package/commands/ListControlsCommand.ts +0 -96
- package/commands/ListKeywordsForDataSourceCommand.ts +0 -99
- package/commands/ListNotificationsCommand.ts +0 -96
- package/commands/ListTagsForResourceCommand.ts +0 -96
- package/commands/RegisterAccountCommand.ts +0 -96
- package/commands/RegisterOrganizationAdminAccountCommand.ts +0 -104
- package/commands/TagResourceCommand.ts +0 -96
- package/commands/UntagResourceCommand.ts +0 -96
- package/commands/UpdateAssessmentCommand.ts +0 -96
- package/commands/UpdateAssessmentControlCommand.ts +0 -96
- package/commands/UpdateAssessmentControlSetStatusCommand.ts +0 -104
- package/commands/UpdateAssessmentFrameworkCommand.ts +0 -99
- package/commands/UpdateAssessmentStatusCommand.ts +0 -96
- package/commands/UpdateControlCommand.ts +0 -96
- package/commands/UpdateSettingsCommand.ts +0 -96
- package/commands/ValidateAssessmentReportIntegrityCommand.ts +0 -107
- package/dist/cjs/AuditManager.js.map +0 -1
- package/dist/cjs/AuditManagerClient.js.map +0 -1
- package/dist/cjs/commands/AssociateAssessmentReportEvidenceFolderCommand.js.map +0 -1
- package/dist/cjs/commands/BatchAssociateAssessmentReportEvidenceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchCreateDelegationByAssessmentCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeleteDelegationByAssessmentCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDisassociateAssessmentReportEvidenceCommand.js.map +0 -1
- package/dist/cjs/commands/BatchImportEvidenceToAssessmentControlCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAssessmentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAssessmentFrameworkCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAssessmentReportCommand.js.map +0 -1
- package/dist/cjs/commands/CreateControlCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssessmentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssessmentFrameworkCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssessmentReportCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteControlCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DeregisterOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateAssessmentReportEvidenceFolderCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssessmentCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssessmentFrameworkCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssessmentReportUrlCommand.js.map +0 -1
- package/dist/cjs/commands/GetChangeLogsCommand.js.map +0 -1
- package/dist/cjs/commands/GetControlCommand.js.map +0 -1
- package/dist/cjs/commands/GetDelegationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetEvidenceByEvidenceFolderCommand.js.map +0 -1
- package/dist/cjs/commands/GetEvidenceCommand.js.map +0 -1
- package/dist/cjs/commands/GetEvidenceFolderCommand.js.map +0 -1
- package/dist/cjs/commands/GetEvidenceFoldersByAssessmentCommand.js.map +0 -1
- package/dist/cjs/commands/GetEvidenceFoldersByAssessmentControlCommand.js.map +0 -1
- package/dist/cjs/commands/GetOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetServicesInScopeCommand.js.map +0 -1
- package/dist/cjs/commands/GetSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssessmentFrameworksCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssessmentReportsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAssessmentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListControlsCommand.js.map +0 -1
- package/dist/cjs/commands/ListKeywordsForDataSourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListNotificationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterAccountCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssessmentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssessmentControlCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssessmentControlSetStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssessmentFrameworkCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAssessmentStatusCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateControlCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/ValidateAssessmentReportIntegrityCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetChangeLogsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetDelegationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetEvidenceByEvidenceFolderPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetEvidenceFoldersByAssessmentControlPaginator.js.map +0 -1
- package/dist/cjs/pagination/GetEvidenceFoldersByAssessmentPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAssessmentFrameworksPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssessmentReportsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAssessmentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListControlsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListKeywordsForDataSourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListNotificationsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/AuditManager.js.map +0 -1
- package/dist/es/AuditManagerClient.js +0 -76
- package/dist/es/AuditManagerClient.js.map +0 -1
- package/dist/es/commands/AssociateAssessmentReportEvidenceFolderCommand.js.map +0 -1
- package/dist/es/commands/BatchAssociateAssessmentReportEvidenceCommand.js.map +0 -1
- package/dist/es/commands/BatchCreateDelegationByAssessmentCommand.js.map +0 -1
- package/dist/es/commands/BatchDeleteDelegationByAssessmentCommand.js.map +0 -1
- package/dist/es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js.map +0 -1
- package/dist/es/commands/BatchImportEvidenceToAssessmentControlCommand.js.map +0 -1
- package/dist/es/commands/CreateAssessmentCommand.js.map +0 -1
- package/dist/es/commands/CreateAssessmentFrameworkCommand.js.map +0 -1
- package/dist/es/commands/CreateAssessmentReportCommand.js.map +0 -1
- package/dist/es/commands/CreateControlCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssessmentCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssessmentFrameworkCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssessmentReportCommand.js.map +0 -1
- package/dist/es/commands/DeleteControlCommand.js.map +0 -1
- package/dist/es/commands/DeregisterAccountCommand.js.map +0 -1
- package/dist/es/commands/DeregisterOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js.map +0 -1
- package/dist/es/commands/GetAccountStatusCommand.js.map +0 -1
- package/dist/es/commands/GetAssessmentCommand.js.map +0 -1
- package/dist/es/commands/GetAssessmentFrameworkCommand.js.map +0 -1
- package/dist/es/commands/GetAssessmentReportUrlCommand.js.map +0 -1
- package/dist/es/commands/GetChangeLogsCommand.js.map +0 -1
- package/dist/es/commands/GetControlCommand.js.map +0 -1
- package/dist/es/commands/GetDelegationsCommand.js.map +0 -1
- package/dist/es/commands/GetEvidenceByEvidenceFolderCommand.js.map +0 -1
- package/dist/es/commands/GetEvidenceCommand.js.map +0 -1
- package/dist/es/commands/GetEvidenceFolderCommand.js.map +0 -1
- package/dist/es/commands/GetEvidenceFoldersByAssessmentCommand.js.map +0 -1
- package/dist/es/commands/GetEvidenceFoldersByAssessmentControlCommand.js.map +0 -1
- package/dist/es/commands/GetOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/GetServicesInScopeCommand.js.map +0 -1
- package/dist/es/commands/GetSettingsCommand.js.map +0 -1
- package/dist/es/commands/ListAssessmentFrameworksCommand.js.map +0 -1
- package/dist/es/commands/ListAssessmentReportsCommand.js.map +0 -1
- package/dist/es/commands/ListAssessmentsCommand.js.map +0 -1
- package/dist/es/commands/ListControlsCommand.js.map +0 -1
- package/dist/es/commands/ListKeywordsForDataSourceCommand.js.map +0 -1
- package/dist/es/commands/ListNotificationsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RegisterAccountCommand.js.map +0 -1
- package/dist/es/commands/RegisterOrganizationAdminAccountCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssessmentCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssessmentControlCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssessmentControlSetStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssessmentFrameworkCommand.js.map +0 -1
- package/dist/es/commands/UpdateAssessmentStatusCommand.js.map +0 -1
- package/dist/es/commands/UpdateControlCommand.js.map +0 -1
- package/dist/es/commands/UpdateSettingsCommand.js.map +0 -1
- package/dist/es/commands/ValidateAssessmentReportIntegrityCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -67
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetChangeLogsPaginator.js.map +0 -1
- package/dist/es/pagination/GetDelegationsPaginator.js.map +0 -1
- package/dist/es/pagination/GetEvidenceByEvidenceFolderPaginator.js.map +0 -1
- package/dist/es/pagination/GetEvidenceFoldersByAssessmentControlPaginator.js.map +0 -1
- package/dist/es/pagination/GetEvidenceFoldersByAssessmentPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAssessmentFrameworksPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssessmentReportsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAssessmentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListControlsPaginator.js.map +0 -1
- package/dist/es/pagination/ListKeywordsForDataSourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListNotificationsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -5175
- package/pagination/GetChangeLogsPaginator.ts +0 -58
- package/pagination/GetDelegationsPaginator.ts +0 -58
- package/pagination/GetEvidenceByEvidenceFolderPaginator.ts +0 -58
- package/pagination/GetEvidenceFoldersByAssessmentControlPaginator.ts +0 -58
- package/pagination/GetEvidenceFoldersByAssessmentPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAssessmentFrameworksPaginator.ts +0 -58
- package/pagination/ListAssessmentReportsPaginator.ts +0 -58
- package/pagination/ListAssessmentsPaginator.ts +0 -58
- package/pagination/ListControlsPaginator.ts +0 -58
- package/pagination/ListKeywordsForDataSourcePaginator.ts +0 -58
- package/pagination/ListNotificationsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -7353
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/AuditManagerClient.ts
DELETED
|
@@ -1,502 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
AssociateAssessmentReportEvidenceFolderCommandInput,
|
|
3
|
-
AssociateAssessmentReportEvidenceFolderCommandOutput,
|
|
4
|
-
} from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
5
|
-
import {
|
|
6
|
-
BatchAssociateAssessmentReportEvidenceCommandInput,
|
|
7
|
-
BatchAssociateAssessmentReportEvidenceCommandOutput,
|
|
8
|
-
} from "./commands/BatchAssociateAssessmentReportEvidenceCommand";
|
|
9
|
-
import {
|
|
10
|
-
BatchCreateDelegationByAssessmentCommandInput,
|
|
11
|
-
BatchCreateDelegationByAssessmentCommandOutput,
|
|
12
|
-
} from "./commands/BatchCreateDelegationByAssessmentCommand";
|
|
13
|
-
import {
|
|
14
|
-
BatchDeleteDelegationByAssessmentCommandInput,
|
|
15
|
-
BatchDeleteDelegationByAssessmentCommandOutput,
|
|
16
|
-
} from "./commands/BatchDeleteDelegationByAssessmentCommand";
|
|
17
|
-
import {
|
|
18
|
-
BatchDisassociateAssessmentReportEvidenceCommandInput,
|
|
19
|
-
BatchDisassociateAssessmentReportEvidenceCommandOutput,
|
|
20
|
-
} from "./commands/BatchDisassociateAssessmentReportEvidenceCommand";
|
|
21
|
-
import {
|
|
22
|
-
BatchImportEvidenceToAssessmentControlCommandInput,
|
|
23
|
-
BatchImportEvidenceToAssessmentControlCommandOutput,
|
|
24
|
-
} from "./commands/BatchImportEvidenceToAssessmentControlCommand";
|
|
25
|
-
import { CreateAssessmentCommandInput, CreateAssessmentCommandOutput } from "./commands/CreateAssessmentCommand";
|
|
26
|
-
import {
|
|
27
|
-
CreateAssessmentFrameworkCommandInput,
|
|
28
|
-
CreateAssessmentFrameworkCommandOutput,
|
|
29
|
-
} from "./commands/CreateAssessmentFrameworkCommand";
|
|
30
|
-
import {
|
|
31
|
-
CreateAssessmentReportCommandInput,
|
|
32
|
-
CreateAssessmentReportCommandOutput,
|
|
33
|
-
} from "./commands/CreateAssessmentReportCommand";
|
|
34
|
-
import { CreateControlCommandInput, CreateControlCommandOutput } from "./commands/CreateControlCommand";
|
|
35
|
-
import { DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput } from "./commands/DeleteAssessmentCommand";
|
|
36
|
-
import {
|
|
37
|
-
DeleteAssessmentFrameworkCommandInput,
|
|
38
|
-
DeleteAssessmentFrameworkCommandOutput,
|
|
39
|
-
} from "./commands/DeleteAssessmentFrameworkCommand";
|
|
40
|
-
import {
|
|
41
|
-
DeleteAssessmentReportCommandInput,
|
|
42
|
-
DeleteAssessmentReportCommandOutput,
|
|
43
|
-
} from "./commands/DeleteAssessmentReportCommand";
|
|
44
|
-
import { DeleteControlCommandInput, DeleteControlCommandOutput } from "./commands/DeleteControlCommand";
|
|
45
|
-
import { DeregisterAccountCommandInput, DeregisterAccountCommandOutput } from "./commands/DeregisterAccountCommand";
|
|
46
|
-
import {
|
|
47
|
-
DeregisterOrganizationAdminAccountCommandInput,
|
|
48
|
-
DeregisterOrganizationAdminAccountCommandOutput,
|
|
49
|
-
} from "./commands/DeregisterOrganizationAdminAccountCommand";
|
|
50
|
-
import {
|
|
51
|
-
DisassociateAssessmentReportEvidenceFolderCommandInput,
|
|
52
|
-
DisassociateAssessmentReportEvidenceFolderCommandOutput,
|
|
53
|
-
} from "./commands/DisassociateAssessmentReportEvidenceFolderCommand";
|
|
54
|
-
import { GetAccountStatusCommandInput, GetAccountStatusCommandOutput } from "./commands/GetAccountStatusCommand";
|
|
55
|
-
import { GetAssessmentCommandInput, GetAssessmentCommandOutput } from "./commands/GetAssessmentCommand";
|
|
56
|
-
import {
|
|
57
|
-
GetAssessmentFrameworkCommandInput,
|
|
58
|
-
GetAssessmentFrameworkCommandOutput,
|
|
59
|
-
} from "./commands/GetAssessmentFrameworkCommand";
|
|
60
|
-
import {
|
|
61
|
-
GetAssessmentReportUrlCommandInput,
|
|
62
|
-
GetAssessmentReportUrlCommandOutput,
|
|
63
|
-
} from "./commands/GetAssessmentReportUrlCommand";
|
|
64
|
-
import { GetChangeLogsCommandInput, GetChangeLogsCommandOutput } from "./commands/GetChangeLogsCommand";
|
|
65
|
-
import { GetControlCommandInput, GetControlCommandOutput } from "./commands/GetControlCommand";
|
|
66
|
-
import { GetDelegationsCommandInput, GetDelegationsCommandOutput } from "./commands/GetDelegationsCommand";
|
|
67
|
-
import {
|
|
68
|
-
GetEvidenceByEvidenceFolderCommandInput,
|
|
69
|
-
GetEvidenceByEvidenceFolderCommandOutput,
|
|
70
|
-
} from "./commands/GetEvidenceByEvidenceFolderCommand";
|
|
71
|
-
import { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "./commands/GetEvidenceCommand";
|
|
72
|
-
import { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "./commands/GetEvidenceFolderCommand";
|
|
73
|
-
import {
|
|
74
|
-
GetEvidenceFoldersByAssessmentCommandInput,
|
|
75
|
-
GetEvidenceFoldersByAssessmentCommandOutput,
|
|
76
|
-
} from "./commands/GetEvidenceFoldersByAssessmentCommand";
|
|
77
|
-
import {
|
|
78
|
-
GetEvidenceFoldersByAssessmentControlCommandInput,
|
|
79
|
-
GetEvidenceFoldersByAssessmentControlCommandOutput,
|
|
80
|
-
} from "./commands/GetEvidenceFoldersByAssessmentControlCommand";
|
|
81
|
-
import {
|
|
82
|
-
GetOrganizationAdminAccountCommandInput,
|
|
83
|
-
GetOrganizationAdminAccountCommandOutput,
|
|
84
|
-
} from "./commands/GetOrganizationAdminAccountCommand";
|
|
85
|
-
import { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "./commands/GetServicesInScopeCommand";
|
|
86
|
-
import { GetSettingsCommandInput, GetSettingsCommandOutput } from "./commands/GetSettingsCommand";
|
|
87
|
-
import {
|
|
88
|
-
ListAssessmentFrameworksCommandInput,
|
|
89
|
-
ListAssessmentFrameworksCommandOutput,
|
|
90
|
-
} from "./commands/ListAssessmentFrameworksCommand";
|
|
91
|
-
import {
|
|
92
|
-
ListAssessmentReportsCommandInput,
|
|
93
|
-
ListAssessmentReportsCommandOutput,
|
|
94
|
-
} from "./commands/ListAssessmentReportsCommand";
|
|
95
|
-
import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "./commands/ListAssessmentsCommand";
|
|
96
|
-
import { ListControlsCommandInput, ListControlsCommandOutput } from "./commands/ListControlsCommand";
|
|
97
|
-
import {
|
|
98
|
-
ListKeywordsForDataSourceCommandInput,
|
|
99
|
-
ListKeywordsForDataSourceCommandOutput,
|
|
100
|
-
} from "./commands/ListKeywordsForDataSourceCommand";
|
|
101
|
-
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
|
|
102
|
-
import {
|
|
103
|
-
ListTagsForResourceCommandInput,
|
|
104
|
-
ListTagsForResourceCommandOutput,
|
|
105
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
106
|
-
import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "./commands/RegisterAccountCommand";
|
|
107
|
-
import {
|
|
108
|
-
RegisterOrganizationAdminAccountCommandInput,
|
|
109
|
-
RegisterOrganizationAdminAccountCommandOutput,
|
|
110
|
-
} from "./commands/RegisterOrganizationAdminAccountCommand";
|
|
111
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
112
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
113
|
-
import { UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput } from "./commands/UpdateAssessmentCommand";
|
|
114
|
-
import {
|
|
115
|
-
UpdateAssessmentControlCommandInput,
|
|
116
|
-
UpdateAssessmentControlCommandOutput,
|
|
117
|
-
} from "./commands/UpdateAssessmentControlCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdateAssessmentControlSetStatusCommandInput,
|
|
120
|
-
UpdateAssessmentControlSetStatusCommandOutput,
|
|
121
|
-
} from "./commands/UpdateAssessmentControlSetStatusCommand";
|
|
122
|
-
import {
|
|
123
|
-
UpdateAssessmentFrameworkCommandInput,
|
|
124
|
-
UpdateAssessmentFrameworkCommandOutput,
|
|
125
|
-
} from "./commands/UpdateAssessmentFrameworkCommand";
|
|
126
|
-
import {
|
|
127
|
-
UpdateAssessmentStatusCommandInput,
|
|
128
|
-
UpdateAssessmentStatusCommandOutput,
|
|
129
|
-
} from "./commands/UpdateAssessmentStatusCommand";
|
|
130
|
-
import { UpdateControlCommandInput, UpdateControlCommandOutput } from "./commands/UpdateControlCommand";
|
|
131
|
-
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
132
|
-
import {
|
|
133
|
-
ValidateAssessmentReportIntegrityCommandInput,
|
|
134
|
-
ValidateAssessmentReportIntegrityCommandOutput,
|
|
135
|
-
} from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
136
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
137
|
-
import {
|
|
138
|
-
EndpointsInputConfig,
|
|
139
|
-
EndpointsResolvedConfig,
|
|
140
|
-
RegionInputConfig,
|
|
141
|
-
RegionResolvedConfig,
|
|
142
|
-
resolveEndpointsConfig,
|
|
143
|
-
resolveRegionConfig,
|
|
144
|
-
} from "@aws-sdk/config-resolver";
|
|
145
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
146
|
-
import {
|
|
147
|
-
HostHeaderInputConfig,
|
|
148
|
-
HostHeaderResolvedConfig,
|
|
149
|
-
getHostHeaderPlugin,
|
|
150
|
-
resolveHostHeaderConfig,
|
|
151
|
-
} from "@aws-sdk/middleware-host-header";
|
|
152
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
153
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
154
|
-
import {
|
|
155
|
-
AwsAuthInputConfig,
|
|
156
|
-
AwsAuthResolvedConfig,
|
|
157
|
-
getAwsAuthPlugin,
|
|
158
|
-
resolveAwsAuthConfig,
|
|
159
|
-
} from "@aws-sdk/middleware-signing";
|
|
160
|
-
import {
|
|
161
|
-
UserAgentInputConfig,
|
|
162
|
-
UserAgentResolvedConfig,
|
|
163
|
-
getUserAgentPlugin,
|
|
164
|
-
resolveUserAgentConfig,
|
|
165
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
166
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
167
|
-
import {
|
|
168
|
-
Client as __Client,
|
|
169
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
170
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
171
|
-
} from "@aws-sdk/smithy-client";
|
|
172
|
-
import {
|
|
173
|
-
Provider,
|
|
174
|
-
RegionInfoProvider,
|
|
175
|
-
Credentials as __Credentials,
|
|
176
|
-
Decoder as __Decoder,
|
|
177
|
-
Encoder as __Encoder,
|
|
178
|
-
Hash as __Hash,
|
|
179
|
-
HashConstructor as __HashConstructor,
|
|
180
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
181
|
-
Logger as __Logger,
|
|
182
|
-
Provider as __Provider,
|
|
183
|
-
StreamCollector as __StreamCollector,
|
|
184
|
-
UrlParser as __UrlParser,
|
|
185
|
-
UserAgent as __UserAgent,
|
|
186
|
-
} from "@aws-sdk/types";
|
|
187
|
-
|
|
188
|
-
export type ServiceInputTypes =
|
|
189
|
-
| AssociateAssessmentReportEvidenceFolderCommandInput
|
|
190
|
-
| BatchAssociateAssessmentReportEvidenceCommandInput
|
|
191
|
-
| BatchCreateDelegationByAssessmentCommandInput
|
|
192
|
-
| BatchDeleteDelegationByAssessmentCommandInput
|
|
193
|
-
| BatchDisassociateAssessmentReportEvidenceCommandInput
|
|
194
|
-
| BatchImportEvidenceToAssessmentControlCommandInput
|
|
195
|
-
| CreateAssessmentCommandInput
|
|
196
|
-
| CreateAssessmentFrameworkCommandInput
|
|
197
|
-
| CreateAssessmentReportCommandInput
|
|
198
|
-
| CreateControlCommandInput
|
|
199
|
-
| DeleteAssessmentCommandInput
|
|
200
|
-
| DeleteAssessmentFrameworkCommandInput
|
|
201
|
-
| DeleteAssessmentReportCommandInput
|
|
202
|
-
| DeleteControlCommandInput
|
|
203
|
-
| DeregisterAccountCommandInput
|
|
204
|
-
| DeregisterOrganizationAdminAccountCommandInput
|
|
205
|
-
| DisassociateAssessmentReportEvidenceFolderCommandInput
|
|
206
|
-
| GetAccountStatusCommandInput
|
|
207
|
-
| GetAssessmentCommandInput
|
|
208
|
-
| GetAssessmentFrameworkCommandInput
|
|
209
|
-
| GetAssessmentReportUrlCommandInput
|
|
210
|
-
| GetChangeLogsCommandInput
|
|
211
|
-
| GetControlCommandInput
|
|
212
|
-
| GetDelegationsCommandInput
|
|
213
|
-
| GetEvidenceByEvidenceFolderCommandInput
|
|
214
|
-
| GetEvidenceCommandInput
|
|
215
|
-
| GetEvidenceFolderCommandInput
|
|
216
|
-
| GetEvidenceFoldersByAssessmentCommandInput
|
|
217
|
-
| GetEvidenceFoldersByAssessmentControlCommandInput
|
|
218
|
-
| GetOrganizationAdminAccountCommandInput
|
|
219
|
-
| GetServicesInScopeCommandInput
|
|
220
|
-
| GetSettingsCommandInput
|
|
221
|
-
| ListAssessmentFrameworksCommandInput
|
|
222
|
-
| ListAssessmentReportsCommandInput
|
|
223
|
-
| ListAssessmentsCommandInput
|
|
224
|
-
| ListControlsCommandInput
|
|
225
|
-
| ListKeywordsForDataSourceCommandInput
|
|
226
|
-
| ListNotificationsCommandInput
|
|
227
|
-
| ListTagsForResourceCommandInput
|
|
228
|
-
| RegisterAccountCommandInput
|
|
229
|
-
| RegisterOrganizationAdminAccountCommandInput
|
|
230
|
-
| TagResourceCommandInput
|
|
231
|
-
| UntagResourceCommandInput
|
|
232
|
-
| UpdateAssessmentCommandInput
|
|
233
|
-
| UpdateAssessmentControlCommandInput
|
|
234
|
-
| UpdateAssessmentControlSetStatusCommandInput
|
|
235
|
-
| UpdateAssessmentFrameworkCommandInput
|
|
236
|
-
| UpdateAssessmentStatusCommandInput
|
|
237
|
-
| UpdateControlCommandInput
|
|
238
|
-
| UpdateSettingsCommandInput
|
|
239
|
-
| ValidateAssessmentReportIntegrityCommandInput;
|
|
240
|
-
|
|
241
|
-
export type ServiceOutputTypes =
|
|
242
|
-
| AssociateAssessmentReportEvidenceFolderCommandOutput
|
|
243
|
-
| BatchAssociateAssessmentReportEvidenceCommandOutput
|
|
244
|
-
| BatchCreateDelegationByAssessmentCommandOutput
|
|
245
|
-
| BatchDeleteDelegationByAssessmentCommandOutput
|
|
246
|
-
| BatchDisassociateAssessmentReportEvidenceCommandOutput
|
|
247
|
-
| BatchImportEvidenceToAssessmentControlCommandOutput
|
|
248
|
-
| CreateAssessmentCommandOutput
|
|
249
|
-
| CreateAssessmentFrameworkCommandOutput
|
|
250
|
-
| CreateAssessmentReportCommandOutput
|
|
251
|
-
| CreateControlCommandOutput
|
|
252
|
-
| DeleteAssessmentCommandOutput
|
|
253
|
-
| DeleteAssessmentFrameworkCommandOutput
|
|
254
|
-
| DeleteAssessmentReportCommandOutput
|
|
255
|
-
| DeleteControlCommandOutput
|
|
256
|
-
| DeregisterAccountCommandOutput
|
|
257
|
-
| DeregisterOrganizationAdminAccountCommandOutput
|
|
258
|
-
| DisassociateAssessmentReportEvidenceFolderCommandOutput
|
|
259
|
-
| GetAccountStatusCommandOutput
|
|
260
|
-
| GetAssessmentCommandOutput
|
|
261
|
-
| GetAssessmentFrameworkCommandOutput
|
|
262
|
-
| GetAssessmentReportUrlCommandOutput
|
|
263
|
-
| GetChangeLogsCommandOutput
|
|
264
|
-
| GetControlCommandOutput
|
|
265
|
-
| GetDelegationsCommandOutput
|
|
266
|
-
| GetEvidenceByEvidenceFolderCommandOutput
|
|
267
|
-
| GetEvidenceCommandOutput
|
|
268
|
-
| GetEvidenceFolderCommandOutput
|
|
269
|
-
| GetEvidenceFoldersByAssessmentCommandOutput
|
|
270
|
-
| GetEvidenceFoldersByAssessmentControlCommandOutput
|
|
271
|
-
| GetOrganizationAdminAccountCommandOutput
|
|
272
|
-
| GetServicesInScopeCommandOutput
|
|
273
|
-
| GetSettingsCommandOutput
|
|
274
|
-
| ListAssessmentFrameworksCommandOutput
|
|
275
|
-
| ListAssessmentReportsCommandOutput
|
|
276
|
-
| ListAssessmentsCommandOutput
|
|
277
|
-
| ListControlsCommandOutput
|
|
278
|
-
| ListKeywordsForDataSourceCommandOutput
|
|
279
|
-
| ListNotificationsCommandOutput
|
|
280
|
-
| ListTagsForResourceCommandOutput
|
|
281
|
-
| RegisterAccountCommandOutput
|
|
282
|
-
| RegisterOrganizationAdminAccountCommandOutput
|
|
283
|
-
| TagResourceCommandOutput
|
|
284
|
-
| UntagResourceCommandOutput
|
|
285
|
-
| UpdateAssessmentCommandOutput
|
|
286
|
-
| UpdateAssessmentControlCommandOutput
|
|
287
|
-
| UpdateAssessmentControlSetStatusCommandOutput
|
|
288
|
-
| UpdateAssessmentFrameworkCommandOutput
|
|
289
|
-
| UpdateAssessmentStatusCommandOutput
|
|
290
|
-
| UpdateControlCommandOutput
|
|
291
|
-
| UpdateSettingsCommandOutput
|
|
292
|
-
| ValidateAssessmentReportIntegrityCommandOutput;
|
|
293
|
-
|
|
294
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
295
|
-
/**
|
|
296
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
297
|
-
*/
|
|
298
|
-
requestHandler?: __HttpHandler;
|
|
299
|
-
|
|
300
|
-
/**
|
|
301
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
302
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
303
|
-
* @internal
|
|
304
|
-
*/
|
|
305
|
-
sha256?: __HashConstructor;
|
|
306
|
-
|
|
307
|
-
/**
|
|
308
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
309
|
-
* @internal
|
|
310
|
-
*/
|
|
311
|
-
urlParser?: __UrlParser;
|
|
312
|
-
|
|
313
|
-
/**
|
|
314
|
-
* A function that can calculate the length of a request body.
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
318
|
-
|
|
319
|
-
/**
|
|
320
|
-
* A function that converts a stream into an array of bytes.
|
|
321
|
-
* @internal
|
|
322
|
-
*/
|
|
323
|
-
streamCollector?: __StreamCollector;
|
|
324
|
-
|
|
325
|
-
/**
|
|
326
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
|
-
base64Decoder?: __Decoder;
|
|
330
|
-
|
|
331
|
-
/**
|
|
332
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
333
|
-
* @internal
|
|
334
|
-
*/
|
|
335
|
-
base64Encoder?: __Encoder;
|
|
336
|
-
|
|
337
|
-
/**
|
|
338
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
|
-
utf8Decoder?: __Decoder;
|
|
342
|
-
|
|
343
|
-
/**
|
|
344
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
345
|
-
* @internal
|
|
346
|
-
*/
|
|
347
|
-
utf8Encoder?: __Encoder;
|
|
348
|
-
|
|
349
|
-
/**
|
|
350
|
-
* The runtime environment.
|
|
351
|
-
* @internal
|
|
352
|
-
*/
|
|
353
|
-
runtime?: string;
|
|
354
|
-
|
|
355
|
-
/**
|
|
356
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
357
|
-
* trait of an operation.
|
|
358
|
-
*/
|
|
359
|
-
disableHostPrefix?: boolean;
|
|
360
|
-
|
|
361
|
-
/**
|
|
362
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
363
|
-
*/
|
|
364
|
-
maxAttempts?: number | __Provider<number>;
|
|
365
|
-
|
|
366
|
-
/**
|
|
367
|
-
* Specifies which retry algorithm to use.
|
|
368
|
-
*/
|
|
369
|
-
retryMode?: string | __Provider<string>;
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* Optional logger for logging debug/info/warn/error.
|
|
373
|
-
*/
|
|
374
|
-
logger?: __Logger;
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* Unique service identifier.
|
|
378
|
-
* @internal
|
|
379
|
-
*/
|
|
380
|
-
serviceId?: string;
|
|
381
|
-
|
|
382
|
-
/**
|
|
383
|
-
* The AWS region to which this client will send requests
|
|
384
|
-
*/
|
|
385
|
-
region?: string | __Provider<string>;
|
|
386
|
-
|
|
387
|
-
/**
|
|
388
|
-
* Default credentials provider; Not available in browser runtime.
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
392
|
-
|
|
393
|
-
/**
|
|
394
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
398
|
-
|
|
399
|
-
/**
|
|
400
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
401
|
-
* @internal
|
|
402
|
-
*/
|
|
403
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
type AuditManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
407
|
-
ClientDefaults &
|
|
408
|
-
RegionInputConfig &
|
|
409
|
-
EndpointsInputConfig &
|
|
410
|
-
RetryInputConfig &
|
|
411
|
-
HostHeaderInputConfig &
|
|
412
|
-
AwsAuthInputConfig &
|
|
413
|
-
UserAgentInputConfig;
|
|
414
|
-
/**
|
|
415
|
-
* The configuration interface of AuditManagerClient class constructor that set the region, credentials and other options.
|
|
416
|
-
*/
|
|
417
|
-
export interface AuditManagerClientConfig extends AuditManagerClientConfigType {}
|
|
418
|
-
|
|
419
|
-
type AuditManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
420
|
-
Required<ClientDefaults> &
|
|
421
|
-
RegionResolvedConfig &
|
|
422
|
-
EndpointsResolvedConfig &
|
|
423
|
-
RetryResolvedConfig &
|
|
424
|
-
HostHeaderResolvedConfig &
|
|
425
|
-
AwsAuthResolvedConfig &
|
|
426
|
-
UserAgentResolvedConfig;
|
|
427
|
-
/**
|
|
428
|
-
* The resolved configuration interface of AuditManagerClient class. This is resolved and normalized from the {@link AuditManagerClientConfig | constructor configuration interface}.
|
|
429
|
-
*/
|
|
430
|
-
export interface AuditManagerClientResolvedConfig extends AuditManagerClientResolvedConfigType {}
|
|
431
|
-
|
|
432
|
-
/**
|
|
433
|
-
* <p>Welcome to the Audit Manager API reference. This guide is for developers who need detailed information about the Audit Manager API operations, data types, and errors. </p>
|
|
434
|
-
* <p>Audit Manager is a service that provides automated evidence collection so that you
|
|
435
|
-
* can continuously audit your Amazon Web Services usage, and assess the effectiveness of your controls to
|
|
436
|
-
* better manage risk and simplify compliance.</p>
|
|
437
|
-
* <p>Audit Manager provides pre-built frameworks that structure and automate assessments
|
|
438
|
-
* for a given compliance standard. Frameworks include a pre-built collection of controls with
|
|
439
|
-
* descriptions and testing procedures, which are grouped according to the requirements of the
|
|
440
|
-
* specified compliance standard or regulation. You can also customize frameworks and controls
|
|
441
|
-
* to support internal audits with unique requirements. </p>
|
|
442
|
-
*
|
|
443
|
-
* <p>Use the following links to get started with the Audit Manager API:</p>
|
|
444
|
-
* <ul>
|
|
445
|
-
* <li>
|
|
446
|
-
* <p>
|
|
447
|
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_Operations.html">Actions</a>: An alphabetical list of all Audit Manager API operations.</p>
|
|
448
|
-
* </li>
|
|
449
|
-
* <li>
|
|
450
|
-
* <p>
|
|
451
|
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_Types.html">Data types</a>: An alphabetical list of all Audit Manager data types.</p>
|
|
452
|
-
* </li>
|
|
453
|
-
* <li>
|
|
454
|
-
* <p>
|
|
455
|
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/CommonParameters.html">Common parameters</a>: Parameters that all Query operations can use.</p>
|
|
456
|
-
* </li>
|
|
457
|
-
* <li>
|
|
458
|
-
* <p>
|
|
459
|
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/CommonErrors.html">Common errors</a>: Client and server errors that all operations can return.</p>
|
|
460
|
-
* </li>
|
|
461
|
-
* </ul>
|
|
462
|
-
*
|
|
463
|
-
* <p>If you're new to Audit Manager, we recommend that you review the <a href="https://docs.aws.amazon.com/audit-manager/latest/userguide/what-is.html"> Audit Manager User Guide</a>.</p>
|
|
464
|
-
*/
|
|
465
|
-
export class AuditManagerClient extends __Client<
|
|
466
|
-
__HttpHandlerOptions,
|
|
467
|
-
ServiceInputTypes,
|
|
468
|
-
ServiceOutputTypes,
|
|
469
|
-
AuditManagerClientResolvedConfig
|
|
470
|
-
> {
|
|
471
|
-
/**
|
|
472
|
-
* The resolved configuration of AuditManagerClient class. This is resolved and normalized from the {@link AuditManagerClientConfig | constructor configuration interface}.
|
|
473
|
-
*/
|
|
474
|
-
readonly config: AuditManagerClientResolvedConfig;
|
|
475
|
-
|
|
476
|
-
constructor(configuration: AuditManagerClientConfig) {
|
|
477
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
478
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
479
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
480
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
481
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
482
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
483
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
484
|
-
super(_config_6);
|
|
485
|
-
this.config = _config_6;
|
|
486
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
487
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
488
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
489
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
490
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
491
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
/**
|
|
495
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
496
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
497
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
498
|
-
*/
|
|
499
|
-
destroy(): void {
|
|
500
|
-
super.destroy();
|
|
501
|
-
}
|
|
502
|
-
}
|
|
@@ -1,111 +0,0 @@
|
|
|
1
|
-
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
|
-
import {
|
|
3
|
-
AssociateAssessmentReportEvidenceFolderRequest,
|
|
4
|
-
AssociateAssessmentReportEvidenceFolderResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
6
|
-
import {
|
|
7
|
-
deserializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand,
|
|
8
|
-
serializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand,
|
|
9
|
-
} from "../protocols/Aws_restJson1";
|
|
10
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
11
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
12
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
13
|
-
import {
|
|
14
|
-
FinalizeHandlerArguments,
|
|
15
|
-
Handler,
|
|
16
|
-
HandlerExecutionContext,
|
|
17
|
-
MiddlewareStack,
|
|
18
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
19
|
-
MetadataBearer as __MetadataBearer,
|
|
20
|
-
SerdeContext as __SerdeContext,
|
|
21
|
-
} from "@aws-sdk/types";
|
|
22
|
-
|
|
23
|
-
export interface AssociateAssessmentReportEvidenceFolderCommandInput
|
|
24
|
-
extends AssociateAssessmentReportEvidenceFolderRequest {}
|
|
25
|
-
export interface AssociateAssessmentReportEvidenceFolderCommandOutput
|
|
26
|
-
extends AssociateAssessmentReportEvidenceFolderResponse,
|
|
27
|
-
__MetadataBearer {}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* <p>
|
|
31
|
-
* Associates an evidence folder to the specified assessment report in Audit Manager.
|
|
32
|
-
* </p>
|
|
33
|
-
* @example
|
|
34
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
-
* ```javascript
|
|
36
|
-
* import { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
37
|
-
* // const { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
38
|
-
* const client = new AuditManagerClient(config);
|
|
39
|
-
* const command = new AssociateAssessmentReportEvidenceFolderCommand(input);
|
|
40
|
-
* const response = await client.send(command);
|
|
41
|
-
* ```
|
|
42
|
-
*
|
|
43
|
-
* @see {@link AssociateAssessmentReportEvidenceFolderCommandInput} for command's `input` shape.
|
|
44
|
-
* @see {@link AssociateAssessmentReportEvidenceFolderCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for command's `input` shape.
|
|
46
|
-
*
|
|
47
|
-
*/
|
|
48
|
-
export class AssociateAssessmentReportEvidenceFolderCommand extends $Command<
|
|
49
|
-
AssociateAssessmentReportEvidenceFolderCommandInput,
|
|
50
|
-
AssociateAssessmentReportEvidenceFolderCommandOutput,
|
|
51
|
-
AuditManagerClientResolvedConfig
|
|
52
|
-
> {
|
|
53
|
-
// Start section: command_properties
|
|
54
|
-
// End section: command_properties
|
|
55
|
-
|
|
56
|
-
constructor(readonly input: AssociateAssessmentReportEvidenceFolderCommandInput) {
|
|
57
|
-
// Start section: command_constructor
|
|
58
|
-
super();
|
|
59
|
-
// End section: command_constructor
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
resolveMiddleware(
|
|
66
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
67
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
68
|
-
options?: __HttpHandlerOptions
|
|
69
|
-
): Handler<
|
|
70
|
-
AssociateAssessmentReportEvidenceFolderCommandInput,
|
|
71
|
-
AssociateAssessmentReportEvidenceFolderCommandOutput
|
|
72
|
-
> {
|
|
73
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
74
|
-
|
|
75
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
76
|
-
|
|
77
|
-
const { logger } = configuration;
|
|
78
|
-
const clientName = "AuditManagerClient";
|
|
79
|
-
const commandName = "AssociateAssessmentReportEvidenceFolderCommand";
|
|
80
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
81
|
-
logger,
|
|
82
|
-
clientName,
|
|
83
|
-
commandName,
|
|
84
|
-
inputFilterSensitiveLog: AssociateAssessmentReportEvidenceFolderRequest.filterSensitiveLog,
|
|
85
|
-
outputFilterSensitiveLog: AssociateAssessmentReportEvidenceFolderResponse.filterSensitiveLog,
|
|
86
|
-
};
|
|
87
|
-
const { requestHandler } = configuration;
|
|
88
|
-
return stack.resolve(
|
|
89
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
90
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
91
|
-
handlerExecutionContext
|
|
92
|
-
);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
private serialize(
|
|
96
|
-
input: AssociateAssessmentReportEvidenceFolderCommandInput,
|
|
97
|
-
context: __SerdeContext
|
|
98
|
-
): Promise<__HttpRequest> {
|
|
99
|
-
return serializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand(input, context);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
private deserialize(
|
|
103
|
-
output: __HttpResponse,
|
|
104
|
-
context: __SerdeContext
|
|
105
|
-
): Promise<AssociateAssessmentReportEvidenceFolderCommandOutput> {
|
|
106
|
-
return deserializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand(output, context);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
// Start section: command_body_extra
|
|
110
|
-
// End section: command_body_extra
|
|
111
|
-
}
|