/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@aws-sdk/client-auditmanager@3.1029.0/dist-cjs/index.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";var middlewareHostHeader=require("@aws-sdk/middleware-host-header"),middlewareLogger=require("@aws-sdk/middleware-logger"),middlewareRecursionDetection=require("@aws-sdk/middleware-recursion-detection"),middlewareUserAgent=require("@aws-sdk/middleware-user-agent"),configResolver=require("@smithy/config-resolver"),core=require("@smithy/core"),schema=require("@smithy/core/schema"),middlewareContentLength=require("@smithy/middleware-content-length"),middlewareEndpoint=require("@smithy/middleware-endpoint"),middlewareRetry=require("@smithy/middleware-retry"),smithyClient=require("@smithy/smithy-client"),httpAuthSchemeProvider=require("./auth/httpAuthSchemeProvider"),runtimeConfig=require("./runtimeConfig"),regionConfigResolver=require("@aws-sdk/region-config-resolver"),protocolHttp=require("@smithy/protocol-http"),schemas_0=require("./schemas/schemas_0"),errors=require("./models/errors"),AuditManagerServiceException=require("./models/AuditManagerServiceException");const resolveClientEndpointParameters=e=>Object.assign(e,{useDualstackEndpoint:e.useDualstackEndpoint??!1,useFipsEndpoint:e.useFipsEndpoint??!1,defaultSigningName:"auditmanager"}),commonParams={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}},getHttpAuthExtensionConfiguration=e=>{const s=e.httpAuthSchemes;let t=e.httpAuthSchemeProvider,n=e.credentials;return{setHttpAuthScheme(e){const t=s.findIndex((s=>s.schemeId===e.schemeId));-1===t?s.push(e):s.splice(t,1,e)},httpAuthSchemes:()=>s,setHttpAuthSchemeProvider(e){t=e},httpAuthSchemeProvider:()=>t,setCredentials(e){n=e},credentials:()=>n}},resolveHttpAuthRuntimeConfig=e=>({httpAuthSchemes:e.httpAuthSchemes(),httpAuthSchemeProvider:e.httpAuthSchemeProvider(),credentials:e.credentials()}),resolveRuntimeExtensions=(e,s)=>{const t=Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(e),smithyClient.getDefaultExtensionConfiguration(e),protocolHttp.getHttpHandlerExtensionConfiguration(e),getHttpAuthExtensionConfiguration(e));return s.forEach((e=>e.configure(t))),Object.assign(e,regionConfigResolver.resolveAwsRegionExtensionConfiguration(t),smithyClient.resolveDefaultRuntimeConfig(t),protocolHttp.resolveHttpHandlerRuntimeConfig(t),resolveHttpAuthRuntimeConfig(t))};class AuditManagerClient extends smithyClient.Client{config;constructor(...[e]){const s=runtimeConfig.getRuntimeConfig(e||{});super(s),this.initConfig=s;const t=resolveClientEndpointParameters(s),n=middlewareUserAgent.resolveUserAgentConfig(t),a=middlewareRetry.resolveRetryConfig(n),o=configResolver.resolveRegionConfig(a),m=middlewareHostHeader.resolveHostHeaderConfig(o),r=middlewareEndpoint.resolveEndpointConfig(m),i=httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(r),d=resolveRuntimeExtensions(i,e?.extensions||[]);this.config=d,this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config)),this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config)),this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config)),this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config)),this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config)),this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config)),this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config)),this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:httpAuthSchemeProvider.defaultAuditManagerHttpAuthSchemeParametersProvider,identityProviderConfigProvider:async e=>new core.DefaultIdentityProviderConfig({"aws.auth#sigv4":e.credentials})})),this.middlewareStack.use(core.getHttpSigningPlugin(this.config))}destroy(){super.destroy()}}class AssociateAssessmentReportEvidenceFolderCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","AssociateAssessmentReportEvidenceFolder",{}).n("AuditManagerClient","AssociateAssessmentReportEvidenceFolderCommand").sc(schemas_0.AssociateAssessmentReportEvidenceFolder$).build()){}class BatchAssociateAssessmentReportEvidenceCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","BatchAssociateAssessmentReportEvidence",{}).n("AuditManagerClient","BatchAssociateAssessmentReportEvidenceCommand").sc(schemas_0.BatchAssociateAssessmentReportEvidence$).build()){}class BatchCreateDelegationByAssessmentCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","BatchCreateDelegationByAssessment",{}).n("AuditManagerClient","BatchCreateDelegationByAssessmentCommand").sc(schemas_0.BatchCreateDelegationByAssessment$).build()){}class BatchDeleteDelegationByAssessmentCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","BatchDeleteDelegationByAssessment",{}).n("AuditManagerClient","BatchDeleteDelegationByAssessmentCommand").sc(schemas_0.BatchDeleteDelegationByAssessment$).build()){}class BatchDisassociateAssessmentReportEvidenceCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","BatchDisassociateAssessmentReportEvidence",{}).n("AuditManagerClient","BatchDisassociateAssessmentReportEvidenceCommand").sc(schemas_0.BatchDisassociateAssessmentReportEvidence$).build()){}class BatchImportEvidenceToAssessmentControlCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","BatchImportEvidenceToAssessmentControl",{}).n("AuditManagerClient","BatchImportEvidenceToAssessmentControlCommand").sc(schemas_0.BatchImportEvidenceToAssessmentControl$).build()){}class CreateAssessmentCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","CreateAssessment",{}).n("AuditManagerClient","CreateAssessmentCommand").sc(schemas_0.CreateAssessment$).build()){}class CreateAssessmentFrameworkCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","CreateAssessmentFramework",{}).n("AuditManagerClient","CreateAssessmentFrameworkCommand").sc(schemas_0.CreateAssessmentFramework$).build()){}class CreateAssessmentReportCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","CreateAssessmentReport",{}).n("AuditManagerClient","CreateAssessmentReportCommand").sc(schemas_0.CreateAssessmentReport$).build()){}class CreateControlCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","CreateControl",{}).n("AuditManagerClient","CreateControlCommand").sc(schemas_0.CreateControl$).build()){}class DeleteAssessmentCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","DeleteAssessment",{}).n("AuditManagerClient","DeleteAssessmentCommand").sc(schemas_0.DeleteAssessment$).build()){}class DeleteAssessmentFrameworkCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","DeleteAssessmentFramework",{}).n("AuditManagerClient","DeleteAssessmentFrameworkCommand").sc(schemas_0.DeleteAssessmentFramework$).build()){}class DeleteAssessmentFrameworkShareCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","DeleteAssessmentFrameworkShare",{}).n("AuditManagerClient","DeleteAssessmentFrameworkShareCommand").sc(schemas_0.DeleteAssessmentFrameworkShare$).build()){}class DeleteAssessmentReportCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","DeleteAssessmentReport",{}).n("AuditManagerClient","DeleteAssessmentReportCommand").sc(schemas_0.DeleteAssessmentReport$).build()){}class DeleteControlCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","DeleteControl",{}).n("AuditManagerClient","DeleteControlCommand").sc(schemas_0.DeleteControl$).build()){}class DeregisterAccountCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","DeregisterAccount",{}).n("AuditManagerClient","DeregisterAccountCommand").sc(schemas_0.DeregisterAccount$).build()){}class DeregisterOrganizationAdminAccountCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","DeregisterOrganizationAdminAccount",{}).n("AuditManagerClient","DeregisterOrganizationAdminAccountCommand").sc(schemas_0.DeregisterOrganizationAdminAccount$).build()){}class DisassociateAssessmentReportEvidenceFolderCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","DisassociateAssessmentReportEvidenceFolder",{}).n("AuditManagerClient","DisassociateAssessmentReportEvidenceFolderCommand").sc(schemas_0.DisassociateAssessmentReportEvidenceFolder$).build()){}class GetAccountStatusCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetAccountStatus",{}).n("AuditManagerClient","GetAccountStatusCommand").sc(schemas_0.GetAccountStatus$).build()){}class GetAssessmentCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetAssessment",{}).n("AuditManagerClient","GetAssessmentCommand").sc(schemas_0.GetAssessment$).build()){}class GetAssessmentFrameworkCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetAssessmentFramework",{}).n("AuditManagerClient","GetAssessmentFrameworkCommand").sc(schemas_0.GetAssessmentFramework$).build()){}class GetAssessmentReportUrlCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetAssessmentReportUrl",{}).n("AuditManagerClient","GetAssessmentReportUrlCommand").sc(schemas_0.GetAssessmentReportUrl$).build()){}class GetChangeLogsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetChangeLogs",{}).n("AuditManagerClient","GetChangeLogsCommand").sc(schemas_0.GetChangeLogs$).build()){}class GetControlCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetControl",{}).n("AuditManagerClient","GetControlCommand").sc(schemas_0.GetControl$).build()){}class GetDelegationsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetDelegations",{}).n("AuditManagerClient","GetDelegationsCommand").sc(schemas_0.GetDelegations$).build()){}class GetEvidenceByEvidenceFolderCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetEvidenceByEvidenceFolder",{}).n("AuditManagerClient","GetEvidenceByEvidenceFolderCommand").sc(schemas_0.GetEvidenceByEvidenceFolder$).build()){}class GetEvidenceCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetEvidence",{}).n("AuditManagerClient","GetEvidenceCommand").sc(schemas_0.GetEvidence$).build()){}class GetEvidenceFileUploadUrlCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetEvidenceFileUploadUrl",{}).n("AuditManagerClient","GetEvidenceFileUploadUrlCommand").sc(schemas_0.GetEvidenceFileUploadUrl$).build()){}class GetEvidenceFolderCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetEvidenceFolder",{}).n("AuditManagerClient","GetEvidenceFolderCommand").sc(schemas_0.GetEvidenceFolder$).build()){}class GetEvidenceFoldersByAssessmentCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetEvidenceFoldersByAssessment",{}).n("AuditManagerClient","GetEvidenceFoldersByAssessmentCommand").sc(schemas_0.GetEvidenceFoldersByAssessment$).build()){}class GetEvidenceFoldersByAssessmentControlCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetEvidenceFoldersByAssessmentControl",{}).n("AuditManagerClient","GetEvidenceFoldersByAssessmentControlCommand").sc(schemas_0.GetEvidenceFoldersByAssessmentControl$).build()){}class GetInsightsByAssessmentCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetInsightsByAssessment",{}).n("AuditManagerClient","GetInsightsByAssessmentCommand").sc(schemas_0.GetInsightsByAssessment$).build()){}class GetInsightsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetInsights",{}).n("AuditManagerClient","GetInsightsCommand").sc(schemas_0.GetInsights$).build()){}class GetOrganizationAdminAccountCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetOrganizationAdminAccount",{}).n("AuditManagerClient","GetOrganizationAdminAccountCommand").sc(schemas_0.GetOrganizationAdminAccount$).build()){}class GetServicesInScopeCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetServicesInScope",{}).n("AuditManagerClient","GetServicesInScopeCommand").sc(schemas_0.GetServicesInScope$).build()){}class GetSettingsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","GetSettings",{}).n("AuditManagerClient","GetSettingsCommand").sc(schemas_0.GetSettings$).build()){}class ListAssessmentControlInsightsByControlDomainCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListAssessmentControlInsightsByControlDomain",{}).n("AuditManagerClient","ListAssessmentControlInsightsByControlDomainCommand").sc(schemas_0.ListAssessmentControlInsightsByControlDomain$).build()){}class ListAssessmentFrameworksCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListAssessmentFrameworks",{}).n("AuditManagerClient","ListAssessmentFrameworksCommand").sc(schemas_0.ListAssessmentFrameworks$).build()){}class ListAssessmentFrameworkShareRequestsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListAssessmentFrameworkShareRequests",{}).n("AuditManagerClient","ListAssessmentFrameworkShareRequestsCommand").sc(schemas_0.ListAssessmentFrameworkShareRequests$).build()){}class ListAssessmentReportsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListAssessmentReports",{}).n("AuditManagerClient","ListAssessmentReportsCommand").sc(schemas_0.ListAssessmentReports$).build()){}class ListAssessmentsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListAssessments",{}).n("AuditManagerClient","ListAssessmentsCommand").sc(schemas_0.ListAssessments$).build()){}class ListControlDomainInsightsByAssessmentCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListControlDomainInsightsByAssessment",{}).n("AuditManagerClient","ListControlDomainInsightsByAssessmentCommand").sc(schemas_0.ListControlDomainInsightsByAssessment$).build()){}class ListControlDomainInsightsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListControlDomainInsights",{}).n("AuditManagerClient","ListControlDomainInsightsCommand").sc(schemas_0.ListControlDomainInsights$).build()){}class ListControlInsightsByControlDomainCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListControlInsightsByControlDomain",{}).n("AuditManagerClient","ListControlInsightsByControlDomainCommand").sc(schemas_0.ListControlInsightsByControlDomain$).build()){}class ListControlsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListControls",{}).n("AuditManagerClient","ListControlsCommand").sc(schemas_0.ListControls$).build()){}class ListKeywordsForDataSourceCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListKeywordsForDataSource",{}).n("AuditManagerClient","ListKeywordsForDataSourceCommand").sc(schemas_0.ListKeywordsForDataSource$).build()){}class ListNotificationsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListNotifications",{}).n("AuditManagerClient","ListNotificationsCommand").sc(schemas_0.ListNotifications$).build()){}class ListTagsForResourceCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ListTagsForResource",{}).n("AuditManagerClient","ListTagsForResourceCommand").sc(schemas_0.ListTagsForResource$).build()){}class RegisterAccountCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","RegisterAccount",{}).n("AuditManagerClient","RegisterAccountCommand").sc(schemas_0.RegisterAccount$).build()){}class RegisterOrganizationAdminAccountCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","RegisterOrganizationAdminAccount",{}).n("AuditManagerClient","RegisterOrganizationAdminAccountCommand").sc(schemas_0.RegisterOrganizationAdminAccount$).build()){}class StartAssessmentFrameworkShareCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","StartAssessmentFrameworkShare",{}).n("AuditManagerClient","StartAssessmentFrameworkShareCommand").sc(schemas_0.StartAssessmentFrameworkShare$).build()){}class TagResourceCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","TagResource",{}).n("AuditManagerClient","TagResourceCommand").sc(schemas_0.TagResource$).build()){}class UntagResourceCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","UntagResource",{}).n("AuditManagerClient","UntagResourceCommand").sc(schemas_0.UntagResource$).build()){}class UpdateAssessmentCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","UpdateAssessment",{}).n("AuditManagerClient","UpdateAssessmentCommand").sc(schemas_0.UpdateAssessment$).build()){}class UpdateAssessmentControlCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","UpdateAssessmentControl",{}).n("AuditManagerClient","UpdateAssessmentControlCommand").sc(schemas_0.UpdateAssessmentControl$).build()){}class UpdateAssessmentControlSetStatusCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","UpdateAssessmentControlSetStatus",{}).n("AuditManagerClient","UpdateAssessmentControlSetStatusCommand").sc(schemas_0.UpdateAssessmentControlSetStatus$).build()){}class UpdateAssessmentFrameworkCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","UpdateAssessmentFramework",{}).n("AuditManagerClient","UpdateAssessmentFrameworkCommand").sc(schemas_0.UpdateAssessmentFramework$).build()){}class UpdateAssessmentFrameworkShareCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","UpdateAssessmentFrameworkShare",{}).n("AuditManagerClient","UpdateAssessmentFrameworkShareCommand").sc(schemas_0.UpdateAssessmentFrameworkShare$).build()){}class UpdateAssessmentStatusCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","UpdateAssessmentStatus",{}).n("AuditManagerClient","UpdateAssessmentStatusCommand").sc(schemas_0.UpdateAssessmentStatus$).build()){}class UpdateControlCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","UpdateControl",{}).n("AuditManagerClient","UpdateControlCommand").sc(schemas_0.UpdateControl$).build()){}class UpdateSettingsCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","UpdateSettings",{}).n("AuditManagerClient","UpdateSettingsCommand").sc(schemas_0.UpdateSettings$).build()){}class ValidateAssessmentReportIntegrityCommand extends(smithyClient.Command.classBuilder().ep(commonParams).m((function(e,s,t,n){return[middlewareEndpoint.getEndpointPlugin(t,e.getEndpointParameterInstructions())]})).s("BedrockAssessmentManagerLambda","ValidateAssessmentReportIntegrity",{}).n("AuditManagerClient","ValidateAssessmentReportIntegrityCommand").sc(schemas_0.ValidateAssessmentReportIntegrity$).build()){}const paginateGetChangeLogs=core.createPaginator(AuditManagerClient,GetChangeLogsCommand,"nextToken","nextToken","maxResults"),paginateGetDelegations=core.createPaginator(AuditManagerClient,GetDelegationsCommand,"nextToken","nextToken","maxResults"),paginateGetEvidenceByEvidenceFolder=core.createPaginator(AuditManagerClient,GetEvidenceByEvidenceFolderCommand,"nextToken","nextToken","maxResults"),paginateGetEvidenceFoldersByAssessmentControl=core.createPaginator(AuditManagerClient,GetEvidenceFoldersByAssessmentControlCommand,"nextToken","nextToken","maxResults"),paginateGetEvidenceFoldersByAssessment=core.createPaginator(AuditManagerClient,GetEvidenceFoldersByAssessmentCommand,"nextToken","nextToken","maxResults"),paginateListAssessmentControlInsightsByControlDomain=core.createPaginator(AuditManagerClient,ListAssessmentControlInsightsByControlDomainCommand,"nextToken","nextToken","maxResults"),paginateListAssessmentFrameworkShareRequests=core.createPaginator(AuditManagerClient,ListAssessmentFrameworkShareRequestsCommand,"nextToken","nextToken","maxResults"),paginateListAssessmentFrameworks=core.createPaginator(AuditManagerClient,ListAssessmentFrameworksCommand,"nextToken","nextToken","maxResults"),paginateListAssessmentReports=core.createPaginator(AuditManagerClient,ListAssessmentReportsCommand,"nextToken","nextToken","maxResults"),paginateListAssessments=core.createPaginator(AuditManagerClient,ListAssessmentsCommand,"nextToken","nextToken","maxResults"),paginateListControlDomainInsightsByAssessment=core.createPaginator(AuditManagerClient,ListControlDomainInsightsByAssessmentCommand,"nextToken","nextToken","maxResults"),paginateListControlDomainInsights=core.createPaginator(AuditManagerClient,ListControlDomainInsightsCommand,"nextToken","nextToken","maxResults"),paginateListControlInsightsByControlDomain=core.createPaginator(AuditManagerClient,ListControlInsightsByControlDomainCommand,"nextToken","nextToken","maxResults"),paginateListControls=core.createPaginator(AuditManagerClient,ListControlsCommand,"nextToken","nextToken","maxResults"),paginateListKeywordsForDataSource=core.createPaginator(AuditManagerClient,ListKeywordsForDataSourceCommand,"nextToken","nextToken","maxResults"),paginateListNotifications=core.createPaginator(AuditManagerClient,ListNotificationsCommand,"nextToken","nextToken","maxResults"),commands={AssociateAssessmentReportEvidenceFolderCommand:AssociateAssessmentReportEvidenceFolderCommand,BatchAssociateAssessmentReportEvidenceCommand:BatchAssociateAssessmentReportEvidenceCommand,BatchCreateDelegationByAssessmentCommand:BatchCreateDelegationByAssessmentCommand,BatchDeleteDelegationByAssessmentCommand:BatchDeleteDelegationByAssessmentCommand,BatchDisassociateAssessmentReportEvidenceCommand:BatchDisassociateAssessmentReportEvidenceCommand,BatchImportEvidenceToAssessmentControlCommand:BatchImportEvidenceToAssessmentControlCommand,CreateAssessmentCommand:CreateAssessmentCommand,CreateAssessmentFrameworkCommand:CreateAssessmentFrameworkCommand,CreateAssessmentReportCommand:CreateAssessmentReportCommand,CreateControlCommand:CreateControlCommand,DeleteAssessmentCommand:DeleteAssessmentCommand,DeleteAssessmentFrameworkCommand:DeleteAssessmentFrameworkCommand,DeleteAssessmentFrameworkShareCommand:DeleteAssessmentFrameworkShareCommand,DeleteAssessmentReportCommand:DeleteAssessmentReportCommand,DeleteControlCommand:DeleteControlCommand,DeregisterAccountCommand:DeregisterAccountCommand,DeregisterOrganizationAdminAccountCommand:DeregisterOrganizationAdminAccountCommand,DisassociateAssessmentReportEvidenceFolderCommand:DisassociateAssessmentReportEvidenceFolderCommand,GetAccountStatusCommand:GetAccountStatusCommand,GetAssessmentCommand:GetAssessmentCommand,GetAssessmentFrameworkCommand:GetAssessmentFrameworkCommand,GetAssessmentReportUrlCommand:GetAssessmentReportUrlCommand,GetChangeLogsCommand:GetChangeLogsCommand,GetControlCommand:GetControlCommand,GetDelegationsCommand:GetDelegationsCommand,GetEvidenceCommand:GetEvidenceCommand,GetEvidenceByEvidenceFolderCommand:GetEvidenceByEvidenceFolderCommand,GetEvidenceFileUploadUrlCommand:GetEvidenceFileUploadUrlCommand,GetEvidenceFolderCommand:GetEvidenceFolderCommand,GetEvidenceFoldersByAssessmentCommand:GetEvidenceFoldersByAssessmentCommand,GetEvidenceFoldersByAssessmentControlCommand:GetEvidenceFoldersByAssessmentControlCommand,GetInsightsCommand:GetInsightsCommand,GetInsightsByAssessmentCommand:GetInsightsByAssessmentCommand,GetOrganizationAdminAccountCommand:GetOrganizationAdminAccountCommand,GetServicesInScopeCommand:GetServicesInScopeCommand,GetSettingsCommand:GetSettingsCommand,ListAssessmentControlInsightsByControlDomainCommand:ListAssessmentControlInsightsByControlDomainCommand,ListAssessmentFrameworksCommand:ListAssessmentFrameworksCommand,ListAssessmentFrameworkShareRequestsCommand:ListAssessmentFrameworkShareRequestsCommand,ListAssessmentReportsCommand:ListAssessmentReportsCommand,ListAssessmentsCommand:ListAssessmentsCommand,ListControlDomainInsightsCommand:ListControlDomainInsightsCommand,ListControlDomainInsightsByAssessmentCommand:ListControlDomainInsightsByAssessmentCommand,ListControlInsightsByControlDomainCommand:ListControlInsightsByControlDomainCommand,ListControlsCommand:ListControlsCommand,ListKeywordsForDataSourceCommand:ListKeywordsForDataSourceCommand,ListNotificationsCommand:ListNotificationsCommand,ListTagsForResourceCommand:ListTagsForResourceCommand,RegisterAccountCommand:RegisterAccountCommand,RegisterOrganizationAdminAccountCommand:RegisterOrganizationAdminAccountCommand,StartAssessmentFrameworkShareCommand:StartAssessmentFrameworkShareCommand,TagResourceCommand:TagResourceCommand,UntagResourceCommand:UntagResourceCommand,UpdateAssessmentCommand:UpdateAssessmentCommand,UpdateAssessmentControlCommand:UpdateAssessmentControlCommand,UpdateAssessmentControlSetStatusCommand:UpdateAssessmentControlSetStatusCommand,UpdateAssessmentFrameworkCommand:UpdateAssessmentFrameworkCommand,UpdateAssessmentFrameworkShareCommand:UpdateAssessmentFrameworkShareCommand,UpdateAssessmentStatusCommand:UpdateAssessmentStatusCommand,UpdateControlCommand:UpdateControlCommand,UpdateSettingsCommand:UpdateSettingsCommand,ValidateAssessmentReportIntegrityCommand:ValidateAssessmentReportIntegrityCommand},paginators={paginateGetChangeLogs:paginateGetChangeLogs,paginateGetDelegations:paginateGetDelegations,paginateGetEvidenceByEvidenceFolder:paginateGetEvidenceByEvidenceFolder,paginateGetEvidenceFoldersByAssessment:paginateGetEvidenceFoldersByAssessment,paginateGetEvidenceFoldersByAssessmentControl:paginateGetEvidenceFoldersByAssessmentControl,paginateListAssessmentControlInsightsByControlDomain:paginateListAssessmentControlInsightsByControlDomain,paginateListAssessmentFrameworks:paginateListAssessmentFrameworks,paginateListAssessmentFrameworkShareRequests:paginateListAssessmentFrameworkShareRequests,paginateListAssessmentReports:paginateListAssessmentReports,paginateListAssessments:paginateListAssessments,paginateListControlDomainInsights:paginateListControlDomainInsights,paginateListControlDomainInsightsByAssessment:paginateListControlDomainInsightsByAssessment,paginateListControlInsightsByControlDomain:paginateListControlInsightsByControlDomain,paginateListControls:paginateListControls,paginateListKeywordsForDataSource:paginateListKeywordsForDataSource,paginateListNotifications:paginateListNotifications};class AuditManager extends AuditManagerClient{}smithyClient.createAggregatedClient(commands,AuditManager,{paginators:paginators});const AccountStatus={ACTIVE:"ACTIVE",INACTIVE:"INACTIVE",PENDING_ACTIVATION:"PENDING_ACTIVATION"},ActionEnum={ACTIVE:"ACTIVE",CREATE:"CREATE",DELETE:"DELETE",IMPORT_EVIDENCE:"IMPORT_EVIDENCE",INACTIVE:"INACTIVE",REVIEWED:"REVIEWED",UNDER_REVIEW:"UNDER_REVIEW",UPDATE_METADATA:"UPDATE_METADATA"},ControlResponse={AUTOMATE:"AUTOMATE",DEFER:"DEFER",IGNORE:"IGNORE",MANUAL:"MANUAL"},ControlStatus={INACTIVE:"INACTIVE",REVIEWED:"REVIEWED",UNDER_REVIEW:"UNDER_REVIEW"},RoleType={PROCESS_OWNER:"PROCESS_OWNER",RESOURCE_OWNER:"RESOURCE_OWNER"},DelegationStatus={COMPLETE:"COMPLETE",IN_PROGRESS:"IN_PROGRESS",UNDER_REVIEW:"UNDER_REVIEW"},ControlSetStatus={ACTIVE:"ACTIVE",REVIEWED:"REVIEWED",UNDER_REVIEW:"UNDER_REVIEW"},AssessmentReportDestinationType={S3:"S3"},AssessmentStatus={ACTIVE:"ACTIVE",INACTIVE:"INACTIVE"},FrameworkType={CUSTOM:"Custom",STANDARD:"Standard"},ShareRequestStatus={ACTIVE:"ACTIVE",DECLINED:"DECLINED",EXPIRED:"EXPIRED",EXPIRING:"EXPIRING",FAILED:"FAILED",REPLICATING:"REPLICATING",REVOKED:"REVOKED",SHARED:"SHARED"},AssessmentReportStatus={COMPLETE:"COMPLETE",FAILED:"FAILED",IN_PROGRESS:"IN_PROGRESS"},ValidationExceptionReason={CANNOT_PARSE:"cannotParse",FIELD_VALIDATION_FAILED:"fieldValidationFailed",OTHER:"other",UNKNOWN_OPERATION:"unknownOperation"},SourceFrequency={DAILY:"DAILY",MONTHLY:"MONTHLY",WEEKLY:"WEEKLY"},KeywordInputType={INPUT_TEXT:"INPUT_TEXT",SELECT_FROM_LIST:"SELECT_FROM_LIST",UPLOAD_FILE:"UPLOAD_FILE"},SourceSetUpOption={PROCEDURAL_CONTROLS_MAPPING:"Procedural_Controls_Mapping",SYSTEM_CONTROLS_MAPPING:"System_Controls_Mapping"},SourceType={AWS_API_CALL:"AWS_API_Call",AWS_CLOUDTRAIL:"AWS_Cloudtrail",AWS_CONFIG:"AWS_Config",AWS_SECURITY_HUB:"AWS_Security_Hub",COMMON_CONTROL:"Common_Control",CORE_CONTROL:"Core_Control",MANUAL:"MANUAL"},ControlState={ACTIVE:"ACTIVE",END_OF_SUPPORT:"END_OF_SUPPORT"},ControlType={CORE:"Core",CUSTOM:"Custom",STANDARD:"Standard"},ShareRequestType={RECEIVED:"RECEIVED",SENT:"SENT"},ObjectTypeEnum={ASSESSMENT:"ASSESSMENT",ASSESSMENT_REPORT:"ASSESSMENT_REPORT",CONTROL:"CONTROL",CONTROL_SET:"CONTROL_SET",DELEGATION:"DELEGATION"},SettingAttribute={ALL:"ALL",DEFAULT_ASSESSMENT_REPORTS_DESTINATION:"DEFAULT_ASSESSMENT_REPORTS_DESTINATION",DEFAULT_EXPORT_DESTINATION:"DEFAULT_EXPORT_DESTINATION",DEFAULT_PROCESS_OWNERS:"DEFAULT_PROCESS_OWNERS",DEREGISTRATION_POLICY:"DEREGISTRATION_POLICY",EVIDENCE_FINDER_ENABLEMENT:"EVIDENCE_FINDER_ENABLEMENT",IS_AWS_ORG_ENABLED:"IS_AWS_ORG_ENABLED",SNS_TOPIC:"SNS_TOPIC"},ExportDestinationType={S3:"S3"},DeleteResources={ALL:"ALL",DEFAULT:"DEFAULT"},EvidenceFinderBackfillStatus={COMPLETED:"COMPLETED",IN_PROGRESS:"IN_PROGRESS",NOT_STARTED:"NOT_STARTED"},EvidenceFinderEnablementStatus={DISABLED:"DISABLED",DISABLE_IN_PROGRESS:"DISABLE_IN_PROGRESS",ENABLED:"ENABLED",ENABLE_IN_PROGRESS:"ENABLE_IN_PROGRESS"},DataSourceType={AWS_API_CALL:"AWS_API_Call",AWS_CLOUDTRAIL:"AWS_Cloudtrail",AWS_CONFIG:"AWS_Config",AWS_SECURITY_HUB:"AWS_Security_Hub",MANUAL:"MANUAL"},ShareRequestAction={ACCEPT:"ACCEPT",DECLINE:"DECLINE",REVOKE:"REVOKE"};exports.$Command=smithyClient.Command,exports.__Client=smithyClient.Client,exports.AuditManagerServiceException=AuditManagerServiceException.AuditManagerServiceException,exports.AccountStatus=AccountStatus,exports.ActionEnum=ActionEnum,exports.AssessmentReportDestinationType=AssessmentReportDestinationType,exports.AssessmentReportStatus=AssessmentReportStatus,exports.AssessmentStatus=AssessmentStatus,exports.AssociateAssessmentReportEvidenceFolderCommand=AssociateAssessmentReportEvidenceFolderCommand,exports.AuditManager=AuditManager,exports.AuditManagerClient=AuditManagerClient,exports.BatchAssociateAssessmentReportEvidenceCommand=BatchAssociateAssessmentReportEvidenceCommand,exports.BatchCreateDelegationByAssessmentCommand=BatchCreateDelegationByAssessmentCommand,exports.BatchDeleteDelegationByAssessmentCommand=BatchDeleteDelegationByAssessmentCommand,exports.BatchDisassociateAssessmentReportEvidenceCommand=BatchDisassociateAssessmentReportEvidenceCommand,exports.BatchImportEvidenceToAssessmentControlCommand=BatchImportEvidenceToAssessmentControlCommand,exports.ControlResponse=ControlResponse,exports.ControlSetStatus=ControlSetStatus,exports.ControlState=ControlState,exports.ControlStatus=ControlStatus,exports.ControlType=ControlType,exports.CreateAssessmentCommand=CreateAssessmentCommand,exports.CreateAssessmentFrameworkCommand=CreateAssessmentFrameworkCommand,exports.CreateAssessmentReportCommand=CreateAssessmentReportCommand,exports.CreateControlCommand=CreateControlCommand,exports.DataSourceType=DataSourceType,exports.DelegationStatus=DelegationStatus,exports.DeleteAssessmentCommand=DeleteAssessmentCommand,exports.DeleteAssessmentFrameworkCommand=DeleteAssessmentFrameworkCommand,exports.DeleteAssessmentFrameworkShareCommand=DeleteAssessmentFrameworkShareCommand,exports.DeleteAssessmentReportCommand=DeleteAssessmentReportCommand,exports.DeleteControlCommand=DeleteControlCommand,exports.DeleteResources=DeleteResources,exports.DeregisterAccountCommand=DeregisterAccountCommand,exports.DeregisterOrganizationAdminAccountCommand=DeregisterOrganizationAdminAccountCommand,exports.DisassociateAssessmentReportEvidenceFolderCommand=DisassociateAssessmentReportEvidenceFolderCommand,exports.EvidenceFinderBackfillStatus=EvidenceFinderBackfillStatus,exports.EvidenceFinderEnablementStatus=EvidenceFinderEnablementStatus,exports.ExportDestinationType=ExportDestinationType,exports.FrameworkType=FrameworkType,exports.GetAccountStatusCommand=GetAccountStatusCommand,exports.GetAssessmentCommand=GetAssessmentCommand,exports.GetAssessmentFrameworkCommand=GetAssessmentFrameworkCommand,exports.GetAssessmentReportUrlCommand=GetAssessmentReportUrlCommand,exports.GetChangeLogsCommand=GetChangeLogsCommand,exports.GetControlCommand=GetControlCommand,exports.GetDelegationsCommand=GetDelegationsCommand,exports.GetEvidenceByEvidenceFolderCommand=GetEvidenceByEvidenceFolderCommand,exports.GetEvidenceCommand=GetEvidenceCommand,exports.GetEvidenceFileUploadUrlCommand=GetEvidenceFileUploadUrlCommand,exports.GetEvidenceFolderCommand=GetEvidenceFolderCommand,exports.GetEvidenceFoldersByAssessmentCommand=GetEvidenceFoldersByAssessmentCommand,exports.GetEvidenceFoldersByAssessmentControlCommand=GetEvidenceFoldersByAssessmentControlCommand,exports.GetInsightsByAssessmentCommand=GetInsightsByAssessmentCommand,exports.GetInsightsCommand=GetInsightsCommand,exports.GetOrganizationAdminAccountCommand=GetOrganizationAdminAccountCommand,exports.GetServicesInScopeCommand=GetServicesInScopeCommand,exports.GetSettingsCommand=GetSettingsCommand,exports.KeywordInputType=KeywordInputType,exports.ListAssessmentControlInsightsByControlDomainCommand=ListAssessmentControlInsightsByControlDomainCommand,exports.ListAssessmentFrameworkShareRequestsCommand=ListAssessmentFrameworkShareRequestsCommand,exports.ListAssessmentFrameworksCommand=ListAssessmentFrameworksCommand,exports.ListAssessmentReportsCommand=ListAssessmentReportsCommand,exports.ListAssessmentsCommand=ListAssessmentsCommand,exports.ListControlDomainInsightsByAssessmentCommand=ListControlDomainInsightsByAssessmentCommand,exports.ListControlDomainInsightsCommand=ListControlDomainInsightsCommand,exports.ListControlInsightsByControlDomainCommand=ListControlInsightsByControlDomainCommand,exports.ListControlsCommand=ListControlsCommand,exports.ListKeywordsForDataSourceCommand=ListKeywordsForDataSourceCommand,exports.ListNotificationsCommand=ListNotificationsCommand,exports.ListTagsForResourceCommand=ListTagsForResourceCommand,exports.ObjectTypeEnum=ObjectTypeEnum,exports.RegisterAccountCommand=RegisterAccountCommand,exports.RegisterOrganizationAdminAccountCommand=RegisterOrganizationAdminAccountCommand,exports.RoleType=RoleType,exports.SettingAttribute=SettingAttribute,exports.ShareRequestAction=ShareRequestAction,exports.ShareRequestStatus=ShareRequestStatus,exports.ShareRequestType=ShareRequestType,exports.SourceFrequency=SourceFrequency,exports.SourceSetUpOption=SourceSetUpOption,exports.SourceType=SourceType,exports.StartAssessmentFrameworkShareCommand=StartAssessmentFrameworkShareCommand,exports.TagResourceCommand=TagResourceCommand,exports.UntagResourceCommand=UntagResourceCommand,exports.UpdateAssessmentCommand=UpdateAssessmentCommand,exports.UpdateAssessmentControlCommand=UpdateAssessmentControlCommand,exports.UpdateAssessmentControlSetStatusCommand=UpdateAssessmentControlSetStatusCommand,exports.UpdateAssessmentFrameworkCommand=UpdateAssessmentFrameworkCommand,exports.UpdateAssessmentFrameworkShareCommand=UpdateAssessmentFrameworkShareCommand,exports.UpdateAssessmentStatusCommand=UpdateAssessmentStatusCommand,exports.UpdateControlCommand=UpdateControlCommand,exports.UpdateSettingsCommand=UpdateSettingsCommand,exports.ValidateAssessmentReportIntegrityCommand=ValidateAssessmentReportIntegrityCommand,exports.ValidationExceptionReason=ValidationExceptionReason,exports.paginateGetChangeLogs=paginateGetChangeLogs,exports.paginateGetDelegations=paginateGetDelegations,exports.paginateGetEvidenceByEvidenceFolder=paginateGetEvidenceByEvidenceFolder,exports.paginateGetEvidenceFoldersByAssessment=paginateGetEvidenceFoldersByAssessment,exports.paginateGetEvidenceFoldersByAssessmentControl=paginateGetEvidenceFoldersByAssessmentControl,exports.paginateListAssessmentControlInsightsByControlDomain=paginateListAssessmentControlInsightsByControlDomain,exports.paginateListAssessmentFrameworkShareRequests=paginateListAssessmentFrameworkShareRequests,exports.paginateListAssessmentFrameworks=paginateListAssessmentFrameworks,exports.paginateListAssessmentReports=paginateListAssessmentReports,exports.paginateListAssessments=paginateListAssessments,exports.paginateListControlDomainInsights=paginateListControlDomainInsights,exports.paginateListControlDomainInsightsByAssessment=paginateListControlDomainInsightsByAssessment,exports.paginateListControlInsightsByControlDomain=paginateListControlInsightsByControlDomain,exports.paginateListControls=paginateListControls,exports.paginateListKeywordsForDataSource=paginateListKeywordsForDataSource,exports.paginateListNotifications=paginateListNotifications,Object.prototype.hasOwnProperty.call(schemas_0,"__proto__")&&!Object.prototype.hasOwnProperty.call(exports,"__proto__")&&Object.defineProperty(exports,"__proto__",{enumerable:!0,value:schemas_0.__proto__}),Object.keys(schemas_0).forEach((function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||(exports[e]=schemas_0[e])})),Object.prototype.hasOwnProperty.call(errors,"__proto__")&&!Object.prototype.hasOwnProperty.call(exports,"__proto__")&&Object.defineProperty(exports,"__proto__",{enumerable:!0,value:errors.__proto__}),Object.keys(errors).forEach((function(e){"default"===e||Object.prototype.hasOwnProperty.call(exports,e)||(exports[e]=errors[e])}));
//# sourceMappingURL=/sm/f9d4972f463c13e4b9d3718f11e28df346659903de8a81d79e75da179b8a9a4b.map