@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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeEntitiesDetectionV2JobCommandOutput
19
19
  declare const DescribeEntitiesDetectionV2JobCommand_base: {
20
20
  new (
21
21
  input: DescribeEntitiesDetectionV2JobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeEntitiesDetectionV2JobCommandInput,
24
24
  DescribeEntitiesDetectionV2JobCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeEntitiesDetectionV2JobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeEntitiesDetectionV2JobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeEntitiesDetectionV2JobCommandInput,
33
33
  DescribeEntitiesDetectionV2JobCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeEntitiesDetectionV2JobCommand extends DescribeEntitiesDetectionV2JobCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeICD10CMInferenceJobCommandOutput
19
19
  declare const DescribeICD10CMInferenceJobCommand_base: {
20
20
  new (
21
21
  input: DescribeICD10CMInferenceJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeICD10CMInferenceJobCommandInput,
24
24
  DescribeICD10CMInferenceJobCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeICD10CMInferenceJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeICD10CMInferenceJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeICD10CMInferenceJobCommandInput,
33
33
  DescribeICD10CMInferenceJobCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeICD10CMInferenceJobCommand extends DescribeICD10CMInferenceJobCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribePHIDetectionJobCommandOutput
19
19
  declare const DescribePHIDetectionJobCommand_base: {
20
20
  new (
21
21
  input: DescribePHIDetectionJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribePHIDetectionJobCommandInput,
24
24
  DescribePHIDetectionJobCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribePHIDetectionJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribePHIDetectionJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribePHIDetectionJobCommandInput,
33
33
  DescribePHIDetectionJobCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribePHIDetectionJobCommand extends DescribePHIDetectionJobCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeRxNormInferenceJobCommandOutput
19
19
  declare const DescribeRxNormInferenceJobCommand_base: {
20
20
  new (
21
21
  input: DescribeRxNormInferenceJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeRxNormInferenceJobCommandInput,
24
24
  DescribeRxNormInferenceJobCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeRxNormInferenceJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeRxNormInferenceJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeRxNormInferenceJobCommandInput,
33
33
  DescribeRxNormInferenceJobCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeRxNormInferenceJobCommand extends DescribeRxNormInferenceJobCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeSNOMEDCTInferenceJobCommandOutput
19
19
  declare const DescribeSNOMEDCTInferenceJobCommand_base: {
20
20
  new (
21
21
  input: DescribeSNOMEDCTInferenceJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeSNOMEDCTInferenceJobCommandInput,
24
24
  DescribeSNOMEDCTInferenceJobCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeSNOMEDCTInferenceJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: DescribeSNOMEDCTInferenceJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeSNOMEDCTInferenceJobCommandInput,
33
33
  DescribeSNOMEDCTInferenceJobCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeSNOMEDCTInferenceJobCommand extends DescribeSNOMEDCTInferenceJobCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DetectEntitiesCommandOutput
18
18
  declare const DetectEntitiesCommand_base: {
19
19
  new (
20
20
  input: DetectEntitiesCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DetectEntitiesCommandInput,
23
23
  DetectEntitiesCommandOutput,
24
24
  ComprehendMedicalClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DetectEntitiesCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DetectEntitiesCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DetectEntitiesCommandInput,
32
32
  DetectEntitiesCommandOutput,
33
33
  ComprehendMedicalClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DetectEntitiesCommand extends DetectEntitiesCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DetectEntitiesV2CommandOutput
18
18
  declare const DetectEntitiesV2Command_base: {
19
19
  new (
20
20
  input: DetectEntitiesV2CommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DetectEntitiesV2CommandInput,
23
23
  DetectEntitiesV2CommandOutput,
24
24
  ComprehendMedicalClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DetectEntitiesV2Command_base: {
27
27
  >;
28
28
  new (
29
29
  input: DetectEntitiesV2CommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DetectEntitiesV2CommandInput,
32
32
  DetectEntitiesV2CommandOutput,
33
33
  ComprehendMedicalClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DetectEntitiesV2Command extends DetectEntitiesV2Command_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface DetectPHICommandOutput
13
13
  extends DetectPHIResponse,
14
14
  __MetadataBearer {}
15
15
  declare const DetectPHICommand_base: {
16
- new (
17
- input: DetectPHICommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<
19
17
  DetectPHICommandInput,
20
18
  DetectPHICommandOutput,
21
19
  ComprehendMedicalClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: DetectPHICommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<
28
24
  DetectPHICommandInput,
29
25
  DetectPHICommandOutput,
30
26
  ComprehendMedicalClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class DetectPHICommand extends DetectPHICommand_base {
37
35
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface InferICD10CMCommandOutput
15
15
  declare const InferICD10CMCommand_base: {
16
16
  new (
17
17
  input: InferICD10CMCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  InferICD10CMCommandInput,
20
20
  InferICD10CMCommandOutput,
21
21
  ComprehendMedicalClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const InferICD10CMCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: InferICD10CMCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  InferICD10CMCommandInput,
29
29
  InferICD10CMCommandOutput,
30
30
  ComprehendMedicalClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class InferICD10CMCommand extends InferICD10CMCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface InferRxNormCommandOutput
15
15
  declare const InferRxNormCommand_base: {
16
16
  new (
17
17
  input: InferRxNormCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  InferRxNormCommandInput,
20
20
  InferRxNormCommandOutput,
21
21
  ComprehendMedicalClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const InferRxNormCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: InferRxNormCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  InferRxNormCommandInput,
29
29
  InferRxNormCommandOutput,
30
30
  ComprehendMedicalClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class InferRxNormCommand extends InferRxNormCommand_base {
37
39
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface InferSNOMEDCTCommandOutput
18
18
  declare const InferSNOMEDCTCommand_base: {
19
19
  new (
20
20
  input: InferSNOMEDCTCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  InferSNOMEDCTCommandInput,
23
23
  InferSNOMEDCTCommandOutput,
24
24
  ComprehendMedicalClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const InferSNOMEDCTCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: InferSNOMEDCTCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  InferSNOMEDCTCommandInput,
32
32
  InferSNOMEDCTCommandOutput,
33
33
  ComprehendMedicalClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class InferSNOMEDCTCommand extends InferSNOMEDCTCommand_base {
40
42
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListEntitiesDetectionV2JobsCommandOutput
19
19
  declare const ListEntitiesDetectionV2JobsCommand_base: {
20
20
  new (
21
21
  input: ListEntitiesDetectionV2JobsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListEntitiesDetectionV2JobsCommandInput,
24
24
  ListEntitiesDetectionV2JobsCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListEntitiesDetectionV2JobsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListEntitiesDetectionV2JobsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListEntitiesDetectionV2JobsCommandInput,
33
33
  ListEntitiesDetectionV2JobsCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListEntitiesDetectionV2JobsCommand extends ListEntitiesDetectionV2JobsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListICD10CMInferenceJobsCommandOutput
19
19
  declare const ListICD10CMInferenceJobsCommand_base: {
20
20
  new (
21
21
  input: ListICD10CMInferenceJobsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListICD10CMInferenceJobsCommandInput,
24
24
  ListICD10CMInferenceJobsCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListICD10CMInferenceJobsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListICD10CMInferenceJobsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListICD10CMInferenceJobsCommandInput,
33
33
  ListICD10CMInferenceJobsCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListICD10CMInferenceJobsCommand extends ListICD10CMInferenceJobsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListPHIDetectionJobsCommandOutput
19
19
  declare const ListPHIDetectionJobsCommand_base: {
20
20
  new (
21
21
  input: ListPHIDetectionJobsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListPHIDetectionJobsCommandInput,
24
24
  ListPHIDetectionJobsCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListPHIDetectionJobsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListPHIDetectionJobsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListPHIDetectionJobsCommandInput,
33
33
  ListPHIDetectionJobsCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListPHIDetectionJobsCommand extends ListPHIDetectionJobsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListRxNormInferenceJobsCommandOutput
19
19
  declare const ListRxNormInferenceJobsCommand_base: {
20
20
  new (
21
21
  input: ListRxNormInferenceJobsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListRxNormInferenceJobsCommandInput,
24
24
  ListRxNormInferenceJobsCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListRxNormInferenceJobsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListRxNormInferenceJobsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListRxNormInferenceJobsCommandInput,
33
33
  ListRxNormInferenceJobsCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListRxNormInferenceJobsCommand extends ListRxNormInferenceJobsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface ListSNOMEDCTInferenceJobsCommandOutput
19
19
  declare const ListSNOMEDCTInferenceJobsCommand_base: {
20
20
  new (
21
21
  input: ListSNOMEDCTInferenceJobsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  ListSNOMEDCTInferenceJobsCommandInput,
24
24
  ListSNOMEDCTInferenceJobsCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const ListSNOMEDCTInferenceJobsCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [ListSNOMEDCTInferenceJobsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  ListSNOMEDCTInferenceJobsCommandInput,
33
33
  ListSNOMEDCTInferenceJobsCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListSNOMEDCTInferenceJobsCommand extends ListSNOMEDCTInferenceJobsCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StartEntitiesDetectionV2JobCommandOutput
19
19
  declare const StartEntitiesDetectionV2JobCommand_base: {
20
20
  new (
21
21
  input: StartEntitiesDetectionV2JobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartEntitiesDetectionV2JobCommandInput,
24
24
  StartEntitiesDetectionV2JobCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartEntitiesDetectionV2JobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartEntitiesDetectionV2JobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartEntitiesDetectionV2JobCommandInput,
33
33
  StartEntitiesDetectionV2JobCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartEntitiesDetectionV2JobCommand extends StartEntitiesDetectionV2JobCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StartICD10CMInferenceJobCommandOutput
19
19
  declare const StartICD10CMInferenceJobCommand_base: {
20
20
  new (
21
21
  input: StartICD10CMInferenceJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartICD10CMInferenceJobCommandInput,
24
24
  StartICD10CMInferenceJobCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartICD10CMInferenceJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartICD10CMInferenceJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartICD10CMInferenceJobCommandInput,
33
33
  StartICD10CMInferenceJobCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartICD10CMInferenceJobCommand extends StartICD10CMInferenceJobCommand_base {
41
43
  protected static __types: {
@@ -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 { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ComprehendMedicalClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface StartPHIDetectionJobCommandOutput
19
19
  declare const StartPHIDetectionJobCommand_base: {
20
20
  new (
21
21
  input: StartPHIDetectionJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  StartPHIDetectionJobCommandInput,
24
24
  StartPHIDetectionJobCommandOutput,
25
25
  ComprehendMedicalClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const StartPHIDetectionJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: StartPHIDetectionJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  StartPHIDetectionJobCommandInput,
33
33
  StartPHIDetectionJobCommandOutput,
34
34
  ComprehendMedicalClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class StartPHIDetectionJobCommand extends StartPHIDetectionJobCommand_base {
41
43
  protected static __types: {