@aws-sdk/client-auditmanager 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateAssessmentReportEvidenceFolderCommand.js +18 -41
- package/dist-cjs/commands/BatchAssociateAssessmentReportEvidenceCommand.js +18 -41
- package/dist-cjs/commands/BatchCreateDelegationByAssessmentCommand.js +18 -41
- package/dist-cjs/commands/BatchDeleteDelegationByAssessmentCommand.js +18 -41
- package/dist-cjs/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +18 -41
- package/dist-cjs/commands/BatchImportEvidenceToAssessmentControlCommand.js +18 -41
- package/dist-cjs/commands/CreateAssessmentCommand.js +18 -41
- package/dist-cjs/commands/CreateAssessmentFrameworkCommand.js +18 -41
- package/dist-cjs/commands/CreateAssessmentReportCommand.js +18 -41
- package/dist-cjs/commands/CreateControlCommand.js +18 -41
- package/dist-cjs/commands/DeleteAssessmentCommand.js +18 -41
- package/dist-cjs/commands/DeleteAssessmentFrameworkCommand.js +18 -41
- package/dist-cjs/commands/DeleteAssessmentFrameworkShareCommand.js +18 -41
- package/dist-cjs/commands/DeleteAssessmentReportCommand.js +18 -41
- package/dist-cjs/commands/DeleteControlCommand.js +18 -41
- package/dist-cjs/commands/DeregisterAccountCommand.js +18 -41
- package/dist-cjs/commands/DeregisterOrganizationAdminAccountCommand.js +18 -41
- package/dist-cjs/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +18 -41
- package/dist-cjs/commands/GetAccountStatusCommand.js +18 -41
- package/dist-cjs/commands/GetAssessmentCommand.js +18 -41
- package/dist-cjs/commands/GetAssessmentFrameworkCommand.js +18 -41
- package/dist-cjs/commands/GetAssessmentReportUrlCommand.js +18 -41
- package/dist-cjs/commands/GetChangeLogsCommand.js +18 -41
- package/dist-cjs/commands/GetControlCommand.js +18 -41
- package/dist-cjs/commands/GetDelegationsCommand.js +18 -41
- package/dist-cjs/commands/GetEvidenceByEvidenceFolderCommand.js +18 -41
- package/dist-cjs/commands/GetEvidenceCommand.js +18 -41
- package/dist-cjs/commands/GetEvidenceFileUploadUrlCommand.js +18 -41
- package/dist-cjs/commands/GetEvidenceFolderCommand.js +18 -41
- package/dist-cjs/commands/GetEvidenceFoldersByAssessmentCommand.js +18 -41
- package/dist-cjs/commands/GetEvidenceFoldersByAssessmentControlCommand.js +18 -41
- package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +18 -41
- package/dist-cjs/commands/GetInsightsCommand.js +18 -41
- package/dist-cjs/commands/GetOrganizationAdminAccountCommand.js +18 -41
- package/dist-cjs/commands/GetServicesInScopeCommand.js +18 -41
- package/dist-cjs/commands/GetSettingsCommand.js +18 -41
- package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +18 -41
- package/dist-cjs/commands/ListAssessmentFrameworkShareRequestsCommand.js +18 -41
- package/dist-cjs/commands/ListAssessmentFrameworksCommand.js +18 -41
- package/dist-cjs/commands/ListAssessmentReportsCommand.js +18 -41
- package/dist-cjs/commands/ListAssessmentsCommand.js +18 -41
- package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +18 -41
- package/dist-cjs/commands/ListControlDomainInsightsCommand.js +18 -41
- package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +18 -41
- package/dist-cjs/commands/ListControlsCommand.js +18 -41
- package/dist-cjs/commands/ListKeywordsForDataSourceCommand.js +18 -41
- package/dist-cjs/commands/ListNotificationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/RegisterAccountCommand.js +18 -41
- package/dist-cjs/commands/RegisterOrganizationAdminAccountCommand.js +18 -41
- package/dist-cjs/commands/StartAssessmentFrameworkShareCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateAssessmentCommand.js +18 -41
- package/dist-cjs/commands/UpdateAssessmentControlCommand.js +18 -41
- package/dist-cjs/commands/UpdateAssessmentControlSetStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateAssessmentFrameworkCommand.js +18 -41
- package/dist-cjs/commands/UpdateAssessmentFrameworkShareCommand.js +18 -41
- package/dist-cjs/commands/UpdateAssessmentStatusCommand.js +18 -41
- package/dist-cjs/commands/UpdateControlCommand.js +18 -41
- package/dist-cjs/commands/UpdateSettingsCommand.js +18 -41
- package/dist-cjs/commands/ValidateAssessmentReportIntegrityCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetChangeLogsPaginator.js +2 -24
- package/dist-cjs/pagination/GetDelegationsPaginator.js +2 -24
- package/dist-cjs/pagination/GetEvidenceByEvidenceFolderPaginator.js +2 -24
- package/dist-cjs/pagination/GetEvidenceFoldersByAssessmentControlPaginator.js +2 -24
- package/dist-cjs/pagination/GetEvidenceFoldersByAssessmentPaginator.js +2 -24
- package/dist-cjs/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +2 -24
- package/dist-cjs/pagination/ListAssessmentFrameworkShareRequestsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAssessmentFrameworksPaginator.js +2 -24
- package/dist-cjs/pagination/ListAssessmentReportsPaginator.js +2 -24
- package/dist-cjs/pagination/ListAssessmentsPaginator.js +2 -24
- package/dist-cjs/pagination/ListControlDomainInsightsByAssessmentPaginator.js +2 -24
- package/dist-cjs/pagination/ListControlDomainInsightsPaginator.js +2 -24
- package/dist-cjs/pagination/ListControlInsightsByControlDomainPaginator.js +2 -24
- package/dist-cjs/pagination/ListControlsPaginator.js +2 -24
- package/dist-cjs/pagination/ListKeywordsForDataSourcePaginator.js +2 -24
- package/dist-cjs/pagination/ListNotificationsPaginator.js +2 -24
- package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +18 -41
- package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +18 -41
- package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +18 -41
- package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +18 -41
- package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +18 -41
- package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +18 -41
- package/dist-es/commands/CreateAssessmentCommand.js +18 -41
- package/dist-es/commands/CreateAssessmentFrameworkCommand.js +18 -41
- package/dist-es/commands/CreateAssessmentReportCommand.js +18 -41
- package/dist-es/commands/CreateControlCommand.js +18 -41
- package/dist-es/commands/DeleteAssessmentCommand.js +18 -41
- package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +18 -41
- package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +18 -41
- package/dist-es/commands/DeleteAssessmentReportCommand.js +18 -41
- package/dist-es/commands/DeleteControlCommand.js +18 -41
- package/dist-es/commands/DeregisterAccountCommand.js +18 -41
- package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +18 -41
- package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +18 -41
- package/dist-es/commands/GetAccountStatusCommand.js +18 -41
- package/dist-es/commands/GetAssessmentCommand.js +18 -41
- package/dist-es/commands/GetAssessmentFrameworkCommand.js +18 -41
- package/dist-es/commands/GetAssessmentReportUrlCommand.js +18 -41
- package/dist-es/commands/GetChangeLogsCommand.js +18 -41
- package/dist-es/commands/GetControlCommand.js +18 -41
- package/dist-es/commands/GetDelegationsCommand.js +18 -41
- package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +18 -41
- package/dist-es/commands/GetEvidenceCommand.js +18 -41
- package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +18 -41
- package/dist-es/commands/GetEvidenceFolderCommand.js +18 -41
- package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +18 -41
- package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +18 -41
- package/dist-es/commands/GetInsightsByAssessmentCommand.js +18 -41
- package/dist-es/commands/GetInsightsCommand.js +18 -41
- package/dist-es/commands/GetOrganizationAdminAccountCommand.js +18 -41
- package/dist-es/commands/GetServicesInScopeCommand.js +18 -41
- package/dist-es/commands/GetSettingsCommand.js +18 -41
- package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +18 -41
- package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +18 -41
- package/dist-es/commands/ListAssessmentFrameworksCommand.js +18 -41
- package/dist-es/commands/ListAssessmentReportsCommand.js +18 -41
- package/dist-es/commands/ListAssessmentsCommand.js +18 -41
- package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +18 -41
- package/dist-es/commands/ListControlDomainInsightsCommand.js +18 -41
- package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +18 -41
- package/dist-es/commands/ListControlsCommand.js +18 -41
- package/dist-es/commands/ListKeywordsForDataSourceCommand.js +18 -41
- package/dist-es/commands/ListNotificationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/RegisterAccountCommand.js +18 -41
- package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +18 -41
- package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateAssessmentCommand.js +18 -41
- package/dist-es/commands/UpdateAssessmentControlCommand.js +18 -41
- package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +18 -41
- package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +18 -41
- package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +18 -41
- package/dist-es/commands/UpdateAssessmentStatusCommand.js +18 -41
- package/dist-es/commands/UpdateControlCommand.js +18 -41
- package/dist-es/commands/UpdateSettingsCommand.js +18 -41
- package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetChangeLogsPaginator.js +2 -23
- package/dist-es/pagination/GetDelegationsPaginator.js +2 -23
- package/dist-es/pagination/GetEvidenceByEvidenceFolderPaginator.js +2 -23
- package/dist-es/pagination/GetEvidenceFoldersByAssessmentControlPaginator.js +2 -23
- package/dist-es/pagination/GetEvidenceFoldersByAssessmentPaginator.js +2 -23
- package/dist-es/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +2 -23
- package/dist-es/pagination/ListAssessmentFrameworkShareRequestsPaginator.js +2 -23
- package/dist-es/pagination/ListAssessmentFrameworksPaginator.js +2 -23
- package/dist-es/pagination/ListAssessmentReportsPaginator.js +2 -23
- package/dist-es/pagination/ListAssessmentsPaginator.js +2 -23
- package/dist-es/pagination/ListControlDomainInsightsByAssessmentPaginator.js +2 -23
- package/dist-es/pagination/ListControlDomainInsightsPaginator.js +2 -23
- package/dist-es/pagination/ListControlInsightsByControlDomainPaginator.js +2 -23
- package/dist-es/pagination/ListControlsPaginator.js +2 -23
- package/dist-es/pagination/ListKeywordsForDataSourcePaginator.js +2 -23
- package/dist-es/pagination/ListNotificationsPaginator.js +2 -23
- package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +6 -21
- package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +6 -21
- package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +6 -21
- package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +6 -21
- package/dist-types/commands/CreateAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +6 -21
- package/dist-types/commands/CreateAssessmentReportCommand.d.ts +6 -21
- package/dist-types/commands/CreateControlCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +6 -21
- package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +6 -21
- package/dist-types/commands/DeleteControlCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterAccountCommand.d.ts +6 -21
- package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +6 -21
- package/dist-types/commands/GetAccountStatusCommand.d.ts +6 -21
- package/dist-types/commands/GetAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +6 -21
- package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +6 -21
- package/dist-types/commands/GetChangeLogsCommand.d.ts +6 -21
- package/dist-types/commands/GetControlCommand.d.ts +6 -21
- package/dist-types/commands/GetDelegationsCommand.d.ts +6 -21
- package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +6 -21
- package/dist-types/commands/GetEvidenceCommand.d.ts +6 -21
- package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +6 -21
- package/dist-types/commands/GetEvidenceFolderCommand.d.ts +6 -21
- package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +6 -21
- package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/GetInsightsCommand.d.ts +6 -21
- package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +6 -21
- package/dist-types/commands/GetServicesInScopeCommand.d.ts +6 -21
- package/dist-types/commands/GetSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +6 -21
- package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +6 -21
- package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +6 -21
- package/dist-types/commands/ListAssessmentReportsCommand.d.ts +6 -21
- package/dist-types/commands/ListAssessmentsCommand.d.ts +6 -21
- package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +6 -21
- package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +6 -21
- package/dist-types/commands/ListControlsCommand.d.ts +6 -21
- package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +6 -21
- package/dist-types/commands/ListNotificationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/RegisterAccountCommand.d.ts +6 -21
- package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +6 -21
- package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAssessmentCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +6 -21
- package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +6 -21
- package/dist-types/commands/UpdateControlCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSettingsCommand.d.ts +6 -21
- package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetChangeLogsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDelegationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +1 -1
- package/dist-types/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentFrameworksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentReportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +1 -1
- package/dist-types/pagination/ListControlDomainInsightsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListControlInsightsByControlDomainPaginator.d.ts +1 -1
- package/dist-types/pagination/ListControlsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKeywordsForDataSourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetControlCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEvidenceFileUploadUrlCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetChangeLogsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetDelegationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetEvidenceByEvidenceFolderPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentControlPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetEvidenceFoldersByAssessmentPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAssessmentControlInsightsByControlDomainPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworkShareRequestsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAssessmentFrameworksPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAssessmentReportsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListAssessmentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsByAssessmentPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListControlDomainInsightsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListControlInsightsByControlDomainPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListControlsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListKeywordsForDataSourcePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +3 -3
- package/package.json +11 -11
|
@@ -4,4 +4,4 @@ import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListControlDomainInsights: (config: AuditManagerPaginationConfiguration, input: ListControlDomainInsightsCommandInput, ...rest: any[]) => Paginator<ListControlDomainInsightsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListControlInsightsByControlDomain: (config: AuditManagerPaginationConfiguration, input: ListControlInsightsByControlDomainCommandInput, ...rest: any[]) => Paginator<ListControlInsightsByControlDomainCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListControls: (config: AuditManagerPaginationConfiguration, input: ListControlsCommandInput, ...rest: any[]) => Paginator<ListControlsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListKeywordsForDataSource: (config: AuditManagerPaginationConfiguration, input: ListKeywordsForDataSourceCommandInput, ...rest: any[]) => Paginator<ListKeywordsForDataSourceCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { AuditManagerPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListNotifications: (config: AuditManagerPaginationConfiguration, input: ListNotificationsCommandInput, ...rest: any[]) => Paginator<ListNotificationsCommandOutput>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface AssociateAssessmentReportEvidenceFolderCommandInput
|
|
|
21
15
|
export interface AssociateAssessmentReportEvidenceFolderCommandOutput
|
|
22
16
|
extends AssociateAssessmentReportEvidenceFolderResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: AssociateAssessmentReportEvidenceFolderCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: AssociateAssessmentReportEvidenceFolderCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const AssociateAssessmentReportEvidenceFolderCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: AssociateAssessmentReportEvidenceFolderCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
AssociateAssessmentReportEvidenceFolderCommandInput,
|
|
38
|
-
AssociateAssessmentReportEvidenceFolderCommandOutput
|
|
23
|
+
AssociateAssessmentReportEvidenceFolderCommandOutput,
|
|
24
|
+
AuditManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class AssociateAssessmentReportEvidenceFolderCommand extends AssociateAssessmentReportEvidenceFolderCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface BatchAssociateAssessmentReportEvidenceCommandInput
|
|
|
21
15
|
export interface BatchAssociateAssessmentReportEvidenceCommandOutput
|
|
22
16
|
extends BatchAssociateAssessmentReportEvidenceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: BatchAssociateAssessmentReportEvidenceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: BatchAssociateAssessmentReportEvidenceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const BatchAssociateAssessmentReportEvidenceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: BatchAssociateAssessmentReportEvidenceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
BatchAssociateAssessmentReportEvidenceCommandInput,
|
|
38
|
-
BatchAssociateAssessmentReportEvidenceCommandOutput
|
|
23
|
+
BatchAssociateAssessmentReportEvidenceCommandOutput,
|
|
24
|
+
AuditManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class BatchAssociateAssessmentReportEvidenceCommand extends BatchAssociateAssessmentReportEvidenceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface BatchCreateDelegationByAssessmentCommandInput
|
|
|
21
15
|
export interface BatchCreateDelegationByAssessmentCommandOutput
|
|
22
16
|
extends BatchCreateDelegationByAssessmentResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: BatchCreateDelegationByAssessmentCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: BatchCreateDelegationByAssessmentCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const BatchCreateDelegationByAssessmentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: BatchCreateDelegationByAssessmentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
BatchCreateDelegationByAssessmentCommandInput,
|
|
38
|
-
BatchCreateDelegationByAssessmentCommandOutput
|
|
23
|
+
BatchCreateDelegationByAssessmentCommandOutput,
|
|
24
|
+
AuditManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class BatchCreateDelegationByAssessmentCommand extends BatchCreateDelegationByAssessmentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface BatchDeleteDelegationByAssessmentCommandInput
|
|
|
21
15
|
export interface BatchDeleteDelegationByAssessmentCommandOutput
|
|
22
16
|
extends BatchDeleteDelegationByAssessmentResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: BatchDeleteDelegationByAssessmentCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: BatchDeleteDelegationByAssessmentCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const BatchDeleteDelegationByAssessmentCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: BatchDeleteDelegationByAssessmentCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
BatchDeleteDelegationByAssessmentCommandInput,
|
|
38
|
-
BatchDeleteDelegationByAssessmentCommandOutput
|
|
23
|
+
BatchDeleteDelegationByAssessmentCommandOutput,
|
|
24
|
+
AuditManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class BatchDeleteDelegationByAssessmentCommand extends BatchDeleteDelegationByAssessmentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface BatchDisassociateAssessmentReportEvidenceCommandInput
|
|
|
21
15
|
export interface BatchDisassociateAssessmentReportEvidenceCommandOutput
|
|
22
16
|
extends BatchDisassociateAssessmentReportEvidenceResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: BatchDisassociateAssessmentReportEvidenceCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: BatchDisassociateAssessmentReportEvidenceCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const BatchDisassociateAssessmentReportEvidenceCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: BatchDisassociateAssessmentReportEvidenceCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
BatchDisassociateAssessmentReportEvidenceCommandInput,
|
|
38
|
-
BatchDisassociateAssessmentReportEvidenceCommandOutput
|
|
23
|
+
BatchDisassociateAssessmentReportEvidenceCommandOutput,
|
|
24
|
+
AuditManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class BatchDisassociateAssessmentReportEvidenceCommand extends BatchDisassociateAssessmentReportEvidenceCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface BatchImportEvidenceToAssessmentControlCommandInput
|
|
|
21
15
|
export interface BatchImportEvidenceToAssessmentControlCommandOutput
|
|
22
16
|
extends BatchImportEvidenceToAssessmentControlResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: BatchImportEvidenceToAssessmentControlCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: BatchImportEvidenceToAssessmentControlCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const BatchImportEvidenceToAssessmentControlCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: BatchImportEvidenceToAssessmentControlCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
BatchImportEvidenceToAssessmentControlCommandInput,
|
|
38
|
-
BatchImportEvidenceToAssessmentControlCommandOutput
|
|
23
|
+
BatchImportEvidenceToAssessmentControlCommandOutput,
|
|
24
|
+
AuditManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class BatchImportEvidenceToAssessmentControlCommand extends BatchImportEvidenceToAssessmentControlCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface CreateAssessmentCommandInput extends CreateAssessmentRequest {}
|
|
|
20
14
|
export interface CreateAssessmentCommandOutput
|
|
21
15
|
extends CreateAssessmentResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateAssessmentCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateAssessmentCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateAssessmentCommandInput,
|
|
22
|
+
CreateAssessmentCommandOutput,
|
|
23
|
+
AuditManagerClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateAssessmentCommand extends CreateAssessmentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateAssessmentFrameworkCommandInput
|
|
|
21
15
|
export interface CreateAssessmentFrameworkCommandOutput
|
|
22
16
|
extends CreateAssessmentFrameworkResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateAssessmentFrameworkCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateAssessmentFrameworkCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateAssessmentFrameworkCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateAssessmentFrameworkCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateAssessmentFrameworkCommandInput,
|
|
38
|
-
CreateAssessmentFrameworkCommandOutput
|
|
23
|
+
CreateAssessmentFrameworkCommandOutput,
|
|
24
|
+
AuditManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateAssessmentFrameworkCommand extends CreateAssessmentFrameworkCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface CreateAssessmentReportCommandInput
|
|
|
21
15
|
export interface CreateAssessmentReportCommandOutput
|
|
22
16
|
extends CreateAssessmentReportResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: CreateAssessmentReportCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: CreateAssessmentReportCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const CreateAssessmentReportCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateAssessmentReportCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
CreateAssessmentReportCommandInput,
|
|
38
|
-
CreateAssessmentReportCommandOutput
|
|
23
|
+
CreateAssessmentReportCommandOutput,
|
|
24
|
+
AuditManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class CreateAssessmentReportCommand extends CreateAssessmentReportCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface CreateControlCommandInput extends CreateControlRequest {}
|
|
|
20
14
|
export interface CreateControlCommandOutput
|
|
21
15
|
extends CreateControlResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const CreateControlCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: CreateControlCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
CreateControlCommandInput,
|
|
22
|
+
CreateControlCommandOutput,
|
|
23
|
+
AuditManagerClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class CreateControlCommand extends CreateControlCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DeleteAssessmentCommandInput extends DeleteAssessmentRequest {}
|
|
|
20
14
|
export interface DeleteAssessmentCommandOutput
|
|
21
15
|
extends DeleteAssessmentResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DeleteAssessmentCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DeleteAssessmentCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DeleteAssessmentCommandInput,
|
|
22
|
+
DeleteAssessmentCommandOutput,
|
|
23
|
+
AuditManagerClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DeleteAssessmentCommand extends DeleteAssessmentCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DeleteAssessmentFrameworkCommandInput
|
|
|
21
15
|
export interface DeleteAssessmentFrameworkCommandOutput
|
|
22
16
|
extends DeleteAssessmentFrameworkResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteAssessmentFrameworkCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteAssessmentFrameworkCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteAssessmentFrameworkCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteAssessmentFrameworkCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteAssessmentFrameworkCommandInput,
|
|
38
|
-
DeleteAssessmentFrameworkCommandOutput
|
|
23
|
+
DeleteAssessmentFrameworkCommandOutput,
|
|
24
|
+
AuditManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteAssessmentFrameworkCommand extends DeleteAssessmentFrameworkCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
AuditManagerClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DeleteAssessmentFrameworkShareCommandInput
|
|
|
21
15
|
export interface DeleteAssessmentFrameworkShareCommandOutput
|
|
22
16
|
extends DeleteAssessmentFrameworkShareResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DeleteAssessmentFrameworkShareCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DeleteAssessmentFrameworkShareCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: AuditManagerClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DeleteAssessmentFrameworkShareCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DeleteAssessmentFrameworkShareCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DeleteAssessmentFrameworkShareCommandInput,
|
|
38
|
-
DeleteAssessmentFrameworkShareCommandOutput
|
|
23
|
+
DeleteAssessmentFrameworkShareCommandOutput,
|
|
24
|
+
AuditManagerClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DeleteAssessmentFrameworkShareCommand extends DeleteAssessmentFrameworkShareCommand_base {}
|