@aws-sdk/client-comprehendmedical 3.1045.0 → 3.1047.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (113) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +68 -69
  5. package/dist-cjs/models/ComprehendMedicalServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/ComprehendMedical.js +1 -1
  10. package/dist-es/ComprehendMedicalClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -2
  13. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +2 -2
  14. package/dist-es/commands/DescribePHIDetectionJobCommand.js +2 -2
  15. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +2 -2
  16. package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -2
  17. package/dist-es/commands/DetectEntitiesCommand.js +2 -2
  18. package/dist-es/commands/DetectEntitiesV2Command.js +2 -2
  19. package/dist-es/commands/DetectPHICommand.js +2 -2
  20. package/dist-es/commands/InferICD10CMCommand.js +2 -2
  21. package/dist-es/commands/InferRxNormCommand.js +2 -2
  22. package/dist-es/commands/InferSNOMEDCTCommand.js +2 -2
  23. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +2 -2
  24. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +2 -2
  25. package/dist-es/commands/ListPHIDetectionJobsCommand.js +2 -2
  26. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +2 -2
  27. package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -2
  28. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +2 -2
  29. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +2 -2
  30. package/dist-es/commands/StartPHIDetectionJobCommand.js +2 -2
  31. package/dist-es/commands/StartRxNormInferenceJobCommand.js +2 -2
  32. package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +2 -2
  33. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +2 -2
  34. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +2 -2
  35. package/dist-es/commands/StopPHIDetectionJobCommand.js +2 -2
  36. package/dist-es/commands/StopRxNormInferenceJobCommand.js +2 -2
  37. package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +2 -2
  38. package/dist-es/endpoint/bdd.js +1 -1
  39. package/dist-es/endpoint/endpointResolver.js +1 -1
  40. package/dist-es/models/ComprehendMedicalServiceException.js +1 -1
  41. package/dist-es/runtimeConfig.browser.js +4 -6
  42. package/dist-es/runtimeConfig.js +4 -8
  43. package/dist-es/runtimeConfig.shared.js +3 -4
  44. package/dist-es/runtimeExtensions.js +2 -2
  45. package/dist-types/ComprehendMedicalClient.d.ts +5 -5
  46. package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +6 -4
  47. package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +6 -4
  48. package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +6 -4
  49. package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +6 -4
  50. package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +6 -4
  51. package/dist-types/commands/DetectEntitiesCommand.d.ts +6 -4
  52. package/dist-types/commands/DetectEntitiesV2Command.d.ts +6 -4
  53. package/dist-types/commands/DetectPHICommand.d.ts +6 -4
  54. package/dist-types/commands/InferICD10CMCommand.d.ts +6 -4
  55. package/dist-types/commands/InferRxNormCommand.d.ts +6 -4
  56. package/dist-types/commands/InferSNOMEDCTCommand.d.ts +6 -4
  57. package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +6 -4
  58. package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +6 -4
  59. package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +6 -4
  60. package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +6 -4
  61. package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +6 -4
  62. package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +6 -4
  63. package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +6 -4
  64. package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +6 -4
  65. package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +6 -4
  66. package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +6 -4
  67. package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +6 -4
  68. package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +6 -4
  69. package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +6 -4
  70. package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +6 -4
  71. package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +6 -4
  72. package/dist-types/endpoint/bdd.d.ts +1 -1
  73. package/dist-types/extensionConfiguration.d.ts +1 -1
  74. package/dist-types/models/ComprehendMedicalServiceException.d.ts +1 -1
  75. package/dist-types/models/errors.d.ts +1 -1
  76. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  77. package/dist-types/runtimeConfig.d.ts +2 -2
  78. package/dist-types/runtimeConfig.native.d.ts +2 -2
  79. package/dist-types/ts3.4/ComprehendMedicalClient.d.ts +8 -14
  80. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +6 -4
  81. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +6 -4
  82. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +6 -4
  86. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +6 -8
  88. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +6 -4
  89. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +6 -4
  90. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +6 -4
  91. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +6 -4
  92. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +6 -4
  93. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +6 -4
  94. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +6 -4
  95. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +6 -4
  96. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  107. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  108. package/dist-types/ts3.4/models/ComprehendMedicalServiceException.d.ts +1 -1
  109. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  111. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  113. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { DetectEntitiesV2Request, DetectEntitiesV2Response } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DetectEntitiesV2CommandInput extends DetectEntitiesV2Request {
22
22
  export interface DetectEntitiesV2CommandOutput extends DetectEntitiesV2Response, __MetadataBearer {
23
23
  }
24
24
  declare const DetectEntitiesV2Command_base: {
25
- new (input: DetectEntitiesV2CommandInput): import("@smithy/smithy-client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DetectEntitiesV2CommandInput): import("@smithy/smithy-client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DetectEntitiesV2CommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DetectEntitiesV2CommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Inspects the clinical text for a variety of medical entities and returns specific
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { DetectPHIRequest, DetectPHIResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DetectPHICommandInput extends DetectPHIRequest {
22
22
  export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBearer {
23
23
  }
24
24
  declare const DetectPHICommand_base: {
25
- new (input: DetectPHICommandInput): import("@smithy/smithy-client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DetectPHICommandInput): import("@smithy/smithy-client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Inspects the clinical text for protected health information (PHI) entities and returns
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { InferICD10CMRequest, InferICD10CMResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface InferICD10CMCommandInput extends InferICD10CMRequest {
22
22
  export interface InferICD10CMCommandOutput extends InferICD10CMResponse, __MetadataBearer {
23
23
  }
24
24
  declare const InferICD10CMCommand_base: {
25
- new (input: InferICD10CMCommandInput): import("@smithy/smithy-client").CommandImpl<InferICD10CMCommandInput, InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: InferICD10CMCommandInput): import("@smithy/smithy-client").CommandImpl<InferICD10CMCommandInput, InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: InferICD10CMCommandInput): import("@smithy/core/client").CommandImpl<InferICD10CMCommandInput, InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: InferICD10CMCommandInput): import("@smithy/core/client").CommandImpl<InferICD10CMCommandInput, InferICD10CMCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>InferICD10CM detects medical conditions as entities listed in a patient record and links
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { InferRxNormRequest, InferRxNormResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface InferRxNormCommandInput extends InferRxNormRequest {
22
22
  export interface InferRxNormCommandOutput extends InferRxNormResponse, __MetadataBearer {
23
23
  }
24
24
  declare const InferRxNormCommand_base: {
25
- new (input: InferRxNormCommandInput): import("@smithy/smithy-client").CommandImpl<InferRxNormCommandInput, InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: InferRxNormCommandInput): import("@smithy/smithy-client").CommandImpl<InferRxNormCommandInput, InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: InferRxNormCommandInput): import("@smithy/core/client").CommandImpl<InferRxNormCommandInput, InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: InferRxNormCommandInput): import("@smithy/core/client").CommandImpl<InferRxNormCommandInput, InferRxNormCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>InferRxNorm detects medications as entities listed in a patient record and links to the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { InferSNOMEDCTRequest, InferSNOMEDCTResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface InferSNOMEDCTCommandInput extends InferSNOMEDCTRequest {
22
22
  export interface InferSNOMEDCTCommandOutput extends InferSNOMEDCTResponse, __MetadataBearer {
23
23
  }
24
24
  declare const InferSNOMEDCTCommand_base: {
25
- new (input: InferSNOMEDCTCommandInput): import("@smithy/smithy-client").CommandImpl<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: InferSNOMEDCTCommandInput): import("@smithy/smithy-client").CommandImpl<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: InferSNOMEDCTCommandInput): import("@smithy/core/client").CommandImpl<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: InferSNOMEDCTCommandInput): import("@smithy/core/client").CommandImpl<InferSNOMEDCTCommandInput, InferSNOMEDCTCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { ListEntitiesDetectionV2JobsRequest, ListEntitiesDetectionV2JobsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListEntitiesDetectionV2JobsCommandInput extends ListEntitiesDet
22
22
  export interface ListEntitiesDetectionV2JobsCommandOutput extends ListEntitiesDetectionV2JobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListEntitiesDetectionV2JobsCommand_base: {
25
- new (input: ListEntitiesDetectionV2JobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListEntitiesDetectionV2JobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListEntitiesDetectionV2JobsCommandInput): import("@smithy/core/client").CommandImpl<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListEntitiesDetectionV2JobsCommandInput]): import("@smithy/core/client").CommandImpl<ListEntitiesDetectionV2JobsCommandInput, ListEntitiesDetectionV2JobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a list of medical entity detection jobs that you have submitted.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { ListICD10CMInferenceJobsRequest, ListICD10CMInferenceJobsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListICD10CMInferenceJobsCommandInput extends ListICD10CMInferen
22
22
  export interface ListICD10CMInferenceJobsCommandOutput extends ListICD10CMInferenceJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListICD10CMInferenceJobsCommand_base: {
25
- new (input: ListICD10CMInferenceJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListICD10CMInferenceJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListICD10CMInferenceJobsCommandInput): import("@smithy/core/client").CommandImpl<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListICD10CMInferenceJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListICD10CMInferenceJobsCommandInput, ListICD10CMInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a list of InferICD10CM jobs that you have submitted.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { ListPHIDetectionJobsRequest, ListPHIDetectionJobsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListPHIDetectionJobsCommandInput extends ListPHIDetectionJobsRe
22
22
  export interface ListPHIDetectionJobsCommandOutput extends ListPHIDetectionJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListPHIDetectionJobsCommand_base: {
25
- new (input: ListPHIDetectionJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListPHIDetectionJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListPHIDetectionJobsCommandInput): import("@smithy/core/client").CommandImpl<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListPHIDetectionJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListPHIDetectionJobsCommandInput, ListPHIDetectionJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a list of protected health information (PHI) detection jobs you have
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { ListRxNormInferenceJobsRequest, ListRxNormInferenceJobsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListRxNormInferenceJobsCommandInput extends ListRxNormInference
22
22
  export interface ListRxNormInferenceJobsCommandOutput extends ListRxNormInferenceJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListRxNormInferenceJobsCommand_base: {
25
- new (input: ListRxNormInferenceJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListRxNormInferenceJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListRxNormInferenceJobsCommandInput): import("@smithy/core/client").CommandImpl<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListRxNormInferenceJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListRxNormInferenceJobsCommandInput, ListRxNormInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Gets a list of InferRxNorm jobs that you have submitted.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { ListSNOMEDCTInferenceJobsRequest, ListSNOMEDCTInferenceJobsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListSNOMEDCTInferenceJobsCommandInput extends ListSNOMEDCTInfer
22
22
  export interface ListSNOMEDCTInferenceJobsCommandOutput extends ListSNOMEDCTInferenceJobsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListSNOMEDCTInferenceJobsCommand_base: {
25
- new (input: ListSNOMEDCTInferenceJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListSNOMEDCTInferenceJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListSNOMEDCTInferenceJobsCommandInput): import("@smithy/core/client").CommandImpl<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListSNOMEDCTInferenceJobsCommandInput]): import("@smithy/core/client").CommandImpl<ListSNOMEDCTInferenceJobsCommandInput, ListSNOMEDCTInferenceJobsCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { StartEntitiesDetectionV2JobRequest, StartEntitiesDetectionV2JobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartEntitiesDetectionV2JobCommandInput extends StartEntitiesDe
22
22
  export interface StartEntitiesDetectionV2JobCommandOutput extends StartEntitiesDetectionV2JobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartEntitiesDetectionV2JobCommand_base: {
25
- new (input: StartEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<StartEntitiesDetectionV2JobCommandInput, StartEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts an asynchronous medical entity detection job for a collection of documents. Use the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { StartICD10CMInferenceJobRequest, StartICD10CMInferenceJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartICD10CMInferenceJobCommandInput extends StartICD10CMInfere
22
22
  export interface StartICD10CMInferenceJobCommandOutput extends StartICD10CMInferenceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartICD10CMInferenceJobCommand_base: {
25
- new (input: StartICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StartICD10CMInferenceJobCommandInput, StartICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { StartPHIDetectionJobRequest, StartPHIDetectionJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartPHIDetectionJobCommandInput extends StartPHIDetectionJobRe
22
22
  export interface StartPHIDetectionJobCommandOutput extends StartPHIDetectionJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartPHIDetectionJobCommand_base: {
25
- new (input: StartPHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartPHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartPHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartPHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<StartPHIDetectionJobCommandInput, StartPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts an asynchronous job to detect protected health information (PHI). Use the
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { StartRxNormInferenceJobRequest, StartRxNormInferenceJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartRxNormInferenceJobCommandInput extends StartRxNormInferenc
22
22
  export interface StartRxNormInferenceJobCommandOutput extends StartRxNormInferenceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartRxNormInferenceJobCommand_base: {
25
- new (input: StartRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StartRxNormInferenceJobCommandInput, StartRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Starts an asynchronous job to detect medication entities and link them to the RxNorm
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { StartSNOMEDCTInferenceJobRequest, StartSNOMEDCTInferenceJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StartSNOMEDCTInferenceJobCommandInput extends StartSNOMEDCTInfe
22
22
  export interface StartSNOMEDCTInferenceJobCommandOutput extends StartSNOMEDCTInferenceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StartSNOMEDCTInferenceJobCommand_base: {
25
- new (input: StartSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StartSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StartSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StartSNOMEDCTInferenceJobCommandInput, StartSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { StopEntitiesDetectionV2JobRequest, StopEntitiesDetectionV2JobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopEntitiesDetectionV2JobCommandInput extends StopEntitiesDete
22
22
  export interface StopEntitiesDetectionV2JobCommandOutput extends StopEntitiesDetectionV2JobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopEntitiesDetectionV2JobCommand_base: {
25
- new (input: StopEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopEntitiesDetectionV2JobCommandInput): import("@smithy/smithy-client").CommandImpl<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<StopEntitiesDetectionV2JobCommandInput, StopEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops a medical entities detection job in progress.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { StopICD10CMInferenceJobRequest, StopICD10CMInferenceJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopICD10CMInferenceJobCommandInput extends StopICD10CMInferenc
22
22
  export interface StopICD10CMInferenceJobCommandOutput extends StopICD10CMInferenceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopICD10CMInferenceJobCommand_base: {
25
- new (input: StopICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopICD10CMInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StopICD10CMInferenceJobCommandInput, StopICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops an InferICD10CM inference job in progress.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { StopPHIDetectionJobRequest, StopPHIDetectionJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopPHIDetectionJobCommandInput extends StopPHIDetectionJobRequ
22
22
  export interface StopPHIDetectionJobCommandOutput extends StopPHIDetectionJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopPHIDetectionJobCommand_base: {
25
- new (input: StopPHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopPHIDetectionJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopPHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopPHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops a protected health information (PHI) detection job in progress.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { StopRxNormInferenceJobRequest, StopRxNormInferenceJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopRxNormInferenceJobCommandInput extends StopRxNormInferenceJ
22
22
  export interface StopRxNormInferenceJobCommandOutput extends StopRxNormInferenceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopRxNormInferenceJobCommand_base: {
25
- new (input: StopRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopRxNormInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StopRxNormInferenceJobCommandInput, StopRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Stops an InferRxNorm inference job in progress.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
4
  import type { StopSNOMEDCTInferenceJobRequest, StopSNOMEDCTInferenceJobResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface StopSNOMEDCTInferenceJobCommandInput extends StopSNOMEDCTInfere
22
22
  export interface StopSNOMEDCTInferenceJobCommandOutput extends StopSNOMEDCTInferenceJobResponse, __MetadataBearer {
23
23
  }
24
24
  declare const StopSNOMEDCTInferenceJobCommand_base: {
25
- new (input: StopSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StopSNOMEDCTInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: StopSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: StopSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<StopSNOMEDCTInferenceJobCommandInput, StopSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { ComprehendMedicalServiceException as __BaseException } from "./ComprehendMedicalServiceException";
3
3
  /**
4
4
  * <p> An internal server error occurred. Retry your request. </p>
@@ -5,13 +5,13 @@ import type { ComprehendMedicalClientConfig } from "./ComprehendMedicalClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ComprehendMedicalClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { ComprehendMedicalClientConfig } from "./ComprehendMedicalClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ComprehendMedicalClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { ComprehendMedicalClientConfig } from "./ComprehendMedicalClient";
5
5
  export declare const getRuntimeConfig: (config: ComprehendMedicalClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: ComprehendMedicalClientConfig) =
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,