File Explorer

/proc/4/root/var/runtime/node_modules/@aws-sdk/client-comprehendmedical/dist-cjs

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

2 dirs
3 files
index.js91.4 KB · 2215 lines
"use strict";var __defProp = Object.defineProperty;var __getOwnPropDesc = Object.getOwnPropertyDescriptor;var __getOwnPropNames = Object.getOwnPropertyNames;var __hasOwnProp = Object.prototype.hasOwnProperty;var __name = (target, value) => __defProp(target, "name", { value, configurable: true });var __export = (target, all) => {  for (var name in all)    __defProp(target, name, { get: all[name], enumerable: true });};var __copyProps = (to, from, except, desc) => {  if (from && typeof from === "object" || typeof from === "function") {    for (let key of __getOwnPropNames(from))      if (!__hasOwnProp.call(to, key) && key !== except)        __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });  }  return to;};var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod); // src/index.tsvar index_exports = {};__export(index_exports, {  AttributeName: () => AttributeName,  ComprehendMedical: () => ComprehendMedical,  ComprehendMedicalClient: () => ComprehendMedicalClient,  ComprehendMedicalServiceException: () => ComprehendMedicalServiceException,  DescribeEntitiesDetectionV2JobCommand: () => DescribeEntitiesDetectionV2JobCommand,  DescribeICD10CMInferenceJobCommand: () => DescribeICD10CMInferenceJobCommand,  DescribePHIDetectionJobCommand: () => DescribePHIDetectionJobCommand,  DescribeRxNormInferenceJobCommand: () => DescribeRxNormInferenceJobCommand,  DescribeSNOMEDCTInferenceJobCommand: () => DescribeSNOMEDCTInferenceJobCommand,  DetectEntitiesCommand: () => DetectEntitiesCommand,  DetectEntitiesV2Command: () => DetectEntitiesV2Command,  DetectPHICommand: () => DetectPHICommand,  EntitySubType: () => EntitySubType,  EntityType: () => EntityType,  ICD10CMAttributeType: () => ICD10CMAttributeType,  ICD10CMEntityCategory: () => ICD10CMEntityCategory,  ICD10CMEntityType: () => ICD10CMEntityType,  ICD10CMRelationshipType: () => ICD10CMRelationshipType,  ICD10CMTraitName: () => ICD10CMTraitName,  InferICD10CMCommand: () => InferICD10CMCommand,  InferRxNormCommand: () => InferRxNormCommand,  InferSNOMEDCTCommand: () => InferSNOMEDCTCommand,  InternalServerException: () => InternalServerException,  InvalidEncodingException: () => InvalidEncodingException,  InvalidRequestException: () => InvalidRequestException,  JobStatus: () => JobStatus,  LanguageCode: () => LanguageCode,  ListEntitiesDetectionV2JobsCommand: () => ListEntitiesDetectionV2JobsCommand,  ListICD10CMInferenceJobsCommand: () => ListICD10CMInferenceJobsCommand,  ListPHIDetectionJobsCommand: () => ListPHIDetectionJobsCommand,  ListRxNormInferenceJobsCommand: () => ListRxNormInferenceJobsCommand,  ListSNOMEDCTInferenceJobsCommand: () => ListSNOMEDCTInferenceJobsCommand,  RelationshipType: () => RelationshipType,  ResourceNotFoundException: () => ResourceNotFoundException,  RxNormAttributeType: () => RxNormAttributeType,  RxNormEntityCategory: () => RxNormEntityCategory,  RxNormEntityType: () => RxNormEntityType,  RxNormTraitName: () => RxNormTraitName,  SNOMEDCTAttributeType: () => SNOMEDCTAttributeType,  SNOMEDCTEntityCategory: () => SNOMEDCTEntityCategory,  SNOMEDCTEntityType: () => SNOMEDCTEntityType,  SNOMEDCTRelationshipType: () => SNOMEDCTRelationshipType,  SNOMEDCTTraitName: () => SNOMEDCTTraitName,  ServiceUnavailableException: () => ServiceUnavailableException,  StartEntitiesDetectionV2JobCommand: () => StartEntitiesDetectionV2JobCommand,  StartICD10CMInferenceJobCommand: () => StartICD10CMInferenceJobCommand,  StartPHIDetectionJobCommand: () => StartPHIDetectionJobCommand,  StartRxNormInferenceJobCommand: () => StartRxNormInferenceJobCommand,  StartSNOMEDCTInferenceJobCommand: () => StartSNOMEDCTInferenceJobCommand,  StopEntitiesDetectionV2JobCommand: () => StopEntitiesDetectionV2JobCommand,  StopICD10CMInferenceJobCommand: () => StopICD10CMInferenceJobCommand,  StopPHIDetectionJobCommand: () => StopPHIDetectionJobCommand,  StopRxNormInferenceJobCommand: () => StopRxNormInferenceJobCommand,  StopSNOMEDCTInferenceJobCommand: () => StopSNOMEDCTInferenceJobCommand,  TextSizeLimitExceededException: () => TextSizeLimitExceededException,  TooManyRequestsException: () => TooManyRequestsException,  ValidationException: () => ValidationException,  __Client: () => import_smithy_client.Client});module.exports = __toCommonJS(index_exports); // src/ComprehendMedicalClient.tsvar import_middleware_host_header = require("@aws-sdk/middleware-host-header");var import_middleware_logger = require("@aws-sdk/middleware-logger");var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");var import_config_resolver = require("@smithy/config-resolver");var import_core = require("@smithy/core");var import_middleware_content_length = require("@smithy/middleware-content-length");var import_middleware_endpoint = require("@smithy/middleware-endpoint");var import_middleware_retry = require("@smithy/middleware-retry"); var import_httpAuthSchemeProvider = require("./auth/httpAuthSchemeProvider"); // src/endpoint/EndpointParameters.tsvar resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {  return Object.assign(options, {    useDualstackEndpoint: options.useDualstackEndpoint ?? false,    useFipsEndpoint: options.useFipsEndpoint ?? false,    defaultSigningName: "comprehendmedical"  });}, "resolveClientEndpointParameters");var commonParams = {  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },  Endpoint: { type: "builtInParams", name: "endpoint" },  Region: { type: "builtInParams", name: "region" },  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }}; // src/ComprehendMedicalClient.tsvar import_runtimeConfig = require("././runtimeConfig"); // src/runtimeExtensions.tsvar import_region_config_resolver = require("@aws-sdk/region-config-resolver");var import_protocol_http = require("@smithy/protocol-http");var import_smithy_client = require("@smithy/smithy-client"); // src/auth/httpAuthExtensionConfiguration.tsvar getHttpAuthExtensionConfiguration = /* @__PURE__ */ __name((runtimeConfig) => {  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;  let _credentials = runtimeConfig.credentials;  return {    setHttpAuthScheme(httpAuthScheme) {      const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);      if (index === -1) {        _httpAuthSchemes.push(httpAuthScheme);      } else {        _httpAuthSchemes.splice(index, 1, httpAuthScheme);      }    },    httpAuthSchemes() {      return _httpAuthSchemes;    },    setHttpAuthSchemeProvider(httpAuthSchemeProvider) {      _httpAuthSchemeProvider = httpAuthSchemeProvider;    },    httpAuthSchemeProvider() {      return _httpAuthSchemeProvider;    },    setCredentials(credentials) {      _credentials = credentials;    },    credentials() {      return _credentials;    }  };}, "getHttpAuthExtensionConfiguration");var resolveHttpAuthRuntimeConfig = /* @__PURE__ */ __name((config) => {  return {    httpAuthSchemes: config.httpAuthSchemes(),    httpAuthSchemeProvider: config.httpAuthSchemeProvider(),    credentials: config.credentials()  };}, "resolveHttpAuthRuntimeConfig"); // src/runtimeExtensions.tsvar resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {  const extensionConfiguration = Object.assign(    (0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig),    (0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig),    (0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig),    getHttpAuthExtensionConfiguration(runtimeConfig)  );  extensions.forEach((extension) => extension.configure(extensionConfiguration));  return Object.assign(    runtimeConfig,    (0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),    (0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),    (0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration),    resolveHttpAuthRuntimeConfig(extensionConfiguration)  );}, "resolveRuntimeExtensions"); // src/ComprehendMedicalClient.tsvar ComprehendMedicalClient = class extends import_smithy_client.Client {  static {    __name(this, "ComprehendMedicalClient");  }  /**   * The resolved configuration of ComprehendMedicalClient class. This is resolved and normalized from the {@link ComprehendMedicalClientConfig | constructor configuration interface}.   */  config;  constructor(...[configuration]) {    const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});    super(_config_0);    this.initConfig = _config_0;    const _config_1 = resolveClientEndpointParameters(_config_0);    const _config_2 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_1);    const _config_3 = (0, import_middleware_retry.resolveRetryConfig)(_config_2);    const _config_4 = (0, import_config_resolver.resolveRegionConfig)(_config_3);    const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);    const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);    const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);    const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);    this.config = _config_8;    this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));    this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));    this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));    this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));    this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));    this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));    this.middlewareStack.use(      (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {        httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultComprehendMedicalHttpAuthSchemeParametersProvider,        identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({          "aws.auth#sigv4": config.credentials        }), "identityProviderConfigProvider")      })    );    this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));  }  /**   * Destroy underlying resources, like sockets. It's usually not necessary to do this.   * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.   * Otherwise, sockets might stay open for quite a long time before the server terminates them.   */  destroy() {    super.destroy();  }}; // src/ComprehendMedical.ts  // src/commands/DescribeEntitiesDetectionV2JobCommand.ts var import_middleware_serde = require("@smithy/middleware-serde");  // src/protocols/Aws_json1_1.tsvar import_core2 = require("@aws-sdk/core");  var import_uuid = require("uuid"); // src/models/ComprehendMedicalServiceException.ts var ComprehendMedicalServiceException = class _ComprehendMedicalServiceException extends import_smithy_client.ServiceException {  static {    __name(this, "ComprehendMedicalServiceException");  }  /**   * @internal   */  constructor(options) {    super(options);    Object.setPrototypeOf(this, _ComprehendMedicalServiceException.prototype);  }}; // src/models/models_0.tsvar EntityType = {  ANATOMY: "ANATOMY",  BEHAVIORAL_ENVIRONMENTAL_SOCIAL: "BEHAVIORAL_ENVIRONMENTAL_SOCIAL",  MEDICAL_CONDITION: "MEDICAL_CONDITION",  MEDICATION: "MEDICATION",  PROTECTED_HEALTH_INFORMATION: "PROTECTED_HEALTH_INFORMATION",  TEST_TREATMENT_PROCEDURE: "TEST_TREATMENT_PROCEDURE",  TIME_EXPRESSION: "TIME_EXPRESSION"};var RelationshipType = {  ACUITY: "ACUITY",  ADMINISTERED_VIA: "ADMINISTERED_VIA",  AMOUNT: "AMOUNT",  DIRECTION: "DIRECTION",  DOSAGE: "DOSAGE",  DURATION: "DURATION",  EVERY: "EVERY",  FOR: "FOR",  FORM: "FORM",  FREQUENCY: "FREQUENCY",  NEGATIVE: "NEGATIVE",  OVERLAP: "OVERLAP",  QUALITY: "QUALITY",  RATE: "RATE",  ROUTE_OR_MODE: "ROUTE_OR_MODE",  STRENGTH: "STRENGTH",  SYSTEM_ORGAN_SITE: "SYSTEM_ORGAN_SITE",  TEST_UNIT: "TEST_UNIT",  TEST_UNITS: "TEST_UNITS",  TEST_VALUE: "TEST_VALUE",  USAGE: "USAGE",  WITH_DOSAGE: "WITH_DOSAGE"};var AttributeName = {  DIAGNOSIS: "DIAGNOSIS",  FUTURE: "FUTURE",  HYPOTHETICAL: "HYPOTHETICAL",  LOW_CONFIDENCE: "LOW_CONFIDENCE",  NEGATION: "NEGATION",  PAST_HISTORY: "PAST_HISTORY",  PERTAINS_TO_FAMILY: "PERTAINS_TO_FAMILY",  SIGN: "SIGN",  SYMPTOM: "SYMPTOM"};var EntitySubType = {  ACUITY: "ACUITY",  ADDRESS: "ADDRESS",  AGE: "AGE",  ALCOHOL_CONSUMPTION: "ALCOHOL_CONSUMPTION",  ALLERGIES: "ALLERGIES",  AMOUNT: "AMOUNT",  BRAND_NAME: "BRAND_NAME",  CONTACT_POINT: "CONTACT_POINT",  DATE: "DATE",  DIRECTION: "DIRECTION",  DOSAGE: "DOSAGE",  DURATION: "DURATION",  DX_NAME: "DX_NAME",  EMAIL: "EMAIL",  FORM: "FORM",  FREQUENCY: "FREQUENCY",  GENDER: "GENDER",  GENERIC_NAME: "GENERIC_NAME",  ID: "ID",  IDENTIFIER: "IDENTIFIER",  NAME: "NAME",  PHONE_OR_FAX: "PHONE_OR_FAX",  PROCEDURE_NAME: "PROCEDURE_NAME",  PROFESSION: "PROFESSION",  QUALITY: "QUALITY",  QUANTITY: "QUANTITY",  RACE_ETHNICITY: "RACE_ETHNICITY",  RATE: "RATE",  REC_DRUG_USE: "REC_DRUG_USE",  ROUTE_OR_MODE: "ROUTE_OR_MODE",  STRENGTH: "STRENGTH",  SYSTEM_ORGAN_SITE: "SYSTEM_ORGAN_SITE",  TEST_NAME: "TEST_NAME",  TEST_UNIT: "TEST_UNIT",  TEST_UNITS: "TEST_UNITS",  TEST_VALUE: "TEST_VALUE",  TIME_EXPRESSION: "TIME_EXPRESSION",  TIME_TO_DX_NAME: "TIME_TO_DX_NAME",  TIME_TO_MEDICATION_NAME: "TIME_TO_MEDICATION_NAME",  TIME_TO_PROCEDURE_NAME: "TIME_TO_PROCEDURE_NAME",  TIME_TO_TEST_NAME: "TIME_TO_TEST_NAME",  TIME_TO_TREATMENT_NAME: "TIME_TO_TREATMENT_NAME",  TOBACCO_USE: "TOBACCO_USE",  TREATMENT_NAME: "TREATMENT_NAME",  URL: "URL"};var JobStatus = {  COMPLETED: "COMPLETED",  FAILED: "FAILED",  IN_PROGRESS: "IN_PROGRESS",  PARTIAL_SUCCESS: "PARTIAL_SUCCESS",  STOPPED: "STOPPED",  STOP_REQUESTED: "STOP_REQUESTED",  SUBMITTED: "SUBMITTED"};var LanguageCode = {  EN: "en"};var InternalServerException = class _InternalServerException extends ComprehendMedicalServiceException {  static {    __name(this, "InternalServerException");  }  name = "InternalServerException";  $fault = "server";  Message;  /**   * @internal   */  constructor(opts) {    super({      name: "InternalServerException",      $fault: "server",      ...opts    });    Object.setPrototypeOf(this, _InternalServerException.prototype);    this.Message = opts.Message;  }};var InvalidRequestException = class _InvalidRequestException extends ComprehendMedicalServiceException {  static {    __name(this, "InvalidRequestException");  }  name = "InvalidRequestException";  $fault = "client";  Message;  /**   * @internal   */  constructor(opts) {    super({      name: "InvalidRequestException",      $fault: "client",      ...opts    });    Object.setPrototypeOf(this, _InvalidRequestException.prototype);    this.Message = opts.Message;  }};var ResourceNotFoundException = class _ResourceNotFoundException extends ComprehendMedicalServiceException {  static {    __name(this, "ResourceNotFoundException");  }  name = "ResourceNotFoundException";  $fault = "client";  Message;  /**   * @internal   */  constructor(opts) {    super({      name: "ResourceNotFoundException",      $fault: "client",      ...opts    });    Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);    this.Message = opts.Message;  }};var TooManyRequestsException = class _TooManyRequestsException extends ComprehendMedicalServiceException {  static {    __name(this, "TooManyRequestsException");  }  name = "TooManyRequestsException";  $fault = "client";  Message;  /**   * @internal   */  constructor(opts) {    super({      name: "TooManyRequestsException",      $fault: "client",      ...opts    });    Object.setPrototypeOf(this, _TooManyRequestsException.prototype);    this.Message = opts.Message;  }};var InvalidEncodingException = class _InvalidEncodingException extends ComprehendMedicalServiceException {  static {    __name(this, "InvalidEncodingException");  }  name = "InvalidEncodingException";  $fault = "client";  Message;  /**   * @internal   */  constructor(opts) {    super({      name: "InvalidEncodingException",      $fault: "client",      ...opts    });    Object.setPrototypeOf(this, _InvalidEncodingException.prototype);    this.Message = opts.Message;  }};var ServiceUnavailableException = class _ServiceUnavailableException extends ComprehendMedicalServiceException {  static {    __name(this, "ServiceUnavailableException");  }  name = "ServiceUnavailableException";  $fault = "server";  Message;  /**   * @internal   */  constructor(opts) {    super({      name: "ServiceUnavailableException",      $fault: "server",      ...opts    });    Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);    this.Message = opts.Message;  }};var TextSizeLimitExceededException = class _TextSizeLimitExceededException extends ComprehendMedicalServiceException {  static {    __name(this, "TextSizeLimitExceededException");  }  name = "TextSizeLimitExceededException";  $fault = "client";  Message;  /**   * @internal   */  constructor(opts) {    super({      name: "TextSizeLimitExceededException",      $fault: "client",      ...opts    });    Object.setPrototypeOf(this, _TextSizeLimitExceededException.prototype);    this.Message = opts.Message;  }};var ICD10CMEntityType = {  DX_NAME: "DX_NAME",  TIME_EXPRESSION: "TIME_EXPRESSION"};var ICD10CMRelationshipType = {  OVERLAP: "OVERLAP",  QUALITY: "QUALITY",  SYSTEM_ORGAN_SITE: "SYSTEM_ORGAN_SITE"};var ICD10CMTraitName = {  DIAGNOSIS: "DIAGNOSIS",  HYPOTHETICAL: "HYPOTHETICAL",  LOW_CONFIDENCE: "LOW_CONFIDENCE",  NEGATION: "NEGATION",  PERTAINS_TO_FAMILY: "PERTAINS_TO_FAMILY",  SIGN: "SIGN",  SYMPTOM: "SYMPTOM"};var ICD10CMAttributeType = {  ACUITY: "ACUITY",  DIRECTION: "DIRECTION",  QUALITY: "QUALITY",  QUANTITY: "QUANTITY",  SYSTEM_ORGAN_SITE: "SYSTEM_ORGAN_SITE",  TIME_EXPRESSION: "TIME_EXPRESSION",  TIME_TO_DX_NAME: "TIME_TO_DX_NAME"};var ICD10CMEntityCategory = {  MEDICAL_CONDITION: "MEDICAL_CONDITION"};var RxNormTraitName = {  NEGATION: "NEGATION",  PAST_HISTORY: "PAST_HISTORY"};var RxNormAttributeType = {  DOSAGE: "DOSAGE",  DURATION: "DURATION",  FORM: "FORM",  FREQUENCY: "FREQUENCY",  RATE: "RATE",  ROUTE_OR_MODE: "ROUTE_OR_MODE",  STRENGTH: "STRENGTH"};var RxNormEntityCategory = {  MEDICATION: "MEDICATION"};var RxNormEntityType = {  BRAND_NAME: "BRAND_NAME",  GENERIC_NAME: "GENERIC_NAME"};var SNOMEDCTEntityCategory = {  ANATOMY: "ANATOMY",  MEDICAL_CONDITION: "MEDICAL_CONDITION",  TEST_TREATMENT_PROCEDURE: "TEST_TREATMENT_PROCEDURE"};var SNOMEDCTRelationshipType = {  ACUITY: "ACUITY",  DIRECTION: "DIRECTION",  QUALITY: "QUALITY",  SYSTEM_ORGAN_SITE: "SYSTEM_ORGAN_SITE",  TEST_UNIT: "TEST_UNIT",  TEST_UNITS: "TEST_UNITS",  TEST_VALUE: "TEST_VALUE"};var SNOMEDCTTraitName = {  DIAGNOSIS: "DIAGNOSIS",  FUTURE: "FUTURE",  HYPOTHETICAL: "HYPOTHETICAL",  LOW_CONFIDENCE: "LOW_CONFIDENCE",  NEGATION: "NEGATION",  PAST_HISTORY: "PAST_HISTORY",  PERTAINS_TO_FAMILY: "PERTAINS_TO_FAMILY",  SIGN: "SIGN",  SYMPTOM: "SYMPTOM"};var SNOMEDCTAttributeType = {  ACUITY: "ACUITY",  DIRECTION: "DIRECTION",  QUALITY: "QUALITY",  SYSTEM_ORGAN_SITE: "SYSTEM_ORGAN_SITE",  TEST_UNIT: "TEST_UNIT",  TEST_VALUE: "TEST_VALUE"};var SNOMEDCTEntityType = {  DX_NAME: "DX_NAME",  PROCEDURE_NAME: "PROCEDURE_NAME",  TEST_NAME: "TEST_NAME",  TREATMENT_NAME: "TREATMENT_NAME"};var ValidationException = class _ValidationException extends ComprehendMedicalServiceException {  static {    __name(this, "ValidationException");  }  name = "ValidationException";  $fault = "client";  Message;  /**   * @internal   */  constructor(opts) {    super({      name: "ValidationException",      $fault: "client",      ...opts    });    Object.setPrototypeOf(this, _ValidationException.prototype);    this.Message = opts.Message;  }}; // src/protocols/Aws_json1_1.tsvar se_DescribeEntitiesDetectionV2JobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("DescribeEntitiesDetectionV2Job");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_DescribeEntitiesDetectionV2JobCommand");var se_DescribeICD10CMInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("DescribeICD10CMInferenceJob");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_DescribeICD10CMInferenceJobCommand");var se_DescribePHIDetectionJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("DescribePHIDetectionJob");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_DescribePHIDetectionJobCommand");var se_DescribeRxNormInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("DescribeRxNormInferenceJob");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_DescribeRxNormInferenceJobCommand");var se_DescribeSNOMEDCTInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("DescribeSNOMEDCTInferenceJob");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_DescribeSNOMEDCTInferenceJobCommand");var se_DetectEntitiesCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("DetectEntities");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_DetectEntitiesCommand");var se_DetectEntitiesV2Command = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("DetectEntitiesV2");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_DetectEntitiesV2Command");var se_DetectPHICommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("DetectPHI");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_DetectPHICommand");var se_InferICD10CMCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("InferICD10CM");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_InferICD10CMCommand");var se_InferRxNormCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("InferRxNorm");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_InferRxNormCommand");var se_InferSNOMEDCTCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("InferSNOMEDCT");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_InferSNOMEDCTCommand");var se_ListEntitiesDetectionV2JobsCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("ListEntitiesDetectionV2Jobs");  let body;  body = JSON.stringify(se_ListEntitiesDetectionV2JobsRequest(input, context));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_ListEntitiesDetectionV2JobsCommand");var se_ListICD10CMInferenceJobsCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("ListICD10CMInferenceJobs");  let body;  body = JSON.stringify(se_ListICD10CMInferenceJobsRequest(input, context));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_ListICD10CMInferenceJobsCommand");var se_ListPHIDetectionJobsCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("ListPHIDetectionJobs");  let body;  body = JSON.stringify(se_ListPHIDetectionJobsRequest(input, context));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_ListPHIDetectionJobsCommand");var se_ListRxNormInferenceJobsCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("ListRxNormInferenceJobs");  let body;  body = JSON.stringify(se_ListRxNormInferenceJobsRequest(input, context));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_ListRxNormInferenceJobsCommand");var se_ListSNOMEDCTInferenceJobsCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("ListSNOMEDCTInferenceJobs");  let body;  body = JSON.stringify(se_ListSNOMEDCTInferenceJobsRequest(input, context));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_ListSNOMEDCTInferenceJobsCommand");var se_StartEntitiesDetectionV2JobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("StartEntitiesDetectionV2Job");  let body;  body = JSON.stringify(se_StartEntitiesDetectionV2JobRequest(input, context));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_StartEntitiesDetectionV2JobCommand");var se_StartICD10CMInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("StartICD10CMInferenceJob");  let body;  body = JSON.stringify(se_StartICD10CMInferenceJobRequest(input, context));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_StartICD10CMInferenceJobCommand");var se_StartPHIDetectionJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("StartPHIDetectionJob");  let body;  body = JSON.stringify(se_StartPHIDetectionJobRequest(input, context));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_StartPHIDetectionJobCommand");var se_StartRxNormInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("StartRxNormInferenceJob");  let body;  body = JSON.stringify(se_StartRxNormInferenceJobRequest(input, context));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_StartRxNormInferenceJobCommand");var se_StartSNOMEDCTInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("StartSNOMEDCTInferenceJob");  let body;  body = JSON.stringify(se_StartSNOMEDCTInferenceJobRequest(input, context));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_StartSNOMEDCTInferenceJobCommand");var se_StopEntitiesDetectionV2JobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("StopEntitiesDetectionV2Job");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_StopEntitiesDetectionV2JobCommand");var se_StopICD10CMInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("StopICD10CMInferenceJob");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_StopICD10CMInferenceJobCommand");var se_StopPHIDetectionJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("StopPHIDetectionJob");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_StopPHIDetectionJobCommand");var se_StopRxNormInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("StopRxNormInferenceJob");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_StopRxNormInferenceJobCommand");var se_StopSNOMEDCTInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {  const headers = sharedHeaders("StopSNOMEDCTInferenceJob");  let body;  body = JSON.stringify((0, import_smithy_client._json)(input));  return buildHttpRpcRequest(context, headers, "/", void 0, body);}, "se_StopSNOMEDCTInferenceJobCommand");var de_DescribeEntitiesDetectionV2JobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_DescribeEntitiesDetectionV2JobResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_DescribeEntitiesDetectionV2JobCommand");var de_DescribeICD10CMInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_DescribeICD10CMInferenceJobResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_DescribeICD10CMInferenceJobCommand");var de_DescribePHIDetectionJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_DescribePHIDetectionJobResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_DescribePHIDetectionJobCommand");var de_DescribeRxNormInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_DescribeRxNormInferenceJobResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_DescribeRxNormInferenceJobCommand");var de_DescribeSNOMEDCTInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_DescribeSNOMEDCTInferenceJobResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_DescribeSNOMEDCTInferenceJobCommand");var de_DetectEntitiesCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_DetectEntitiesResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_DetectEntitiesCommand");var de_DetectEntitiesV2Command = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_DetectEntitiesV2Response(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_DetectEntitiesV2Command");var de_DetectPHICommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_DetectPHIResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_DetectPHICommand");var de_InferICD10CMCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_InferICD10CMResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_InferICD10CMCommand");var de_InferRxNormCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_InferRxNormResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_InferRxNormCommand");var de_InferSNOMEDCTCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_InferSNOMEDCTResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_InferSNOMEDCTCommand");var de_ListEntitiesDetectionV2JobsCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_ListEntitiesDetectionV2JobsResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_ListEntitiesDetectionV2JobsCommand");var de_ListICD10CMInferenceJobsCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_ListICD10CMInferenceJobsResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_ListICD10CMInferenceJobsCommand");var de_ListPHIDetectionJobsCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_ListPHIDetectionJobsResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_ListPHIDetectionJobsCommand");var de_ListRxNormInferenceJobsCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_ListRxNormInferenceJobsResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_ListRxNormInferenceJobsCommand");var de_ListSNOMEDCTInferenceJobsCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = de_ListSNOMEDCTInferenceJobsResponse(data, context);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_ListSNOMEDCTInferenceJobsCommand");var de_StartEntitiesDetectionV2JobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = (0, import_smithy_client._json)(data);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_StartEntitiesDetectionV2JobCommand");var de_StartICD10CMInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = (0, import_smithy_client._json)(data);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_StartICD10CMInferenceJobCommand");var de_StartPHIDetectionJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = (0, import_smithy_client._json)(data);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_StartPHIDetectionJobCommand");var de_StartRxNormInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = (0, import_smithy_client._json)(data);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_StartRxNormInferenceJobCommand");var de_StartSNOMEDCTInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = (0, import_smithy_client._json)(data);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_StartSNOMEDCTInferenceJobCommand");var de_StopEntitiesDetectionV2JobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = (0, import_smithy_client._json)(data);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_StopEntitiesDetectionV2JobCommand");var de_StopICD10CMInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = (0, import_smithy_client._json)(data);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_StopICD10CMInferenceJobCommand");var de_StopPHIDetectionJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = (0, import_smithy_client._json)(data);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_StopPHIDetectionJobCommand");var de_StopRxNormInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = (0, import_smithy_client._json)(data);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_StopRxNormInferenceJobCommand");var de_StopSNOMEDCTInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {  if (output.statusCode >= 300) {    return de_CommandError(output, context);  }  const data = await (0, import_core2.parseJsonBody)(output.body, context);  let contents = {};  contents = (0, import_smithy_client._json)(data);  const response = {    $metadata: deserializeMetadata(output),    ...contents  };  return response;}, "de_StopSNOMEDCTInferenceJobCommand");var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {  const parsedOutput = {    ...output,    body: await (0, import_core2.parseJsonErrorBody)(output.body, context)  };  const errorCode = (0, import_core2.loadRestJsonErrorCode)(output, parsedOutput.body);  switch (errorCode) {    case "InternalServerException":    case "com.amazonaws.comprehendmedical#InternalServerException":      throw await de_InternalServerExceptionRes(parsedOutput, context);    case "InvalidRequestException":    case "com.amazonaws.comprehendmedical#InvalidRequestException":      throw await de_InvalidRequestExceptionRes(parsedOutput, context);    case "ResourceNotFoundException":    case "com.amazonaws.comprehendmedical#ResourceNotFoundException":      throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);    case "TooManyRequestsException":    case "com.amazonaws.comprehendmedical#TooManyRequestsException":      throw await de_TooManyRequestsExceptionRes(parsedOutput, context);    case "InvalidEncodingException":    case "com.amazonaws.comprehendmedical#InvalidEncodingException":      throw await de_InvalidEncodingExceptionRes(parsedOutput, context);    case "ServiceUnavailableException":    case "com.amazonaws.comprehendmedical#ServiceUnavailableException":      throw await de_ServiceUnavailableExceptionRes(parsedOutput, context);    case "TextSizeLimitExceededException":    case "com.amazonaws.comprehendmedical#TextSizeLimitExceededException":      throw await de_TextSizeLimitExceededExceptionRes(parsedOutput, context);    case "ValidationException":    case "com.amazonaws.comprehendmedical#ValidationException":      throw await de_ValidationExceptionRes(parsedOutput, context);    default:      const parsedBody = parsedOutput.body;      return throwDefaultError({        output,        parsedBody,        errorCode      });  }}, "de_CommandError");var de_InternalServerExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {  const body = parsedOutput.body;  const deserialized = (0, import_smithy_client._json)(body);  const exception = new InternalServerException({    $metadata: deserializeMetadata(parsedOutput),    ...deserialized  });  return (0, import_smithy_client.decorateServiceException)(exception, body);}, "de_InternalServerExceptionRes");var de_InvalidEncodingExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {  const body = parsedOutput.body;  const deserialized = (0, import_smithy_client._json)(body);  const exception = new InvalidEncodingException({    $metadata: deserializeMetadata(parsedOutput),    ...deserialized  });  return (0, import_smithy_client.decorateServiceException)(exception, body);}, "de_InvalidEncodingExceptionRes");var de_InvalidRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {  const body = parsedOutput.body;  const deserialized = (0, import_smithy_client._json)(body);  const exception = new InvalidRequestException({    $metadata: deserializeMetadata(parsedOutput),    ...deserialized  });  return (0, import_smithy_client.decorateServiceException)(exception, body);}, "de_InvalidRequestExceptionRes");var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {  const body = parsedOutput.body;  const deserialized = (0, import_smithy_client._json)(body);  const exception = new ResourceNotFoundException({    $metadata: deserializeMetadata(parsedOutput),    ...deserialized  });  return (0, import_smithy_client.decorateServiceException)(exception, body);}, "de_ResourceNotFoundExceptionRes");var de_ServiceUnavailableExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {  const body = parsedOutput.body;  const deserialized = (0, import_smithy_client._json)(body);  const exception = new ServiceUnavailableException({    $metadata: deserializeMetadata(parsedOutput),    ...deserialized  });  return (0, import_smithy_client.decorateServiceException)(exception, body);}, "de_ServiceUnavailableExceptionRes");var de_TextSizeLimitExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {  const body = parsedOutput.body;  const deserialized = (0, import_smithy_client._json)(body);  const exception = new TextSizeLimitExceededException({    $metadata: deserializeMetadata(parsedOutput),    ...deserialized  });  return (0, import_smithy_client.decorateServiceException)(exception, body);}, "de_TextSizeLimitExceededExceptionRes");var de_TooManyRequestsExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {  const body = parsedOutput.body;  const deserialized = (0, import_smithy_client._json)(body);  const exception = new TooManyRequestsException({    $metadata: deserializeMetadata(parsedOutput),    ...deserialized  });  return (0, import_smithy_client.decorateServiceException)(exception, body);}, "de_TooManyRequestsExceptionRes");var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {  const body = parsedOutput.body;  const deserialized = (0, import_smithy_client._json)(body);  const exception = new ValidationException({    $metadata: deserializeMetadata(parsedOutput),    ...deserialized  });  return (0, import_smithy_client.decorateServiceException)(exception, body);}, "de_ValidationExceptionRes");var se_ComprehendMedicalAsyncJobFilter = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    JobName: [],    JobStatus: [],    SubmitTimeAfter: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "SubmitTimeAfter"),    SubmitTimeBefore: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "SubmitTimeBefore")  });}, "se_ComprehendMedicalAsyncJobFilter");var se_ListEntitiesDetectionV2JobsRequest = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    Filter: /* @__PURE__ */ __name((_) => se_ComprehendMedicalAsyncJobFilter(_, context), "Filter"),    MaxResults: [],    NextToken: []  });}, "se_ListEntitiesDetectionV2JobsRequest");var se_ListICD10CMInferenceJobsRequest = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    Filter: /* @__PURE__ */ __name((_) => se_ComprehendMedicalAsyncJobFilter(_, context), "Filter"),    MaxResults: [],    NextToken: []  });}, "se_ListICD10CMInferenceJobsRequest");var se_ListPHIDetectionJobsRequest = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    Filter: /* @__PURE__ */ __name((_) => se_ComprehendMedicalAsyncJobFilter(_, context), "Filter"),    MaxResults: [],    NextToken: []  });}, "se_ListPHIDetectionJobsRequest");var se_ListRxNormInferenceJobsRequest = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    Filter: /* @__PURE__ */ __name((_) => se_ComprehendMedicalAsyncJobFilter(_, context), "Filter"),    MaxResults: [],    NextToken: []  });}, "se_ListRxNormInferenceJobsRequest");var se_ListSNOMEDCTInferenceJobsRequest = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    Filter: /* @__PURE__ */ __name((_) => se_ComprehendMedicalAsyncJobFilter(_, context), "Filter"),    MaxResults: [],    NextToken: []  });}, "se_ListSNOMEDCTInferenceJobsRequest");var se_StartEntitiesDetectionV2JobRequest = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],    DataAccessRoleArn: [],    InputDataConfig: import_smithy_client._json,    JobName: [],    KMSKey: [],    LanguageCode: [],    OutputDataConfig: import_smithy_client._json  });}, "se_StartEntitiesDetectionV2JobRequest");var se_StartICD10CMInferenceJobRequest = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],    DataAccessRoleArn: [],    InputDataConfig: import_smithy_client._json,    JobName: [],    KMSKey: [],    LanguageCode: [],    OutputDataConfig: import_smithy_client._json  });}, "se_StartICD10CMInferenceJobRequest");var se_StartPHIDetectionJobRequest = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],    DataAccessRoleArn: [],    InputDataConfig: import_smithy_client._json,    JobName: [],    KMSKey: [],    LanguageCode: [],    OutputDataConfig: import_smithy_client._json  });}, "se_StartPHIDetectionJobRequest");var se_StartRxNormInferenceJobRequest = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],    DataAccessRoleArn: [],    InputDataConfig: import_smithy_client._json,    JobName: [],    KMSKey: [],    LanguageCode: [],    OutputDataConfig: import_smithy_client._json  });}, "se_StartRxNormInferenceJobRequest");var se_StartSNOMEDCTInferenceJobRequest = /* @__PURE__ */ __name((input, context) => {  return (0, import_smithy_client.take)(input, {    ClientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],    DataAccessRoleArn: [],    InputDataConfig: import_smithy_client._json,    JobName: [],    KMSKey: [],    LanguageCode: [],    OutputDataConfig: import_smithy_client._json  });}, "se_StartSNOMEDCTInferenceJobRequest");var de_Attribute = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    BeginOffset: import_smithy_client.expectInt32,    Category: import_smithy_client.expectString,    EndOffset: import_smithy_client.expectInt32,    Id: import_smithy_client.expectInt32,    RelationshipScore: import_smithy_client.limitedParseFloat32,    RelationshipType: import_smithy_client.expectString,    Score: import_smithy_client.limitedParseFloat32,    Text: import_smithy_client.expectString,    Traits: /* @__PURE__ */ __name((_) => de_TraitList(_, context), "Traits"),    Type: import_smithy_client.expectString  });}, "de_Attribute");var de_AttributeList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_Attribute(entry, context);  });  return retVal;}, "de_AttributeList");var de_ComprehendMedicalAsyncJobProperties = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    DataAccessRoleArn: import_smithy_client.expectString,    EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),    ExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationTime"),    InputDataConfig: import_smithy_client._json,    JobId: import_smithy_client.expectString,    JobName: import_smithy_client.expectString,    JobStatus: import_smithy_client.expectString,    KMSKey: import_smithy_client.expectString,    LanguageCode: import_smithy_client.expectString,    ManifestFilePath: import_smithy_client.expectString,    Message: import_smithy_client.expectString,    ModelVersion: import_smithy_client.expectString,    OutputDataConfig: import_smithy_client._json,    SubmitTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubmitTime")  });}, "de_ComprehendMedicalAsyncJobProperties");var de_ComprehendMedicalAsyncJobPropertiesList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_ComprehendMedicalAsyncJobProperties(entry, context);  });  return retVal;}, "de_ComprehendMedicalAsyncJobPropertiesList");var de_DescribeEntitiesDetectionV2JobResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    ComprehendMedicalAsyncJobProperties: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobProperties(_, context), "ComprehendMedicalAsyncJobProperties")  });}, "de_DescribeEntitiesDetectionV2JobResponse");var de_DescribeICD10CMInferenceJobResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    ComprehendMedicalAsyncJobProperties: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobProperties(_, context), "ComprehendMedicalAsyncJobProperties")  });}, "de_DescribeICD10CMInferenceJobResponse");var de_DescribePHIDetectionJobResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    ComprehendMedicalAsyncJobProperties: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobProperties(_, context), "ComprehendMedicalAsyncJobProperties")  });}, "de_DescribePHIDetectionJobResponse");var de_DescribeRxNormInferenceJobResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    ComprehendMedicalAsyncJobProperties: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobProperties(_, context), "ComprehendMedicalAsyncJobProperties")  });}, "de_DescribeRxNormInferenceJobResponse");var de_DescribeSNOMEDCTInferenceJobResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    ComprehendMedicalAsyncJobProperties: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobProperties(_, context), "ComprehendMedicalAsyncJobProperties")  });}, "de_DescribeSNOMEDCTInferenceJobResponse");var de_DetectEntitiesResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Entities: /* @__PURE__ */ __name((_) => de_EntityList(_, context), "Entities"),    ModelVersion: import_smithy_client.expectString,    PaginationToken: import_smithy_client.expectString,    UnmappedAttributes: /* @__PURE__ */ __name((_) => de_UnmappedAttributeList(_, context), "UnmappedAttributes")  });}, "de_DetectEntitiesResponse");var de_DetectEntitiesV2Response = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Entities: /* @__PURE__ */ __name((_) => de_EntityList(_, context), "Entities"),    ModelVersion: import_smithy_client.expectString,    PaginationToken: import_smithy_client.expectString,    UnmappedAttributes: /* @__PURE__ */ __name((_) => de_UnmappedAttributeList(_, context), "UnmappedAttributes")  });}, "de_DetectEntitiesV2Response");var de_DetectPHIResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Entities: /* @__PURE__ */ __name((_) => de_EntityList(_, context), "Entities"),    ModelVersion: import_smithy_client.expectString,    PaginationToken: import_smithy_client.expectString  });}, "de_DetectPHIResponse");var de_Entity = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Attributes: /* @__PURE__ */ __name((_) => de_AttributeList(_, context), "Attributes"),    BeginOffset: import_smithy_client.expectInt32,    Category: import_smithy_client.expectString,    EndOffset: import_smithy_client.expectInt32,    Id: import_smithy_client.expectInt32,    Score: import_smithy_client.limitedParseFloat32,    Text: import_smithy_client.expectString,    Traits: /* @__PURE__ */ __name((_) => de_TraitList(_, context), "Traits"),    Type: import_smithy_client.expectString  });}, "de_Entity");var de_EntityList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_Entity(entry, context);  });  return retVal;}, "de_EntityList");var de_ICD10CMAttribute = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    BeginOffset: import_smithy_client.expectInt32,    Category: import_smithy_client.expectString,    EndOffset: import_smithy_client.expectInt32,    Id: import_smithy_client.expectInt32,    RelationshipScore: import_smithy_client.limitedParseFloat32,    RelationshipType: import_smithy_client.expectString,    Score: import_smithy_client.limitedParseFloat32,    Text: import_smithy_client.expectString,    Traits: /* @__PURE__ */ __name((_) => de_ICD10CMTraitList(_, context), "Traits"),    Type: import_smithy_client.expectString  });}, "de_ICD10CMAttribute");var de_ICD10CMAttributeList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_ICD10CMAttribute(entry, context);  });  return retVal;}, "de_ICD10CMAttributeList");var de_ICD10CMConcept = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Code: import_smithy_client.expectString,    Description: import_smithy_client.expectString,    Score: import_smithy_client.limitedParseFloat32  });}, "de_ICD10CMConcept");var de_ICD10CMConceptList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_ICD10CMConcept(entry, context);  });  return retVal;}, "de_ICD10CMConceptList");var de_ICD10CMEntity = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Attributes: /* @__PURE__ */ __name((_) => de_ICD10CMAttributeList(_, context), "Attributes"),    BeginOffset: import_smithy_client.expectInt32,    Category: import_smithy_client.expectString,    EndOffset: import_smithy_client.expectInt32,    ICD10CMConcepts: /* @__PURE__ */ __name((_) => de_ICD10CMConceptList(_, context), "ICD10CMConcepts"),    Id: import_smithy_client.expectInt32,    Score: import_smithy_client.limitedParseFloat32,    Text: import_smithy_client.expectString,    Traits: /* @__PURE__ */ __name((_) => de_ICD10CMTraitList(_, context), "Traits"),    Type: import_smithy_client.expectString  });}, "de_ICD10CMEntity");var de_ICD10CMEntityList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_ICD10CMEntity(entry, context);  });  return retVal;}, "de_ICD10CMEntityList");var de_ICD10CMTrait = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Name: import_smithy_client.expectString,    Score: import_smithy_client.limitedParseFloat32  });}, "de_ICD10CMTrait");var de_ICD10CMTraitList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_ICD10CMTrait(entry, context);  });  return retVal;}, "de_ICD10CMTraitList");var de_InferICD10CMResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Entities: /* @__PURE__ */ __name((_) => de_ICD10CMEntityList(_, context), "Entities"),    ModelVersion: import_smithy_client.expectString,    PaginationToken: import_smithy_client.expectString  });}, "de_InferICD10CMResponse");var de_InferRxNormResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Entities: /* @__PURE__ */ __name((_) => de_RxNormEntityList(_, context), "Entities"),    ModelVersion: import_smithy_client.expectString,    PaginationToken: import_smithy_client.expectString  });}, "de_InferRxNormResponse");var de_InferSNOMEDCTResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Characters: import_smithy_client._json,    Entities: /* @__PURE__ */ __name((_) => de_SNOMEDCTEntityList(_, context), "Entities"),    ModelVersion: import_smithy_client.expectString,    PaginationToken: import_smithy_client.expectString,    SNOMEDCTDetails: import_smithy_client._json  });}, "de_InferSNOMEDCTResponse");var de_ListEntitiesDetectionV2JobsResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    ComprehendMedicalAsyncJobPropertiesList: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context), "ComprehendMedicalAsyncJobPropertiesList"),    NextToken: import_smithy_client.expectString  });}, "de_ListEntitiesDetectionV2JobsResponse");var de_ListICD10CMInferenceJobsResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    ComprehendMedicalAsyncJobPropertiesList: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context), "ComprehendMedicalAsyncJobPropertiesList"),    NextToken: import_smithy_client.expectString  });}, "de_ListICD10CMInferenceJobsResponse");var de_ListPHIDetectionJobsResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    ComprehendMedicalAsyncJobPropertiesList: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context), "ComprehendMedicalAsyncJobPropertiesList"),    NextToken: import_smithy_client.expectString  });}, "de_ListPHIDetectionJobsResponse");var de_ListRxNormInferenceJobsResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    ComprehendMedicalAsyncJobPropertiesList: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context), "ComprehendMedicalAsyncJobPropertiesList"),    NextToken: import_smithy_client.expectString  });}, "de_ListRxNormInferenceJobsResponse");var de_ListSNOMEDCTInferenceJobsResponse = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    ComprehendMedicalAsyncJobPropertiesList: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context), "ComprehendMedicalAsyncJobPropertiesList"),    NextToken: import_smithy_client.expectString  });}, "de_ListSNOMEDCTInferenceJobsResponse");var de_RxNormAttribute = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    BeginOffset: import_smithy_client.expectInt32,    EndOffset: import_smithy_client.expectInt32,    Id: import_smithy_client.expectInt32,    RelationshipScore: import_smithy_client.limitedParseFloat32,    Score: import_smithy_client.limitedParseFloat32,    Text: import_smithy_client.expectString,    Traits: /* @__PURE__ */ __name((_) => de_RxNormTraitList(_, context), "Traits"),    Type: import_smithy_client.expectString  });}, "de_RxNormAttribute");var de_RxNormAttributeList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_RxNormAttribute(entry, context);  });  return retVal;}, "de_RxNormAttributeList");var de_RxNormConcept = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Code: import_smithy_client.expectString,    Description: import_smithy_client.expectString,    Score: import_smithy_client.limitedParseFloat32  });}, "de_RxNormConcept");var de_RxNormConceptList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_RxNormConcept(entry, context);  });  return retVal;}, "de_RxNormConceptList");var de_RxNormEntity = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Attributes: /* @__PURE__ */ __name((_) => de_RxNormAttributeList(_, context), "Attributes"),    BeginOffset: import_smithy_client.expectInt32,    Category: import_smithy_client.expectString,    EndOffset: import_smithy_client.expectInt32,    Id: import_smithy_client.expectInt32,    RxNormConcepts: /* @__PURE__ */ __name((_) => de_RxNormConceptList(_, context), "RxNormConcepts"),    Score: import_smithy_client.limitedParseFloat32,    Text: import_smithy_client.expectString,    Traits: /* @__PURE__ */ __name((_) => de_RxNormTraitList(_, context), "Traits"),    Type: import_smithy_client.expectString  });}, "de_RxNormEntity");var de_RxNormEntityList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_RxNormEntity(entry, context);  });  return retVal;}, "de_RxNormEntityList");var de_RxNormTrait = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Name: import_smithy_client.expectString,    Score: import_smithy_client.limitedParseFloat32  });}, "de_RxNormTrait");var de_RxNormTraitList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_RxNormTrait(entry, context);  });  return retVal;}, "de_RxNormTraitList");var de_SNOMEDCTAttribute = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    BeginOffset: import_smithy_client.expectInt32,    Category: import_smithy_client.expectString,    EndOffset: import_smithy_client.expectInt32,    Id: import_smithy_client.expectInt32,    RelationshipScore: import_smithy_client.limitedParseFloat32,    RelationshipType: import_smithy_client.expectString,    SNOMEDCTConcepts: /* @__PURE__ */ __name((_) => de_SNOMEDCTConceptList(_, context), "SNOMEDCTConcepts"),    Score: import_smithy_client.limitedParseFloat32,    Text: import_smithy_client.expectString,    Traits: /* @__PURE__ */ __name((_) => de_SNOMEDCTTraitList(_, context), "Traits"),    Type: import_smithy_client.expectString  });}, "de_SNOMEDCTAttribute");var de_SNOMEDCTAttributeList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_SNOMEDCTAttribute(entry, context);  });  return retVal;}, "de_SNOMEDCTAttributeList");var de_SNOMEDCTConcept = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Code: import_smithy_client.expectString,    Description: import_smithy_client.expectString,    Score: import_smithy_client.limitedParseFloat32  });}, "de_SNOMEDCTConcept");var de_SNOMEDCTConceptList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_SNOMEDCTConcept(entry, context);  });  return retVal;}, "de_SNOMEDCTConceptList");var de_SNOMEDCTEntity = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Attributes: /* @__PURE__ */ __name((_) => de_SNOMEDCTAttributeList(_, context), "Attributes"),    BeginOffset: import_smithy_client.expectInt32,    Category: import_smithy_client.expectString,    EndOffset: import_smithy_client.expectInt32,    Id: import_smithy_client.expectInt32,    SNOMEDCTConcepts: /* @__PURE__ */ __name((_) => de_SNOMEDCTConceptList(_, context), "SNOMEDCTConcepts"),    Score: import_smithy_client.limitedParseFloat32,    Text: import_smithy_client.expectString,    Traits: /* @__PURE__ */ __name((_) => de_SNOMEDCTTraitList(_, context), "Traits"),    Type: import_smithy_client.expectString  });}, "de_SNOMEDCTEntity");var de_SNOMEDCTEntityList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_SNOMEDCTEntity(entry, context);  });  return retVal;}, "de_SNOMEDCTEntityList");var de_SNOMEDCTTrait = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Name: import_smithy_client.expectString,    Score: import_smithy_client.limitedParseFloat32  });}, "de_SNOMEDCTTrait");var de_SNOMEDCTTraitList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_SNOMEDCTTrait(entry, context);  });  return retVal;}, "de_SNOMEDCTTraitList");var de_Trait = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Name: import_smithy_client.expectString,    Score: import_smithy_client.limitedParseFloat32  });}, "de_Trait");var de_TraitList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_Trait(entry, context);  });  return retVal;}, "de_TraitList");var de_UnmappedAttribute = /* @__PURE__ */ __name((output, context) => {  return (0, import_smithy_client.take)(output, {    Attribute: /* @__PURE__ */ __name((_) => de_Attribute(_, context), "Attribute"),    Type: import_smithy_client.expectString  });}, "de_UnmappedAttribute");var de_UnmappedAttributeList = /* @__PURE__ */ __name((output, context) => {  const retVal = (output || []).filter((e) => e != null).map((entry) => {    return de_UnmappedAttribute(entry, context);  });  return retVal;}, "de_UnmappedAttributeList");var deserializeMetadata = /* @__PURE__ */ __name((output) => ({  httpStatusCode: output.statusCode,  requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],  extendedRequestId: output.headers["x-amz-id-2"],  cfId: output.headers["x-amz-cf-id"]}), "deserializeMetadata");var throwDefaultError = (0, import_smithy_client.withBaseException)(ComprehendMedicalServiceException);var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();  const contents = {    protocol,    hostname,    port,    method: "POST",    path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,    headers  };  if (resolvedHostname !== void 0) {    contents.hostname = resolvedHostname;  }  if (body !== void 0) {    contents.body = body;  }  return new import_protocol_http.HttpRequest(contents);}, "buildHttpRpcRequest");function sharedHeaders(operation) {  return {    "content-type": "application/x-amz-json-1.1",    "x-amz-target": `ComprehendMedical_20181030.${operation}`  };}__name(sharedHeaders, "sharedHeaders"); // src/commands/DescribeEntitiesDetectionV2JobCommand.tsvar DescribeEntitiesDetectionV2JobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "DescribeEntitiesDetectionV2Job", {}).n("ComprehendMedicalClient", "DescribeEntitiesDetectionV2JobCommand").f(void 0, void 0).ser(se_DescribeEntitiesDetectionV2JobCommand).de(de_DescribeEntitiesDetectionV2JobCommand).build() {  static {    __name(this, "DescribeEntitiesDetectionV2JobCommand");  }}; // src/commands/DescribeICD10CMInferenceJobCommand.ts   var DescribeICD10CMInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "DescribeICD10CMInferenceJob", {}).n("ComprehendMedicalClient", "DescribeICD10CMInferenceJobCommand").f(void 0, void 0).ser(se_DescribeICD10CMInferenceJobCommand).de(de_DescribeICD10CMInferenceJobCommand).build() {  static {    __name(this, "DescribeICD10CMInferenceJobCommand");  }}; // src/commands/DescribePHIDetectionJobCommand.ts   var DescribePHIDetectionJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "DescribePHIDetectionJob", {}).n("ComprehendMedicalClient", "DescribePHIDetectionJobCommand").f(void 0, void 0).ser(se_DescribePHIDetectionJobCommand).de(de_DescribePHIDetectionJobCommand).build() {  static {    __name(this, "DescribePHIDetectionJobCommand");  }}; // src/commands/DescribeRxNormInferenceJobCommand.ts   var DescribeRxNormInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "DescribeRxNormInferenceJob", {}).n("ComprehendMedicalClient", "DescribeRxNormInferenceJobCommand").f(void 0, void 0).ser(se_DescribeRxNormInferenceJobCommand).de(de_DescribeRxNormInferenceJobCommand).build() {  static {    __name(this, "DescribeRxNormInferenceJobCommand");  }}; // src/commands/DescribeSNOMEDCTInferenceJobCommand.ts   var DescribeSNOMEDCTInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "DescribeSNOMEDCTInferenceJob", {}).n("ComprehendMedicalClient", "DescribeSNOMEDCTInferenceJobCommand").f(void 0, void 0).ser(se_DescribeSNOMEDCTInferenceJobCommand).de(de_DescribeSNOMEDCTInferenceJobCommand).build() {  static {    __name(this, "DescribeSNOMEDCTInferenceJobCommand");  }}; // src/commands/DetectEntitiesCommand.ts   var DetectEntitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "DetectEntities", {}).n("ComprehendMedicalClient", "DetectEntitiesCommand").f(void 0, void 0).ser(se_DetectEntitiesCommand).de(de_DetectEntitiesCommand).build() {  static {    __name(this, "DetectEntitiesCommand");  }}; // src/commands/DetectEntitiesV2Command.ts   var DetectEntitiesV2Command = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "DetectEntitiesV2", {}).n("ComprehendMedicalClient", "DetectEntitiesV2Command").f(void 0, void 0).ser(se_DetectEntitiesV2Command).de(de_DetectEntitiesV2Command).build() {  static {    __name(this, "DetectEntitiesV2Command");  }}; // src/commands/DetectPHICommand.ts   var DetectPHICommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "DetectPHI", {}).n("ComprehendMedicalClient", "DetectPHICommand").f(void 0, void 0).ser(se_DetectPHICommand).de(de_DetectPHICommand).build() {  static {    __name(this, "DetectPHICommand");  }}; // src/commands/InferICD10CMCommand.ts   var InferICD10CMCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "InferICD10CM", {}).n("ComprehendMedicalClient", "InferICD10CMCommand").f(void 0, void 0).ser(se_InferICD10CMCommand).de(de_InferICD10CMCommand).build() {  static {    __name(this, "InferICD10CMCommand");  }}; // src/commands/InferRxNormCommand.ts   var InferRxNormCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "InferRxNorm", {}).n("ComprehendMedicalClient", "InferRxNormCommand").f(void 0, void 0).ser(se_InferRxNormCommand).de(de_InferRxNormCommand).build() {  static {    __name(this, "InferRxNormCommand");  }}; // src/commands/InferSNOMEDCTCommand.ts   var InferSNOMEDCTCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "InferSNOMEDCT", {}).n("ComprehendMedicalClient", "InferSNOMEDCTCommand").f(void 0, void 0).ser(se_InferSNOMEDCTCommand).de(de_InferSNOMEDCTCommand).build() {  static {    __name(this, "InferSNOMEDCTCommand");  }}; // src/commands/ListEntitiesDetectionV2JobsCommand.ts   var ListEntitiesDetectionV2JobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "ListEntitiesDetectionV2Jobs", {}).n("ComprehendMedicalClient", "ListEntitiesDetectionV2JobsCommand").f(void 0, void 0).ser(se_ListEntitiesDetectionV2JobsCommand).de(de_ListEntitiesDetectionV2JobsCommand).build() {  static {    __name(this, "ListEntitiesDetectionV2JobsCommand");  }}; // src/commands/ListICD10CMInferenceJobsCommand.ts   var ListICD10CMInferenceJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "ListICD10CMInferenceJobs", {}).n("ComprehendMedicalClient", "ListICD10CMInferenceJobsCommand").f(void 0, void 0).ser(se_ListICD10CMInferenceJobsCommand).de(de_ListICD10CMInferenceJobsCommand).build() {  static {    __name(this, "ListICD10CMInferenceJobsCommand");  }}; // src/commands/ListPHIDetectionJobsCommand.ts   var ListPHIDetectionJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "ListPHIDetectionJobs", {}).n("ComprehendMedicalClient", "ListPHIDetectionJobsCommand").f(void 0, void 0).ser(se_ListPHIDetectionJobsCommand).de(de_ListPHIDetectionJobsCommand).build() {  static {    __name(this, "ListPHIDetectionJobsCommand");  }}; // src/commands/ListRxNormInferenceJobsCommand.ts   var ListRxNormInferenceJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "ListRxNormInferenceJobs", {}).n("ComprehendMedicalClient", "ListRxNormInferenceJobsCommand").f(void 0, void 0).ser(se_ListRxNormInferenceJobsCommand).de(de_ListRxNormInferenceJobsCommand).build() {  static {    __name(this, "ListRxNormInferenceJobsCommand");  }}; // src/commands/ListSNOMEDCTInferenceJobsCommand.ts   var ListSNOMEDCTInferenceJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "ListSNOMEDCTInferenceJobs", {}).n("ComprehendMedicalClient", "ListSNOMEDCTInferenceJobsCommand").f(void 0, void 0).ser(se_ListSNOMEDCTInferenceJobsCommand).de(de_ListSNOMEDCTInferenceJobsCommand).build() {  static {    __name(this, "ListSNOMEDCTInferenceJobsCommand");  }}; // src/commands/StartEntitiesDetectionV2JobCommand.ts   var StartEntitiesDetectionV2JobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "StartEntitiesDetectionV2Job", {}).n("ComprehendMedicalClient", "StartEntitiesDetectionV2JobCommand").f(void 0, void 0).ser(se_StartEntitiesDetectionV2JobCommand).de(de_StartEntitiesDetectionV2JobCommand).build() {  static {    __name(this, "StartEntitiesDetectionV2JobCommand");  }}; // src/commands/StartICD10CMInferenceJobCommand.ts   var StartICD10CMInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "StartICD10CMInferenceJob", {}).n("ComprehendMedicalClient", "StartICD10CMInferenceJobCommand").f(void 0, void 0).ser(se_StartICD10CMInferenceJobCommand).de(de_StartICD10CMInferenceJobCommand).build() {  static {    __name(this, "StartICD10CMInferenceJobCommand");  }}; // src/commands/StartPHIDetectionJobCommand.ts   var StartPHIDetectionJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "StartPHIDetectionJob", {}).n("ComprehendMedicalClient", "StartPHIDetectionJobCommand").f(void 0, void 0).ser(se_StartPHIDetectionJobCommand).de(de_StartPHIDetectionJobCommand).build() {  static {    __name(this, "StartPHIDetectionJobCommand");  }}; // src/commands/StartRxNormInferenceJobCommand.ts   var StartRxNormInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "StartRxNormInferenceJob", {}).n("ComprehendMedicalClient", "StartRxNormInferenceJobCommand").f(void 0, void 0).ser(se_StartRxNormInferenceJobCommand).de(de_StartRxNormInferenceJobCommand).build() {  static {    __name(this, "StartRxNormInferenceJobCommand");  }}; // src/commands/StartSNOMEDCTInferenceJobCommand.ts   var StartSNOMEDCTInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "StartSNOMEDCTInferenceJob", {}).n("ComprehendMedicalClient", "StartSNOMEDCTInferenceJobCommand").f(void 0, void 0).ser(se_StartSNOMEDCTInferenceJobCommand).de(de_StartSNOMEDCTInferenceJobCommand).build() {  static {    __name(this, "StartSNOMEDCTInferenceJobCommand");  }}; // src/commands/StopEntitiesDetectionV2JobCommand.ts   var StopEntitiesDetectionV2JobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "StopEntitiesDetectionV2Job", {}).n("ComprehendMedicalClient", "StopEntitiesDetectionV2JobCommand").f(void 0, void 0).ser(se_StopEntitiesDetectionV2JobCommand).de(de_StopEntitiesDetectionV2JobCommand).build() {  static {    __name(this, "StopEntitiesDetectionV2JobCommand");  }}; // src/commands/StopICD10CMInferenceJobCommand.ts   var StopICD10CMInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "StopICD10CMInferenceJob", {}).n("ComprehendMedicalClient", "StopICD10CMInferenceJobCommand").f(void 0, void 0).ser(se_StopICD10CMInferenceJobCommand).de(de_StopICD10CMInferenceJobCommand).build() {  static {    __name(this, "StopICD10CMInferenceJobCommand");  }}; // src/commands/StopPHIDetectionJobCommand.ts   var StopPHIDetectionJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "StopPHIDetectionJob", {}).n("ComprehendMedicalClient", "StopPHIDetectionJobCommand").f(void 0, void 0).ser(se_StopPHIDetectionJobCommand).de(de_StopPHIDetectionJobCommand).build() {  static {    __name(this, "StopPHIDetectionJobCommand");  }}; // src/commands/StopRxNormInferenceJobCommand.ts   var StopRxNormInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "StopRxNormInferenceJob", {}).n("ComprehendMedicalClient", "StopRxNormInferenceJobCommand").f(void 0, void 0).ser(se_StopRxNormInferenceJobCommand).de(de_StopRxNormInferenceJobCommand).build() {  static {    __name(this, "StopRxNormInferenceJobCommand");  }}; // src/commands/StopSNOMEDCTInferenceJobCommand.ts   var StopSNOMEDCTInferenceJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {  return [    (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),    (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())  ];}).s("ComprehendMedical_20181030", "StopSNOMEDCTInferenceJob", {}).n("ComprehendMedicalClient", "StopSNOMEDCTInferenceJobCommand").f(void 0, void 0).ser(se_StopSNOMEDCTInferenceJobCommand).de(de_StopSNOMEDCTInferenceJobCommand).build() {  static {    __name(this, "StopSNOMEDCTInferenceJobCommand");  }}; // src/ComprehendMedical.tsvar commands = {  DescribeEntitiesDetectionV2JobCommand,  DescribeICD10CMInferenceJobCommand,  DescribePHIDetectionJobCommand,  DescribeRxNormInferenceJobCommand,  DescribeSNOMEDCTInferenceJobCommand,  DetectEntitiesCommand,  DetectEntitiesV2Command,  DetectPHICommand,  InferICD10CMCommand,  InferRxNormCommand,  InferSNOMEDCTCommand,  ListEntitiesDetectionV2JobsCommand,  ListICD10CMInferenceJobsCommand,  ListPHIDetectionJobsCommand,  ListRxNormInferenceJobsCommand,  ListSNOMEDCTInferenceJobsCommand,  StartEntitiesDetectionV2JobCommand,  StartICD10CMInferenceJobCommand,  StartPHIDetectionJobCommand,  StartRxNormInferenceJobCommand,  StartSNOMEDCTInferenceJobCommand,  StopEntitiesDetectionV2JobCommand,  StopICD10CMInferenceJobCommand,  StopPHIDetectionJobCommand,  StopRxNormInferenceJobCommand,  StopSNOMEDCTInferenceJobCommand};var ComprehendMedical = class extends ComprehendMedicalClient {  static {    __name(this, "ComprehendMedical");  }};(0, import_smithy_client.createAggregatedClient)(commands, ComprehendMedical);// Annotate the CommonJS export names for ESM import in node: 0 && (module.exports = {  ComprehendMedicalServiceException,  __Client,  ComprehendMedicalClient,  ComprehendMedical,  $Command,  DescribeEntitiesDetectionV2JobCommand,  DescribeICD10CMInferenceJobCommand,  DescribePHIDetectionJobCommand,  DescribeRxNormInferenceJobCommand,  DescribeSNOMEDCTInferenceJobCommand,  DetectEntitiesCommand,  DetectEntitiesV2Command,  DetectPHICommand,  InferICD10CMCommand,  InferRxNormCommand,  InferSNOMEDCTCommand,  ListEntitiesDetectionV2JobsCommand,  ListICD10CMInferenceJobsCommand,  ListPHIDetectionJobsCommand,  ListRxNormInferenceJobsCommand,  ListSNOMEDCTInferenceJobsCommand,  StartEntitiesDetectionV2JobCommand,  StartICD10CMInferenceJobCommand,  StartPHIDetectionJobCommand,  StartRxNormInferenceJobCommand,  StartSNOMEDCTInferenceJobCommand,  StopEntitiesDetectionV2JobCommand,  StopICD10CMInferenceJobCommand,  StopPHIDetectionJobCommand,  StopRxNormInferenceJobCommand,  StopSNOMEDCTInferenceJobCommand,  EntityType,  RelationshipType,  AttributeName,  EntitySubType,  JobStatus,  LanguageCode,  InternalServerException,  InvalidRequestException,  ResourceNotFoundException,  TooManyRequestsException,  InvalidEncodingException,  ServiceUnavailableException,  TextSizeLimitExceededException,  ICD10CMEntityType,  ICD10CMRelationshipType,  ICD10CMTraitName,  ICD10CMAttributeType,  ICD10CMEntityCategory,  RxNormTraitName,  RxNormAttributeType,  RxNormEntityCategory,  RxNormEntityType,  SNOMEDCTEntityCategory,  SNOMEDCTRelationshipType,  SNOMEDCTTraitName,  SNOMEDCTAttributeType,  SNOMEDCTEntityType,  ValidationException});