@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
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetChangeLogsRequest, GetChangeLogsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetChangeLogsCommandInput extends GetChangeLogsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetChangeLogsCommandOutput extends GetChangeLogsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetChangeLogsCommand_base: {
|
|
24
|
+
new (input: GetChangeLogsCommandInput): import("@smithy/smithy-client").CommandImpl<GetChangeLogsCommandInput, GetChangeLogsCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets a list of changelogs from Audit Manager. </p>
|
|
@@ -78,23 +81,5 @@ export interface GetChangeLogsCommandOutput extends GetChangeLogsResponse, __Met
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class GetChangeLogsCommand extends
|
|
82
|
-
readonly input: GetChangeLogsCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: GetChangeLogsCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChangeLogsCommandInput, GetChangeLogsCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class GetChangeLogsCommand extends GetChangeLogsCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetControlRequest, GetControlResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetControlCommandInput extends GetControlRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetControlCommandOutput extends GetControlResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetControlCommand_base: {
|
|
24
|
+
new (input: GetControlCommandInput): import("@smithy/smithy-client").CommandImpl<GetControlCommandInput, GetControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets information about a specified control.</p>
|
|
@@ -97,23 +100,5 @@ export interface GetControlCommandOutput extends GetControlResponse, __MetadataB
|
|
|
97
100
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
98
101
|
*
|
|
99
102
|
*/
|
|
100
|
-
export declare class GetControlCommand extends
|
|
101
|
-
readonly input: GetControlCommandInput;
|
|
102
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
103
|
-
/**
|
|
104
|
-
* @public
|
|
105
|
-
*/
|
|
106
|
-
constructor(input: GetControlCommandInput);
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetControlCommandInput, GetControlCommandOutput>;
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
|
-
private serialize;
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
private deserialize;
|
|
103
|
+
export declare class GetControlCommand extends GetControlCommand_base {
|
|
119
104
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetDelegationsRequest, GetDelegationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetDelegationsCommandInput extends GetDelegationsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetDelegationsCommandOutput extends GetDelegationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetDelegationsCommand_base: {
|
|
24
|
+
new (input: GetDelegationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetDelegationsCommandInput, GetDelegationsCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets a list of delegations from an audit owner to a delegate. </p>
|
|
@@ -74,23 +77,5 @@ export interface GetDelegationsCommandOutput extends GetDelegationsResponse, __M
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class GetDelegationsCommand extends
|
|
78
|
-
readonly input: GetDelegationsCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: GetDelegationsCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDelegationsCommandInput, GetDelegationsCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class GetDelegationsCommand extends GetDelegationsCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetEvidenceByEvidenceFolderRequest, GetEvidenceByEvidenceFolderResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEvidenceByEvidenceFolderCommandInput extends GetEvidenceByEv
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEvidenceByEvidenceFolderCommandOutput extends GetEvidenceByEvidenceFolderResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEvidenceByEvidenceFolderCommand_base: {
|
|
24
|
+
new (input: GetEvidenceByEvidenceFolderCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets all evidence from a specified evidence folder in Audit Manager. </p>
|
|
@@ -96,23 +99,5 @@ export interface GetEvidenceByEvidenceFolderCommandOutput extends GetEvidenceByE
|
|
|
96
99
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
97
100
|
*
|
|
98
101
|
*/
|
|
99
|
-
export declare class GetEvidenceByEvidenceFolderCommand extends
|
|
100
|
-
readonly input: GetEvidenceByEvidenceFolderCommandInput;
|
|
101
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
102
|
-
/**
|
|
103
|
-
* @public
|
|
104
|
-
*/
|
|
105
|
-
constructor(input: GetEvidenceByEvidenceFolderCommandInput);
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput>;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private serialize;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private deserialize;
|
|
102
|
+
export declare class GetEvidenceByEvidenceFolderCommand extends GetEvidenceByEvidenceFolderCommand_base {
|
|
118
103
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetEvidenceRequest, GetEvidenceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEvidenceCommandInput extends GetEvidenceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEvidenceCommandOutput extends GetEvidenceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEvidenceCommand_base: {
|
|
24
|
+
new (input: GetEvidenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceCommandInput, GetEvidenceCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets information about a specified evidence item.</p>
|
|
@@ -92,23 +95,5 @@ export interface GetEvidenceCommandOutput extends GetEvidenceResponse, __Metadat
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class GetEvidenceCommand extends
|
|
96
|
-
readonly input: GetEvidenceCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: GetEvidenceCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceCommandInput, GetEvidenceCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class GetEvidenceCommand extends GetEvidenceCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetEvidenceFileUploadUrlRequest, GetEvidenceFileUploadUrlResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEvidenceFileUploadUrlCommandInput extends GetEvidenceFileUpl
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEvidenceFileUploadUrlCommandOutput extends GetEvidenceFileUploadUrlResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEvidenceFileUploadUrlCommand_base: {
|
|
24
|
+
new (input: GetEvidenceFileUploadUrlCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceFileUploadUrlCommandInput, GetEvidenceFileUploadUrlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates a presigned Amazon S3 URL that can be used to upload a file as manual
|
|
@@ -83,23 +86,5 @@ export interface GetEvidenceFileUploadUrlCommandOutput extends GetEvidenceFileUp
|
|
|
83
86
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
84
87
|
*
|
|
85
88
|
*/
|
|
86
|
-
export declare class GetEvidenceFileUploadUrlCommand extends
|
|
87
|
-
readonly input: GetEvidenceFileUploadUrlCommandInput;
|
|
88
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
89
|
-
/**
|
|
90
|
-
* @public
|
|
91
|
-
*/
|
|
92
|
-
constructor(input: GetEvidenceFileUploadUrlCommandInput);
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceFileUploadUrlCommandInput, GetEvidenceFileUploadUrlCommandOutput>;
|
|
97
|
-
/**
|
|
98
|
-
* @internal
|
|
99
|
-
*/
|
|
100
|
-
private serialize;
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
private deserialize;
|
|
89
|
+
export declare class GetEvidenceFileUploadUrlCommand extends GetEvidenceFileUploadUrlCommand_base {
|
|
105
90
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetEvidenceFolderRequest, GetEvidenceFolderResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEvidenceFolderCommandInput extends GetEvidenceFolderRequest
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEvidenceFolderCommandOutput extends GetEvidenceFolderResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEvidenceFolderCommand_base: {
|
|
24
|
+
new (input: GetEvidenceFolderCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets an evidence folder from a specified assessment in Audit Manager. </p>
|
|
@@ -86,23 +89,5 @@ export interface GetEvidenceFolderCommandOutput extends GetEvidenceFolderRespons
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class GetEvidenceFolderCommand extends
|
|
90
|
-
readonly input: GetEvidenceFolderCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: GetEvidenceFolderCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class GetEvidenceFolderCommand extends GetEvidenceFolderCommand_base {
|
|
108
93
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetEvidenceFoldersByAssessmentRequest, GetEvidenceFoldersByAssessmentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEvidenceFoldersByAssessmentCommandInput extends GetEvidenceF
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEvidenceFoldersByAssessmentCommandOutput extends GetEvidenceFoldersByAssessmentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEvidenceFoldersByAssessmentCommand_base: {
|
|
24
|
+
new (input: GetEvidenceFoldersByAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets the evidence folders from a specified assessment in Audit Manager. </p>
|
|
@@ -89,23 +92,5 @@ export interface GetEvidenceFoldersByAssessmentCommandOutput extends GetEvidence
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class GetEvidenceFoldersByAssessmentCommand extends
|
|
93
|
-
readonly input: GetEvidenceFoldersByAssessmentCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: GetEvidenceFoldersByAssessmentCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class GetEvidenceFoldersByAssessmentCommand extends GetEvidenceFoldersByAssessmentCommand_base {
|
|
111
96
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetEvidenceFoldersByAssessmentControlRequest, GetEvidenceFoldersByAssessmentControlResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetEvidenceFoldersByAssessmentControlCommandInput extends GetEv
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetEvidenceFoldersByAssessmentControlCommandOutput extends GetEvidenceFoldersByAssessmentControlResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetEvidenceFoldersByAssessmentControlCommand_base: {
|
|
24
|
+
new (input: GetEvidenceFoldersByAssessmentControlCommandInput): import("@smithy/smithy-client").CommandImpl<GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets a list of evidence folders that are associated with a specified control in an
|
|
@@ -92,23 +95,5 @@ export interface GetEvidenceFoldersByAssessmentControlCommandOutput extends GetE
|
|
|
92
95
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
93
96
|
*
|
|
94
97
|
*/
|
|
95
|
-
export declare class GetEvidenceFoldersByAssessmentControlCommand extends
|
|
96
|
-
readonly input: GetEvidenceFoldersByAssessmentControlCommandInput;
|
|
97
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
98
|
-
/**
|
|
99
|
-
* @public
|
|
100
|
-
*/
|
|
101
|
-
constructor(input: GetEvidenceFoldersByAssessmentControlCommandInput);
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput>;
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
|
-
private serialize;
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
private deserialize;
|
|
98
|
+
export declare class GetEvidenceFoldersByAssessmentControlCommand extends GetEvidenceFoldersByAssessmentControlCommand_base {
|
|
114
99
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetInsightsByAssessmentRequest, GetInsightsByAssessmentResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetInsightsByAssessmentCommandInput extends GetInsightsByAssess
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetInsightsByAssessmentCommandOutput extends GetInsightsByAssessmentResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetInsightsByAssessmentCommand_base: {
|
|
24
|
+
new (input: GetInsightsByAssessmentCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the latest analytics data for a specific active assessment. </p>
|
|
@@ -72,23 +75,5 @@ export interface GetInsightsByAssessmentCommandOutput extends GetInsightsByAsses
|
|
|
72
75
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
73
76
|
*
|
|
74
77
|
*/
|
|
75
|
-
export declare class GetInsightsByAssessmentCommand extends
|
|
76
|
-
readonly input: GetInsightsByAssessmentCommandInput;
|
|
77
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
|
-
/**
|
|
79
|
-
* @public
|
|
80
|
-
*/
|
|
81
|
-
constructor(input: GetInsightsByAssessmentCommandInput);
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput>;
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
private serialize;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private deserialize;
|
|
78
|
+
export declare class GetInsightsByAssessmentCommand extends GetInsightsByAssessmentCommand_base {
|
|
94
79
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetInsightsRequest, GetInsightsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetInsightsCommandInput extends GetInsightsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetInsightsCommandOutput extends GetInsightsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetInsightsCommand_base: {
|
|
24
|
+
new (input: GetInsightsCommandInput): import("@smithy/smithy-client").CommandImpl<GetInsightsCommandInput, GetInsightsCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets the latest analytics data for all your current active assessments. </p>
|
|
@@ -65,23 +68,5 @@ export interface GetInsightsCommandOutput extends GetInsightsResponse, __Metadat
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class GetInsightsCommand extends
|
|
69
|
-
readonly input: GetInsightsCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: GetInsightsCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInsightsCommandInput, GetInsightsCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class GetInsightsCommand extends GetInsightsCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetOrganizationAdminAccountRequest, GetOrganizationAdminAccountResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetOrganizationAdminAccountCommandInput extends GetOrganization
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetOrganizationAdminAccountCommandOutput extends GetOrganizationAdminAccountResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetOrganizationAdminAccountCommand_base: {
|
|
24
|
+
new (input: GetOrganizationAdminAccountCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets the name of the delegated Amazon Web Services administrator account for a specified
|
|
@@ -65,23 +68,5 @@ export interface GetOrganizationAdminAccountCommandOutput extends GetOrganizatio
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class GetOrganizationAdminAccountCommand extends
|
|
69
|
-
readonly input: GetOrganizationAdminAccountCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: GetOrganizationAdminAccountCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class GetOrganizationAdminAccountCommand extends GetOrganizationAdminAccountCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetServicesInScopeRequest, GetServicesInScopeResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetServicesInScopeCommandInput extends GetServicesInScopeReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetServicesInScopeCommandOutput extends GetServicesInScopeResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetServicesInScopeCommand_base: {
|
|
24
|
+
new (input: GetServicesInScopeCommandInput): import("@smithy/smithy-client").CommandImpl<GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Gets a list of all of the Amazon Web Services that you can choose to include in
|
|
@@ -69,23 +72,5 @@ export interface GetServicesInScopeCommandOutput extends GetServicesInScopeRespo
|
|
|
69
72
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
70
73
|
*
|
|
71
74
|
*/
|
|
72
|
-
export declare class GetServicesInScopeCommand extends
|
|
73
|
-
readonly input: GetServicesInScopeCommandInput;
|
|
74
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
75
|
-
/**
|
|
76
|
-
* @public
|
|
77
|
-
*/
|
|
78
|
-
constructor(input: GetServicesInScopeCommandInput);
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput>;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private serialize;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private deserialize;
|
|
75
|
+
export declare class GetServicesInScopeCommand extends GetServicesInScopeCommand_base {
|
|
91
76
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AuditManagerClient";
|
|
5
4
|
import { GetSettingsRequest, GetSettingsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetSettingsCommandInput extends GetSettingsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetSettingsCommandOutput extends GetSettingsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetSettingsCommand_base: {
|
|
24
|
+
new (input: GetSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSettingsCommandInput, GetSettingsCommandOutput, AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Gets the settings for a specified Amazon Web Services account. </p>
|
|
@@ -86,23 +89,5 @@ export interface GetSettingsCommandOutput extends GetSettingsResponse, __Metadat
|
|
|
86
89
|
* <p>Base exception class for all service exceptions from AuditManager service.</p>
|
|
87
90
|
*
|
|
88
91
|
*/
|
|
89
|
-
export declare class GetSettingsCommand extends
|
|
90
|
-
readonly input: GetSettingsCommandInput;
|
|
91
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
*/
|
|
95
|
-
constructor(input: GetSettingsCommandInput);
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AuditManagerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSettingsCommandInput, GetSettingsCommandOutput>;
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
private serialize;
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
private deserialize;
|
|
92
|
+
export declare class GetSettingsCommand extends GetSettingsCommand_base {
|
|
108
93
|
}
|