@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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
4
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -9,12 +9,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
|
9
9
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
10
10
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
12
|
export var getRuntimeConfig = function (config) {
|
|
16
13
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
14
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
15
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
19
16
|
};
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -13,13 +13,9 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
16
|
export var getRuntimeConfig = function (config) {
|
|
20
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
22
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
23
20
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
24
21
|
};
|
|
25
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
3
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
export var getRuntimeConfig = function (config) {
|
|
8
5
|
var _a;
|
|
9
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
10
7
|
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
11
8
|
};
|
|
12
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { defaultRegionInfoProvider } from "./endpoints";
|
|
2
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
2
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
6
3
|
export var getRuntimeConfig = function (config) {
|
|
7
4
|
var _a, _b, _c, _d, _e;
|
|
8
5
|
return ({
|
|
@@ -14,4 +11,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
14
11
|
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
15
12
|
});
|
|
16
13
|
};
|
|
17
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
1
2
|
import { AuditManagerClient } from "./AuditManagerClient";
|
|
2
3
|
import { AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
3
4
|
import { BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchAssociateAssessmentReportEvidenceCommand";
|
|
@@ -50,7 +51,6 @@ import { UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput
|
|
|
50
51
|
import { UpdateControlCommandInput, UpdateControlCommandOutput } from "./commands/UpdateControlCommand";
|
|
51
52
|
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
52
53
|
import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
53
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
54
54
|
/**
|
|
55
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
56
|
* <p>Audit Manager is a service that provides automated evidence collection so that you
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
1
9
|
import { AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput } from "./commands/AssociateAssessmentReportEvidenceFolderCommand";
|
|
2
10
|
import { BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput } from "./commands/BatchAssociateAssessmentReportEvidenceCommand";
|
|
3
11
|
import { BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput } from "./commands/BatchCreateDelegationByAssessmentCommand";
|
|
@@ -49,14 +57,6 @@ import { UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput
|
|
|
49
57
|
import { UpdateControlCommandInput, UpdateControlCommandOutput } from "./commands/UpdateControlCommand";
|
|
50
58
|
import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "./commands/UpdateSettingsCommand";
|
|
51
59
|
import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "./commands/ValidateAssessmentReportIntegrityCommand";
|
|
52
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
53
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
54
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
55
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
56
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
57
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
58
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
59
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
60
60
|
export declare type ServiceInputTypes = AssociateAssessmentReportEvidenceFolderCommandInput | BatchAssociateAssessmentReportEvidenceCommandInput | BatchCreateDelegationByAssessmentCommandInput | BatchDeleteDelegationByAssessmentCommandInput | BatchDisassociateAssessmentReportEvidenceCommandInput | BatchImportEvidenceToAssessmentControlCommandInput | CreateAssessmentCommandInput | CreateAssessmentFrameworkCommandInput | CreateAssessmentReportCommandInput | CreateControlCommandInput | DeleteAssessmentCommandInput | DeleteAssessmentFrameworkCommandInput | DeleteAssessmentReportCommandInput | DeleteControlCommandInput | DeregisterAccountCommandInput | DeregisterOrganizationAdminAccountCommandInput | DisassociateAssessmentReportEvidenceFolderCommandInput | GetAccountStatusCommandInput | GetAssessmentCommandInput | GetAssessmentFrameworkCommandInput | GetAssessmentReportUrlCommandInput | GetChangeLogsCommandInput | GetControlCommandInput | GetDelegationsCommandInput | GetEvidenceByEvidenceFolderCommandInput | GetEvidenceCommandInput | GetEvidenceFolderCommandInput | GetEvidenceFoldersByAssessmentCommandInput | GetEvidenceFoldersByAssessmentControlCommandInput | GetOrganizationAdminAccountCommandInput | GetServicesInScopeCommandInput | GetSettingsCommandInput | ListAssessmentFrameworksCommandInput | ListAssessmentReportsCommandInput | ListAssessmentsCommandInput | ListControlsCommandInput | ListKeywordsForDataSourceCommandInput | ListNotificationsCommandInput | ListTagsForResourceCommandInput | RegisterAccountCommandInput | RegisterOrganizationAdminAccountCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAssessmentCommandInput | UpdateAssessmentControlCommandInput | UpdateAssessmentControlSetStatusCommandInput | UpdateAssessmentFrameworkCommandInput | UpdateAssessmentStatusCommandInput | UpdateControlCommandInput | UpdateSettingsCommandInput | ValidateAssessmentReportIntegrityCommandInput;
|
|
61
61
|
export declare type ServiceOutputTypes = AssociateAssessmentReportEvidenceFolderCommandOutput | BatchAssociateAssessmentReportEvidenceCommandOutput | BatchCreateDelegationByAssessmentCommandOutput | BatchDeleteDelegationByAssessmentCommandOutput | BatchDisassociateAssessmentReportEvidenceCommandOutput | BatchImportEvidenceToAssessmentControlCommandOutput | CreateAssessmentCommandOutput | CreateAssessmentFrameworkCommandOutput | CreateAssessmentReportCommandOutput | CreateControlCommandOutput | DeleteAssessmentCommandOutput | DeleteAssessmentFrameworkCommandOutput | DeleteAssessmentReportCommandOutput | DeleteControlCommandOutput | DeregisterAccountCommandOutput | DeregisterOrganizationAdminAccountCommandOutput | DisassociateAssessmentReportEvidenceFolderCommandOutput | GetAccountStatusCommandOutput | GetAssessmentCommandOutput | GetAssessmentFrameworkCommandOutput | GetAssessmentReportUrlCommandOutput | GetChangeLogsCommandOutput | GetControlCommandOutput | GetDelegationsCommandOutput | GetEvidenceByEvidenceFolderCommandOutput | GetEvidenceCommandOutput | GetEvidenceFolderCommandOutput | GetEvidenceFoldersByAssessmentCommandOutput | GetEvidenceFoldersByAssessmentControlCommandOutput | GetOrganizationAdminAccountCommandOutput | GetServicesInScopeCommandOutput | GetSettingsCommandOutput | ListAssessmentFrameworksCommandOutput | ListAssessmentReportsCommandOutput | ListAssessmentsCommandOutput | ListControlsCommandOutput | ListKeywordsForDataSourceCommandOutput | ListNotificationsCommandOutput | ListTagsForResourceCommandOutput | RegisterAccountCommandOutput | RegisterOrganizationAdminAccountCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAssessmentCommandOutput | UpdateAssessmentControlCommandOutput | UpdateAssessmentControlSetStatusCommandOutput | UpdateAssessmentFrameworkCommandOutput | UpdateAssessmentStatusCommandOutput | UpdateControlCommandOutput | UpdateSettingsCommandOutput | ValidateAssessmentReportIntegrityCommandOutput;
|
|
62
62
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
package/{dist/types → dist-types}/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { AssociateAssessmentReportEvidenceFolderRequest, AssociateAssessmentReportEvidenceFolderResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface AssociateAssessmentReportEvidenceFolderCommandInput extends AssociateAssessmentReportEvidenceFolderRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface AssociateAssessmentReportEvidenceFolderCommandOutput extends AssociateAssessmentReportEvidenceFolderResponse, __MetadataBearer {
|
package/{dist/types → dist-types}/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { BatchAssociateAssessmentReportEvidenceRequest, BatchAssociateAssessmentReportEvidenceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface BatchAssociateAssessmentReportEvidenceCommandInput extends BatchAssociateAssessmentReportEvidenceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface BatchAssociateAssessmentReportEvidenceCommandOutput extends BatchAssociateAssessmentReportEvidenceResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { BatchCreateDelegationByAssessmentRequest, BatchCreateDelegationByAssessmentResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface BatchCreateDelegationByAssessmentCommandInput extends BatchCreateDelegationByAssessmentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface BatchCreateDelegationByAssessmentCommandOutput extends BatchCreateDelegationByAssessmentResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { BatchDeleteDelegationByAssessmentRequest, BatchDeleteDelegationByAssessmentResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface BatchDeleteDelegationByAssessmentCommandInput extends BatchDeleteDelegationByAssessmentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface BatchDeleteDelegationByAssessmentCommandOutput extends BatchDeleteDelegationByAssessmentResponse, __MetadataBearer {
|
package/{dist/types → dist-types}/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { BatchDisassociateAssessmentReportEvidenceRequest, BatchDisassociateAssessmentReportEvidenceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface BatchDisassociateAssessmentReportEvidenceCommandInput extends BatchDisassociateAssessmentReportEvidenceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface BatchDisassociateAssessmentReportEvidenceCommandOutput extends BatchDisassociateAssessmentReportEvidenceResponse, __MetadataBearer {
|
package/{dist/types → dist-types}/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { BatchImportEvidenceToAssessmentControlRequest, BatchImportEvidenceToAssessmentControlResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface BatchImportEvidenceToAssessmentControlCommandInput extends BatchImportEvidenceToAssessmentControlRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface BatchImportEvidenceToAssessmentControlCommandOutput extends BatchImportEvidenceToAssessmentControlResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { CreateAssessmentRequest, CreateAssessmentResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateAssessmentCommandInput extends CreateAssessmentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateAssessmentCommandOutput extends CreateAssessmentResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { CreateAssessmentFrameworkRequest, CreateAssessmentFrameworkResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateAssessmentFrameworkCommandInput extends CreateAssessmentFrameworkRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateAssessmentFrameworkCommandOutput extends CreateAssessmentFrameworkResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { CreateAssessmentReportRequest, CreateAssessmentReportResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateAssessmentReportCommandInput extends CreateAssessmentReportRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateAssessmentReportCommandOutput extends CreateAssessmentReportResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { CreateControlRequest, CreateControlResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateControlCommandInput extends CreateControlRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateControlCommandOutput extends CreateControlResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { DeleteAssessmentRequest, DeleteAssessmentResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteAssessmentCommandInput extends DeleteAssessmentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteAssessmentCommandOutput extends DeleteAssessmentResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { DeleteAssessmentFrameworkRequest, DeleteAssessmentFrameworkResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteAssessmentFrameworkCommandInput extends DeleteAssessmentFrameworkRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteAssessmentFrameworkCommandOutput extends DeleteAssessmentFrameworkResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { DeleteAssessmentReportRequest, DeleteAssessmentReportResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteAssessmentReportCommandInput extends DeleteAssessmentReportRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteAssessmentReportCommandOutput extends DeleteAssessmentReportResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { DeleteControlRequest, DeleteControlResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteControlCommandInput extends DeleteControlRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteControlCommandOutput extends DeleteControlResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { DeregisterAccountRequest, DeregisterAccountResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeregisterAccountCommandInput extends DeregisterAccountRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeregisterAccountCommandOutput extends DeregisterAccountResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { DeregisterOrganizationAdminAccountRequest, DeregisterOrganizationAdminAccountResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeregisterOrganizationAdminAccountCommandInput extends DeregisterOrganizationAdminAccountRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeregisterOrganizationAdminAccountCommandOutput extends DeregisterOrganizationAdminAccountResponse, __MetadataBearer {
|
package/{dist/types → dist-types}/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { DisassociateAssessmentReportEvidenceFolderRequest, DisassociateAssessmentReportEvidenceFolderResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DisassociateAssessmentReportEvidenceFolderCommandInput extends DisassociateAssessmentReportEvidenceFolderRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DisassociateAssessmentReportEvidenceFolderCommandOutput extends DisassociateAssessmentReportEvidenceFolderResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetAccountStatusRequest, GetAccountStatusResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetAccountStatusCommandInput extends GetAccountStatusRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetAccountStatusCommandOutput extends GetAccountStatusResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetAssessmentRequest, GetAssessmentResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetAssessmentCommandInput extends GetAssessmentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetAssessmentCommandOutput extends GetAssessmentResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetAssessmentFrameworkRequest, GetAssessmentFrameworkResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetAssessmentFrameworkCommandInput extends GetAssessmentFrameworkRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetAssessmentFrameworkCommandOutput extends GetAssessmentFrameworkResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetAssessmentReportUrlRequest, GetAssessmentReportUrlResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetAssessmentReportUrlCommandInput extends GetAssessmentReportUrlRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetAssessmentReportUrlCommandOutput extends GetAssessmentReportUrlResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetChangeLogsRequest, GetChangeLogsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetChangeLogsCommandInput extends GetChangeLogsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetChangeLogsCommandOutput extends GetChangeLogsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetControlRequest, GetControlResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetControlCommandInput extends GetControlRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetControlCommandOutput extends GetControlResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetDelegationsRequest, GetDelegationsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetDelegationsCommandInput extends GetDelegationsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetDelegationsCommandOutput extends GetDelegationsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetEvidenceByEvidenceFolderRequest, GetEvidenceByEvidenceFolderResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetEvidenceByEvidenceFolderCommandInput extends GetEvidenceByEvidenceFolderRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetEvidenceByEvidenceFolderCommandOutput extends GetEvidenceByEvidenceFolderResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetEvidenceRequest, GetEvidenceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetEvidenceCommandInput extends GetEvidenceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetEvidenceCommandOutput extends GetEvidenceResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetEvidenceFolderRequest, GetEvidenceFolderResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetEvidenceFolderCommandInput extends GetEvidenceFolderRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetEvidenceFolderCommandOutput extends GetEvidenceFolderResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetEvidenceFoldersByAssessmentRequest, GetEvidenceFoldersByAssessmentResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetEvidenceFoldersByAssessmentCommandInput extends GetEvidenceFoldersByAssessmentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetEvidenceFoldersByAssessmentCommandOutput extends GetEvidenceFoldersByAssessmentResponse, __MetadataBearer {
|
package/{dist/types → dist-types}/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetEvidenceFoldersByAssessmentControlRequest, GetEvidenceFoldersByAssessmentControlResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetEvidenceFoldersByAssessmentControlCommandInput extends GetEvidenceFoldersByAssessmentControlRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetEvidenceFoldersByAssessmentControlCommandOutput extends GetEvidenceFoldersByAssessmentControlResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetOrganizationAdminAccountRequest, GetOrganizationAdminAccountResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetOrganizationAdminAccountCommandInput extends GetOrganizationAdminAccountRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetOrganizationAdminAccountCommandOutput extends GetOrganizationAdminAccountResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetServicesInScopeRequest, GetServicesInScopeResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetServicesInScopeCommandInput extends GetServicesInScopeRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetServicesInScopeCommandOutput extends GetServicesInScopeResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { GetSettingsRequest, GetSettingsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetSettingsCommandInput extends GetSettingsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetSettingsCommandOutput extends GetSettingsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { ListAssessmentFrameworksRequest, ListAssessmentFrameworksResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListAssessmentFrameworksCommandInput extends ListAssessmentFrameworksRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListAssessmentFrameworksCommandOutput extends ListAssessmentFrameworksResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { ListAssessmentReportsRequest, ListAssessmentReportsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListAssessmentReportsCommandInput extends ListAssessmentReportsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListAssessmentReportsCommandOutput extends ListAssessmentReportsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { ListAssessmentsRequest, ListAssessmentsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListAssessmentsCommandInput extends ListAssessmentsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListAssessmentsCommandOutput extends ListAssessmentsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { ListControlsRequest, ListControlsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListControlsCommandInput extends ListControlsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListControlsCommandOutput extends ListControlsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { ListKeywordsForDataSourceRequest, ListKeywordsForDataSourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListKeywordsForDataSourceCommandInput extends ListKeywordsForDataSourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListKeywordsForDataSourceCommandOutput extends ListKeywordsForDataSourceResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { ListNotificationsRequest, ListNotificationsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListNotificationsCommandInput extends ListNotificationsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListNotificationsCommandOutput extends ListNotificationsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
2
4
|
import { RegisterAccountRequest, RegisterAccountResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface RegisterAccountCommandInput extends RegisterAccountRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RegisterAccountCommandOutput extends RegisterAccountResponse, __MetadataBearer {
|