@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
|
@@ -236,7 +236,7 @@ const serializeAws_restJson1CreateAssessmentCommand = async (input, context) =>
|
|
|
236
236
|
const headers = {
|
|
237
237
|
"content-type": "application/json",
|
|
238
238
|
};
|
|
239
|
-
|
|
239
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/assessments";
|
|
240
240
|
let body;
|
|
241
241
|
body = JSON.stringify({
|
|
242
242
|
...(input.assessmentReportsDestination !== undefined &&
|
|
@@ -268,7 +268,7 @@ const serializeAws_restJson1CreateAssessmentFrameworkCommand = async (input, con
|
|
|
268
268
|
const headers = {
|
|
269
269
|
"content-type": "application/json",
|
|
270
270
|
};
|
|
271
|
-
|
|
271
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/assessmentFrameworks";
|
|
272
272
|
let body;
|
|
273
273
|
body = JSON.stringify({
|
|
274
274
|
...(input.complianceType !== undefined &&
|
|
@@ -329,7 +329,7 @@ const serializeAws_restJson1CreateControlCommand = async (input, context) => {
|
|
|
329
329
|
const headers = {
|
|
330
330
|
"content-type": "application/json",
|
|
331
331
|
};
|
|
332
|
-
|
|
332
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/controls";
|
|
333
333
|
let body;
|
|
334
334
|
body = JSON.stringify({
|
|
335
335
|
...(input.actionPlanInstructions !== undefined &&
|
|
@@ -477,7 +477,7 @@ const serializeAws_restJson1DeregisterAccountCommand = async (input, context) =>
|
|
|
477
477
|
const headers = {
|
|
478
478
|
"content-type": "application/json",
|
|
479
479
|
};
|
|
480
|
-
|
|
480
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/account/deregisterAccount";
|
|
481
481
|
let body;
|
|
482
482
|
body = "";
|
|
483
483
|
return new protocol_http_1.HttpRequest({
|
|
@@ -496,7 +496,7 @@ const serializeAws_restJson1DeregisterOrganizationAdminAccountCommand = async (i
|
|
|
496
496
|
const headers = {
|
|
497
497
|
"content-type": "application/json",
|
|
498
498
|
};
|
|
499
|
-
|
|
499
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` +
|
|
500
500
|
"/account/deregisterOrganizationAdminAccount";
|
|
501
501
|
let body;
|
|
502
502
|
body = JSON.stringify({
|
|
@@ -552,7 +552,7 @@ const serializeAws_restJson1GetAccountStatusCommand = async (input, context) =>
|
|
|
552
552
|
const headers = {
|
|
553
553
|
"content-type": "application/json",
|
|
554
554
|
};
|
|
555
|
-
|
|
555
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/account/status";
|
|
556
556
|
let body;
|
|
557
557
|
body = "";
|
|
558
558
|
return new protocol_http_1.HttpRequest({
|
|
@@ -717,7 +717,7 @@ exports.serializeAws_restJson1GetControlCommand = serializeAws_restJson1GetContr
|
|
|
717
717
|
const serializeAws_restJson1GetDelegationsCommand = async (input, context) => {
|
|
718
718
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
719
719
|
const headers = {};
|
|
720
|
-
|
|
720
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/delegations";
|
|
721
721
|
const query = {
|
|
722
722
|
...(input.nextToken !== undefined && { nextToken: input.nextToken }),
|
|
723
723
|
...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
|
|
@@ -980,7 +980,7 @@ const serializeAws_restJson1GetOrganizationAdminAccountCommand = async (input, c
|
|
|
980
980
|
const headers = {
|
|
981
981
|
"content-type": "application/json",
|
|
982
982
|
};
|
|
983
|
-
|
|
983
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/account/organizationAdminAccount";
|
|
984
984
|
let body;
|
|
985
985
|
body = "";
|
|
986
986
|
return new protocol_http_1.HttpRequest({
|
|
@@ -999,7 +999,7 @@ const serializeAws_restJson1GetServicesInScopeCommand = async (input, context) =
|
|
|
999
999
|
const headers = {
|
|
1000
1000
|
"content-type": "application/json",
|
|
1001
1001
|
};
|
|
1002
|
-
|
|
1002
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/services";
|
|
1003
1003
|
let body;
|
|
1004
1004
|
body = "";
|
|
1005
1005
|
return new protocol_http_1.HttpRequest({
|
|
@@ -1042,7 +1042,7 @@ exports.serializeAws_restJson1GetSettingsCommand = serializeAws_restJson1GetSett
|
|
|
1042
1042
|
const serializeAws_restJson1ListAssessmentFrameworksCommand = async (input, context) => {
|
|
1043
1043
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1044
1044
|
const headers = {};
|
|
1045
|
-
|
|
1045
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/assessmentFrameworks";
|
|
1046
1046
|
const query = {
|
|
1047
1047
|
...(input.frameworkType !== undefined && { frameworkType: input.frameworkType }),
|
|
1048
1048
|
...(input.nextToken !== undefined && { nextToken: input.nextToken }),
|
|
@@ -1064,7 +1064,7 @@ exports.serializeAws_restJson1ListAssessmentFrameworksCommand = serializeAws_res
|
|
|
1064
1064
|
const serializeAws_restJson1ListAssessmentReportsCommand = async (input, context) => {
|
|
1065
1065
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1066
1066
|
const headers = {};
|
|
1067
|
-
|
|
1067
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/assessmentReports";
|
|
1068
1068
|
const query = {
|
|
1069
1069
|
...(input.nextToken !== undefined && { nextToken: input.nextToken }),
|
|
1070
1070
|
...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
|
|
@@ -1085,7 +1085,7 @@ exports.serializeAws_restJson1ListAssessmentReportsCommand = serializeAws_restJs
|
|
|
1085
1085
|
const serializeAws_restJson1ListAssessmentsCommand = async (input, context) => {
|
|
1086
1086
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1087
1087
|
const headers = {};
|
|
1088
|
-
|
|
1088
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/assessments";
|
|
1089
1089
|
const query = {
|
|
1090
1090
|
...(input.nextToken !== undefined && { nextToken: input.nextToken }),
|
|
1091
1091
|
...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
|
|
@@ -1106,7 +1106,7 @@ exports.serializeAws_restJson1ListAssessmentsCommand = serializeAws_restJson1Lis
|
|
|
1106
1106
|
const serializeAws_restJson1ListControlsCommand = async (input, context) => {
|
|
1107
1107
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1108
1108
|
const headers = {};
|
|
1109
|
-
|
|
1109
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/controls";
|
|
1110
1110
|
const query = {
|
|
1111
1111
|
...(input.controlType !== undefined && { controlType: input.controlType }),
|
|
1112
1112
|
...(input.nextToken !== undefined && { nextToken: input.nextToken }),
|
|
@@ -1128,7 +1128,7 @@ exports.serializeAws_restJson1ListControlsCommand = serializeAws_restJson1ListCo
|
|
|
1128
1128
|
const serializeAws_restJson1ListKeywordsForDataSourceCommand = async (input, context) => {
|
|
1129
1129
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1130
1130
|
const headers = {};
|
|
1131
|
-
|
|
1131
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/dataSourceKeywords";
|
|
1132
1132
|
const query = {
|
|
1133
1133
|
...(input.source !== undefined && { source: input.source }),
|
|
1134
1134
|
...(input.nextToken !== undefined && { nextToken: input.nextToken }),
|
|
@@ -1150,7 +1150,7 @@ exports.serializeAws_restJson1ListKeywordsForDataSourceCommand = serializeAws_re
|
|
|
1150
1150
|
const serializeAws_restJson1ListNotificationsCommand = async (input, context) => {
|
|
1151
1151
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
1152
1152
|
const headers = {};
|
|
1153
|
-
|
|
1153
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/notifications";
|
|
1154
1154
|
const query = {
|
|
1155
1155
|
...(input.nextToken !== undefined && { nextToken: input.nextToken }),
|
|
1156
1156
|
...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
|
|
@@ -1199,7 +1199,7 @@ const serializeAws_restJson1RegisterAccountCommand = async (input, context) => {
|
|
|
1199
1199
|
const headers = {
|
|
1200
1200
|
"content-type": "application/json",
|
|
1201
1201
|
};
|
|
1202
|
-
|
|
1202
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/account/registerAccount";
|
|
1203
1203
|
let body;
|
|
1204
1204
|
body = JSON.stringify({
|
|
1205
1205
|
...(input.delegatedAdminAccount !== undefined &&
|
|
@@ -1222,7 +1222,7 @@ const serializeAws_restJson1RegisterOrganizationAdminAccountCommand = async (inp
|
|
|
1222
1222
|
const headers = {
|
|
1223
1223
|
"content-type": "application/json",
|
|
1224
1224
|
};
|
|
1225
|
-
|
|
1225
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/account/registerOrganizationAdminAccount";
|
|
1226
1226
|
let body;
|
|
1227
1227
|
body = JSON.stringify({
|
|
1228
1228
|
...(input.adminAccountId !== undefined &&
|
|
@@ -1554,7 +1554,7 @@ const serializeAws_restJson1UpdateSettingsCommand = async (input, context) => {
|
|
|
1554
1554
|
const headers = {
|
|
1555
1555
|
"content-type": "application/json",
|
|
1556
1556
|
};
|
|
1557
|
-
|
|
1557
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/settings";
|
|
1558
1558
|
let body;
|
|
1559
1559
|
body = JSON.stringify({
|
|
1560
1560
|
...(input.defaultAssessmentReportsDestination !== undefined &&
|
|
@@ -1584,7 +1584,7 @@ const serializeAws_restJson1ValidateAssessmentReportIntegrityCommand = async (in
|
|
|
1584
1584
|
const headers = {
|
|
1585
1585
|
"content-type": "application/json",
|
|
1586
1586
|
};
|
|
1587
|
-
|
|
1587
|
+
const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/assessmentReports/integrity";
|
|
1588
1588
|
let body;
|
|
1589
1589
|
body = JSON.stringify({
|
|
1590
1590
|
...(input.s3RelativePath !== undefined &&
|
|
@@ -6373,4 +6373,3 @@ const loadRestJsonErrorCode = (output, data) => {
|
|
|
6373
6373
|
}
|
|
6374
6374
|
return "";
|
|
6375
6375
|
};
|
|
6376
|
-
//# sourceMappingURL=Aws_restJson1.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
39
|
};
|
|
39
40
|
};
|
|
40
41
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
8
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
9
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
44
|
};
|
|
44
45
|
};
|
|
45
46
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
6
6
|
/**
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -51,40 +51,7 @@ import { UpdateAssessmentStatusCommand, } from "./commands/UpdateAssessmentStatu
|
|
|
51
51
|
import { UpdateControlCommand, } from "./commands/UpdateControlCommand";
|
|
52
52
|
import { UpdateSettingsCommand, } from "./commands/UpdateSettingsCommand";
|
|
53
53
|
import { ValidateAssessmentReportIntegrityCommand, } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
54
|
-
|
|
55
|
-
* <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>
|
|
56
|
-
* <p>Audit Manager is a service that provides automated evidence collection so that you
|
|
57
|
-
* can continuously audit your Amazon Web Services usage, and assess the effectiveness of your controls to
|
|
58
|
-
* better manage risk and simplify compliance.</p>
|
|
59
|
-
* <p>Audit Manager provides pre-built frameworks that structure and automate assessments
|
|
60
|
-
* for a given compliance standard. Frameworks include a pre-built collection of controls with
|
|
61
|
-
* descriptions and testing procedures, which are grouped according to the requirements of the
|
|
62
|
-
* specified compliance standard or regulation. You can also customize frameworks and controls
|
|
63
|
-
* to support internal audits with unique requirements. </p>
|
|
64
|
-
*
|
|
65
|
-
* <p>Use the following links to get started with the Audit Manager API:</p>
|
|
66
|
-
* <ul>
|
|
67
|
-
* <li>
|
|
68
|
-
* <p>
|
|
69
|
-
* <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>
|
|
70
|
-
* </li>
|
|
71
|
-
* <li>
|
|
72
|
-
* <p>
|
|
73
|
-
* <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>
|
|
74
|
-
* </li>
|
|
75
|
-
* <li>
|
|
76
|
-
* <p>
|
|
77
|
-
* <a href="https://docs.aws.amazon.com/audit-manager/latest/APIReference/CommonParameters.html">Common parameters</a>: Parameters that all Query operations can use.</p>
|
|
78
|
-
* </li>
|
|
79
|
-
* <li>
|
|
80
|
-
* <p>
|
|
81
|
-
* <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>
|
|
82
|
-
* </li>
|
|
83
|
-
* </ul>
|
|
84
|
-
*
|
|
85
|
-
* <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>
|
|
86
|
-
*/
|
|
87
|
-
var AuditManager = /** @class */ (function (_super) {
|
|
54
|
+
var AuditManager = (function (_super) {
|
|
88
55
|
__extends(AuditManager, _super);
|
|
89
56
|
function AuditManager() {
|
|
90
57
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -806,4 +773,3 @@ var AuditManager = /** @class */ (function (_super) {
|
|
|
806
773
|
return AuditManager;
|
|
807
774
|
}(AuditManagerClient));
|
|
808
775
|
export { AuditManager };
|
|
809
|
-
//# sourceMappingURL=AuditManager.js.map
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
3
|
+
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
4
|
+
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
5
|
+
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
6
|
+
import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
7
|
+
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
8
|
+
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
9
|
+
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
|
+
var AuditManagerClient = (function (_super) {
|
|
12
|
+
__extends(AuditManagerClient, _super);
|
|
13
|
+
function AuditManagerClient(configuration) {
|
|
14
|
+
var _this = this;
|
|
15
|
+
var _config_0 = __getRuntimeConfig(configuration);
|
|
16
|
+
var _config_1 = resolveRegionConfig(_config_0);
|
|
17
|
+
var _config_2 = resolveEndpointsConfig(_config_1);
|
|
18
|
+
var _config_3 = resolveRetryConfig(_config_2);
|
|
19
|
+
var _config_4 = resolveHostHeaderConfig(_config_3);
|
|
20
|
+
var _config_5 = resolveAwsAuthConfig(_config_4);
|
|
21
|
+
var _config_6 = resolveUserAgentConfig(_config_5);
|
|
22
|
+
_this = _super.call(this, _config_6) || this;
|
|
23
|
+
_this.config = _config_6;
|
|
24
|
+
_this.middlewareStack.use(getRetryPlugin(_this.config));
|
|
25
|
+
_this.middlewareStack.use(getContentLengthPlugin(_this.config));
|
|
26
|
+
_this.middlewareStack.use(getHostHeaderPlugin(_this.config));
|
|
27
|
+
_this.middlewareStack.use(getLoggerPlugin(_this.config));
|
|
28
|
+
_this.middlewareStack.use(getAwsAuthPlugin(_this.config));
|
|
29
|
+
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
30
|
+
return _this;
|
|
31
|
+
}
|
|
32
|
+
AuditManagerClient.prototype.destroy = function () {
|
|
33
|
+
_super.prototype.destroy.call(this);
|
|
34
|
+
};
|
|
35
|
+
return AuditManagerClient;
|
|
36
|
+
}(__Client));
|
|
37
|
+
export { AuditManagerClient };
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { AssociateAssessmentReportEvidenceFolderRequest, AssociateAssessmentReportEvidenceFolderResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand, serializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
14
|
-
* // const { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
15
|
-
* const client = new AuditManagerClient(config);
|
|
16
|
-
* const command = new AssociateAssessmentReportEvidenceFolderCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link AssociateAssessmentReportEvidenceFolderCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link AssociateAssessmentReportEvidenceFolderCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var AssociateAssessmentReportEvidenceFolderCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { AssociateAssessmentReportEvidenceFolderRequest, AssociateAssessmentReportEvidenceFolderResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand, serializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var AssociateAssessmentReportEvidenceFolderCommand = (function (_super) {
|
|
26
7
|
__extends(AssociateAssessmentReportEvidenceFolderCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function AssociateAssessmentReportEvidenceFolderCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
AssociateAssessmentReportEvidenceFolderCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var AssociateAssessmentReportEvidenceFolderCommand = /** @class */ (function (_s
|
|
|
64
37
|
return AssociateAssessmentReportEvidenceFolderCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { AssociateAssessmentReportEvidenceFolderCommand };
|
|
67
|
-
//# sourceMappingURL=AssociateAssessmentReportEvidenceFolderCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BatchAssociateAssessmentReportEvidenceRequest, BatchAssociateAssessmentReportEvidenceResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1BatchAssociateAssessmentReportEvidenceCommand, serializeAws_restJson1BatchAssociateAssessmentReportEvidenceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AuditManagerClient, BatchAssociateAssessmentReportEvidenceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
14
|
-
* // const { AuditManagerClient, BatchAssociateAssessmentReportEvidenceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
15
|
-
* const client = new AuditManagerClient(config);
|
|
16
|
-
* const command = new BatchAssociateAssessmentReportEvidenceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link BatchAssociateAssessmentReportEvidenceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link BatchAssociateAssessmentReportEvidenceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var BatchAssociateAssessmentReportEvidenceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { BatchAssociateAssessmentReportEvidenceRequest, BatchAssociateAssessmentReportEvidenceResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1BatchAssociateAssessmentReportEvidenceCommand, serializeAws_restJson1BatchAssociateAssessmentReportEvidenceCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var BatchAssociateAssessmentReportEvidenceCommand = (function (_super) {
|
|
26
7
|
__extends(BatchAssociateAssessmentReportEvidenceCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function BatchAssociateAssessmentReportEvidenceCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
BatchAssociateAssessmentReportEvidenceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var BatchAssociateAssessmentReportEvidenceCommand = /** @class */ (function (_su
|
|
|
64
37
|
return BatchAssociateAssessmentReportEvidenceCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { BatchAssociateAssessmentReportEvidenceCommand };
|
|
67
|
-
//# sourceMappingURL=BatchAssociateAssessmentReportEvidenceCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BatchCreateDelegationByAssessmentRequest, BatchCreateDelegationByAssessmentResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1BatchCreateDelegationByAssessmentCommand, serializeAws_restJson1BatchCreateDelegationByAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AuditManagerClient, BatchCreateDelegationByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
14
|
-
* // const { AuditManagerClient, BatchCreateDelegationByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
15
|
-
* const client = new AuditManagerClient(config);
|
|
16
|
-
* const command = new BatchCreateDelegationByAssessmentCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link BatchCreateDelegationByAssessmentCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link BatchCreateDelegationByAssessmentCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var BatchCreateDelegationByAssessmentCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { BatchCreateDelegationByAssessmentRequest, BatchCreateDelegationByAssessmentResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1BatchCreateDelegationByAssessmentCommand, serializeAws_restJson1BatchCreateDelegationByAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var BatchCreateDelegationByAssessmentCommand = (function (_super) {
|
|
26
7
|
__extends(BatchCreateDelegationByAssessmentCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function BatchCreateDelegationByAssessmentCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
BatchCreateDelegationByAssessmentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var BatchCreateDelegationByAssessmentCommand = /** @class */ (function (_super)
|
|
|
64
37
|
return BatchCreateDelegationByAssessmentCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { BatchCreateDelegationByAssessmentCommand };
|
|
67
|
-
//# sourceMappingURL=BatchCreateDelegationByAssessmentCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BatchDeleteDelegationByAssessmentRequest, BatchDeleteDelegationByAssessmentResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1BatchDeleteDelegationByAssessmentCommand, serializeAws_restJson1BatchDeleteDelegationByAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AuditManagerClient, BatchDeleteDelegationByAssessmentCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
14
|
-
* // const { AuditManagerClient, BatchDeleteDelegationByAssessmentCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
15
|
-
* const client = new AuditManagerClient(config);
|
|
16
|
-
* const command = new BatchDeleteDelegationByAssessmentCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link BatchDeleteDelegationByAssessmentCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link BatchDeleteDelegationByAssessmentCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var BatchDeleteDelegationByAssessmentCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { BatchDeleteDelegationByAssessmentRequest, BatchDeleteDelegationByAssessmentResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1BatchDeleteDelegationByAssessmentCommand, serializeAws_restJson1BatchDeleteDelegationByAssessmentCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var BatchDeleteDelegationByAssessmentCommand = (function (_super) {
|
|
26
7
|
__extends(BatchDeleteDelegationByAssessmentCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function BatchDeleteDelegationByAssessmentCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
BatchDeleteDelegationByAssessmentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var BatchDeleteDelegationByAssessmentCommand = /** @class */ (function (_super)
|
|
|
64
37
|
return BatchDeleteDelegationByAssessmentCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { BatchDeleteDelegationByAssessmentCommand };
|
|
67
|
-
//# sourceMappingURL=BatchDeleteDelegationByAssessmentCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BatchDisassociateAssessmentReportEvidenceRequest, BatchDisassociateAssessmentReportEvidenceResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1BatchDisassociateAssessmentReportEvidenceCommand, serializeAws_restJson1BatchDisassociateAssessmentReportEvidenceCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AuditManagerClient, BatchDisassociateAssessmentReportEvidenceCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
14
|
-
* // const { AuditManagerClient, BatchDisassociateAssessmentReportEvidenceCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
15
|
-
* const client = new AuditManagerClient(config);
|
|
16
|
-
* const command = new BatchDisassociateAssessmentReportEvidenceCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link BatchDisassociateAssessmentReportEvidenceCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link BatchDisassociateAssessmentReportEvidenceCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var BatchDisassociateAssessmentReportEvidenceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { BatchDisassociateAssessmentReportEvidenceRequest, BatchDisassociateAssessmentReportEvidenceResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1BatchDisassociateAssessmentReportEvidenceCommand, serializeAws_restJson1BatchDisassociateAssessmentReportEvidenceCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var BatchDisassociateAssessmentReportEvidenceCommand = (function (_super) {
|
|
26
7
|
__extends(BatchDisassociateAssessmentReportEvidenceCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function BatchDisassociateAssessmentReportEvidenceCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
BatchDisassociateAssessmentReportEvidenceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var BatchDisassociateAssessmentReportEvidenceCommand = /** @class */ (function (
|
|
|
64
37
|
return BatchDisassociateAssessmentReportEvidenceCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { BatchDisassociateAssessmentReportEvidenceCommand };
|
|
67
|
-
//# sourceMappingURL=BatchDisassociateAssessmentReportEvidenceCommand.js.map
|
|
@@ -1,42 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { BatchImportEvidenceToAssessmentControlRequest, BatchImportEvidenceToAssessmentControlResponse, } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_restJson1BatchImportEvidenceToAssessmentControlCommand, serializeAws_restJson1BatchImportEvidenceToAssessmentControlCommand, } from "../protocols/Aws_restJson1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* </p>
|
|
10
|
-
* @example
|
|
11
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
-
* ```javascript
|
|
13
|
-
* import { AuditManagerClient, BatchImportEvidenceToAssessmentControlCommand } from "@aws-sdk/client-auditmanager"; // ES Modules import
|
|
14
|
-
* // const { AuditManagerClient, BatchImportEvidenceToAssessmentControlCommand } = require("@aws-sdk/client-auditmanager"); // CommonJS import
|
|
15
|
-
* const client = new AuditManagerClient(config);
|
|
16
|
-
* const command = new BatchImportEvidenceToAssessmentControlCommand(input);
|
|
17
|
-
* const response = await client.send(command);
|
|
18
|
-
* ```
|
|
19
|
-
*
|
|
20
|
-
* @see {@link BatchImportEvidenceToAssessmentControlCommandInput} for command's `input` shape.
|
|
21
|
-
* @see {@link BatchImportEvidenceToAssessmentControlCommandOutput} for command's `response` shape.
|
|
22
|
-
* @see {@link AuditManagerClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
var BatchImportEvidenceToAssessmentControlCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { BatchImportEvidenceToAssessmentControlRequest, BatchImportEvidenceToAssessmentControlResponse, } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_restJson1BatchImportEvidenceToAssessmentControlCommand, serializeAws_restJson1BatchImportEvidenceToAssessmentControlCommand, } from "../protocols/Aws_restJson1";
|
|
6
|
+
var BatchImportEvidenceToAssessmentControlCommand = (function (_super) {
|
|
26
7
|
__extends(BatchImportEvidenceToAssessmentControlCommand, _super);
|
|
27
|
-
// Start section: command_properties
|
|
28
|
-
// End section: command_properties
|
|
29
8
|
function BatchImportEvidenceToAssessmentControlCommand(input) {
|
|
30
|
-
var _this =
|
|
31
|
-
// Start section: command_constructor
|
|
32
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
33
10
|
_this.input = input;
|
|
34
11
|
return _this;
|
|
35
|
-
// End section: command_constructor
|
|
36
12
|
}
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
13
|
BatchImportEvidenceToAssessmentControlCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
41
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -64,4 +37,3 @@ var BatchImportEvidenceToAssessmentControlCommand = /** @class */ (function (_su
|
|
|
64
37
|
return BatchImportEvidenceToAssessmentControlCommand;
|
|
65
38
|
}($Command));
|
|
66
39
|
export { BatchImportEvidenceToAssessmentControlCommand };
|
|
67
|
-
//# sourceMappingURL=BatchImportEvidenceToAssessmentControlCommand.js.map
|