@aws-sdk/client-comprehendmedical 3.1076.0 → 3.1078.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 (98) hide show
  1. package/dist-cjs/index.js +37 -265
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -14
  4. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +2 -14
  5. package/dist-es/commands/DescribePHIDetectionJobCommand.js +2 -14
  6. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +2 -14
  7. package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -14
  8. package/dist-es/commands/DetectEntitiesCommand.js +2 -14
  9. package/dist-es/commands/DetectEntitiesV2Command.js +2 -14
  10. package/dist-es/commands/DetectPHICommand.js +2 -14
  11. package/dist-es/commands/InferICD10CMCommand.js +2 -14
  12. package/dist-es/commands/InferRxNormCommand.js +2 -14
  13. package/dist-es/commands/InferSNOMEDCTCommand.js +2 -14
  14. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +2 -14
  15. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +2 -14
  16. package/dist-es/commands/ListPHIDetectionJobsCommand.js +2 -14
  17. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +2 -14
  18. package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -14
  19. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +2 -14
  20. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +2 -14
  21. package/dist-es/commands/StartPHIDetectionJobCommand.js +2 -14
  22. package/dist-es/commands/StartRxNormInferenceJobCommand.js +2 -14
  23. package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +2 -14
  24. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +2 -14
  25. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +2 -14
  26. package/dist-es/commands/StopPHIDetectionJobCommand.js +2 -14
  27. package/dist-es/commands/StopRxNormInferenceJobCommand.js +2 -14
  28. package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +2 -14
  29. package/dist-es/index.js +1 -0
  30. package/dist-es/runtimeConfig.browser.js +0 -2
  31. package/dist-es/runtimeConfig.js +1 -2
  32. package/dist-es/runtimeConfig.native.js +0 -2
  33. package/dist-es/runtimeConfig.shared.js +2 -0
  34. package/dist-types/commandBuilder.d.ts +18 -0
  35. package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +3 -8
  36. package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +3 -8
  37. package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +3 -8
  39. package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +3 -8
  40. package/dist-types/commands/DetectEntitiesCommand.d.ts +3 -8
  41. package/dist-types/commands/DetectEntitiesV2Command.d.ts +3 -8
  42. package/dist-types/commands/DetectPHICommand.d.ts +3 -8
  43. package/dist-types/commands/InferICD10CMCommand.d.ts +3 -8
  44. package/dist-types/commands/InferRxNormCommand.d.ts +3 -8
  45. package/dist-types/commands/InferSNOMEDCTCommand.d.ts +3 -8
  46. package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +3 -8
  47. package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +3 -8
  48. package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +3 -8
  49. package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +3 -8
  50. package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +3 -8
  51. package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +3 -8
  52. package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +3 -8
  53. package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +3 -8
  54. package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +3 -8
  55. package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +3 -8
  56. package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +3 -8
  57. package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +3 -8
  58. package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +3 -8
  59. package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +3 -8
  60. package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +3 -8
  61. package/dist-types/index.d.ts +1 -0
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  63. package/dist-types/runtimeConfig.d.ts +1 -1
  64. package/dist-types/runtimeConfig.native.d.ts +1 -1
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  67. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/index.d.ts +1 -0
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  98. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListICD10CMInferenceJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListICD10CMInferenceJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "ListICD10CMInferenceJobs", {})
13
- .n("ComprehendMedicalClient", "ListICD10CMInferenceJobsCommand")
14
- .sc(ListICD10CMInferenceJobs$)
15
- .build() {
3
+ export class ListICD10CMInferenceJobsCommand extends command(_ep0, _mw0, "ListICD10CMInferenceJobs", ListICD10CMInferenceJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListPHIDetectionJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListPHIDetectionJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "ListPHIDetectionJobs", {})
13
- .n("ComprehendMedicalClient", "ListPHIDetectionJobsCommand")
14
- .sc(ListPHIDetectionJobs$)
15
- .build() {
3
+ export class ListPHIDetectionJobsCommand extends command(_ep0, _mw0, "ListPHIDetectionJobs", ListPHIDetectionJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListRxNormInferenceJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListRxNormInferenceJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "ListRxNormInferenceJobs", {})
13
- .n("ComprehendMedicalClient", "ListRxNormInferenceJobsCommand")
14
- .sc(ListRxNormInferenceJobs$)
15
- .build() {
3
+ export class ListRxNormInferenceJobsCommand extends command(_ep0, _mw0, "ListRxNormInferenceJobs", ListRxNormInferenceJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListSNOMEDCTInferenceJobs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListSNOMEDCTInferenceJobsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "ListSNOMEDCTInferenceJobs", {})
13
- .n("ComprehendMedicalClient", "ListSNOMEDCTInferenceJobsCommand")
14
- .sc(ListSNOMEDCTInferenceJobs$)
15
- .build() {
3
+ export class ListSNOMEDCTInferenceJobsCommand extends command(_ep0, _mw0, "ListSNOMEDCTInferenceJobs", ListSNOMEDCTInferenceJobs$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartEntitiesDetectionV2Job$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartEntitiesDetectionV2JobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "StartEntitiesDetectionV2Job", {})
13
- .n("ComprehendMedicalClient", "StartEntitiesDetectionV2JobCommand")
14
- .sc(StartEntitiesDetectionV2Job$)
15
- .build() {
3
+ export class StartEntitiesDetectionV2JobCommand extends command(_ep0, _mw0, "StartEntitiesDetectionV2Job", StartEntitiesDetectionV2Job$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartICD10CMInferenceJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartICD10CMInferenceJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "StartICD10CMInferenceJob", {})
13
- .n("ComprehendMedicalClient", "StartICD10CMInferenceJobCommand")
14
- .sc(StartICD10CMInferenceJob$)
15
- .build() {
3
+ export class StartICD10CMInferenceJobCommand extends command(_ep0, _mw0, "StartICD10CMInferenceJob", StartICD10CMInferenceJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartPHIDetectionJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartPHIDetectionJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "StartPHIDetectionJob", {})
13
- .n("ComprehendMedicalClient", "StartPHIDetectionJobCommand")
14
- .sc(StartPHIDetectionJob$)
15
- .build() {
3
+ export class StartPHIDetectionJobCommand extends command(_ep0, _mw0, "StartPHIDetectionJob", StartPHIDetectionJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartRxNormInferenceJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartRxNormInferenceJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "StartRxNormInferenceJob", {})
13
- .n("ComprehendMedicalClient", "StartRxNormInferenceJobCommand")
14
- .sc(StartRxNormInferenceJob$)
15
- .build() {
3
+ export class StartRxNormInferenceJobCommand extends command(_ep0, _mw0, "StartRxNormInferenceJob", StartRxNormInferenceJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartSNOMEDCTInferenceJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartSNOMEDCTInferenceJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "StartSNOMEDCTInferenceJob", {})
13
- .n("ComprehendMedicalClient", "StartSNOMEDCTInferenceJobCommand")
14
- .sc(StartSNOMEDCTInferenceJob$)
15
- .build() {
3
+ export class StartSNOMEDCTInferenceJobCommand extends command(_ep0, _mw0, "StartSNOMEDCTInferenceJob", StartSNOMEDCTInferenceJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopEntitiesDetectionV2Job$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopEntitiesDetectionV2JobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "StopEntitiesDetectionV2Job", {})
13
- .n("ComprehendMedicalClient", "StopEntitiesDetectionV2JobCommand")
14
- .sc(StopEntitiesDetectionV2Job$)
15
- .build() {
3
+ export class StopEntitiesDetectionV2JobCommand extends command(_ep0, _mw0, "StopEntitiesDetectionV2Job", StopEntitiesDetectionV2Job$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopICD10CMInferenceJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopICD10CMInferenceJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "StopICD10CMInferenceJob", {})
13
- .n("ComprehendMedicalClient", "StopICD10CMInferenceJobCommand")
14
- .sc(StopICD10CMInferenceJob$)
15
- .build() {
3
+ export class StopICD10CMInferenceJobCommand extends command(_ep0, _mw0, "StopICD10CMInferenceJob", StopICD10CMInferenceJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopPHIDetectionJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopPHIDetectionJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "StopPHIDetectionJob", {})
13
- .n("ComprehendMedicalClient", "StopPHIDetectionJobCommand")
14
- .sc(StopPHIDetectionJob$)
15
- .build() {
3
+ export class StopPHIDetectionJobCommand extends command(_ep0, _mw0, "StopPHIDetectionJob", StopPHIDetectionJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopRxNormInferenceJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopRxNormInferenceJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "StopRxNormInferenceJob", {})
13
- .n("ComprehendMedicalClient", "StopRxNormInferenceJobCommand")
14
- .sc(StopRxNormInferenceJob$)
15
- .build() {
3
+ export class StopRxNormInferenceJobCommand extends command(_ep0, _mw0, "StopRxNormInferenceJob", StopRxNormInferenceJob$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopSNOMEDCTInferenceJob$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopSNOMEDCTInferenceJobCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("ComprehendMedical_20181030", "StopSNOMEDCTInferenceJob", {})
13
- .n("ComprehendMedicalClient", "StopSNOMEDCTInferenceJobCommand")
14
- .sc(StopSNOMEDCTInferenceJob$)
15
- .build() {
3
+ export class StopSNOMEDCTInferenceJobCommand extends command(_ep0, _mw0, "StopSNOMEDCTInferenceJob", StopSNOMEDCTInferenceJob$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ComprehendMedicalClient";
2
2
  export * from "./ComprehendMedical";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "ComprehendMedical_20181030",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "ComprehendMedical",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ComprehendMedicalClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
2
  import type { DescribeEntitiesDetectionV2JobRequest, DescribeEntitiesDetectionV2JobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEntitiesDetectionV2JobCommandInput extends DescribeEnti
22
19
  export interface DescribeEntitiesDetectionV2JobCommandOutput extends DescribeEntitiesDetectionV2JobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEntitiesDetectionV2JobCommand_base: {
25
- new (input: DescribeEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeEntitiesDetectionV2JobCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntitiesDetectionV2JobCommandInput, DescribeEntitiesDetectionV2JobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the properties associated with a medical entities detection job. Use this operation
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
2
  import type { DescribeICD10CMInferenceJobRequest, DescribeICD10CMInferenceJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeICD10CMInferenceJobCommandInput extends DescribeICD10CM
22
19
  export interface DescribeICD10CMInferenceJobCommandOutput extends DescribeICD10CMInferenceJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeICD10CMInferenceJobCommand_base: {
25
- new (input: DescribeICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeICD10CMInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeICD10CMInferenceJobCommandInput, DescribeICD10CMInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the properties associated with an InferICD10CM job. Use this operation to get the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
2
  import type { DescribePHIDetectionJobRequest, DescribePHIDetectionJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribePHIDetectionJobCommandInput extends DescribePHIDetectio
22
19
  export interface DescribePHIDetectionJobCommandOutput extends DescribePHIDetectionJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribePHIDetectionJobCommand_base: {
25
- new (input: DescribePHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribePHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribePHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribePHIDetectionJobCommandInput): import("@smithy/core/client").CommandImpl<DescribePHIDetectionJobCommandInput, DescribePHIDetectionJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the properties associated with a protected health information (PHI) detection job.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
2
  import type { DescribeRxNormInferenceJobRequest, DescribeRxNormInferenceJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeRxNormInferenceJobCommandInput extends DescribeRxNormIn
22
19
  export interface DescribeRxNormInferenceJobCommandOutput extends DescribeRxNormInferenceJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRxNormInferenceJobCommand_base: {
25
- new (input: DescribeRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeRxNormInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeRxNormInferenceJobCommandInput, DescribeRxNormInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Gets the properties associated with an InferRxNorm job. Use this operation to get the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
2
  import type { DescribeSNOMEDCTInferenceJobRequest, DescribeSNOMEDCTInferenceJobResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSNOMEDCTInferenceJobCommandInput extends DescribeSNOMED
22
19
  export interface DescribeSNOMEDCTInferenceJobCommandOutput extends DescribeSNOMEDCTInferenceJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSNOMEDCTInferenceJobCommand_base: {
25
- new (input: DescribeSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeSNOMEDCTInferenceJobCommandInput): import("@smithy/core/client").CommandImpl<DescribeSNOMEDCTInferenceJobCommandInput, DescribeSNOMEDCTInferenceJobCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
2
  import type { DetectEntitiesRequest, DetectEntitiesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DetectEntitiesCommandInput extends DetectEntitiesRequest {
22
19
  export interface DetectEntitiesCommandOutput extends DetectEntitiesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DetectEntitiesCommand_base: {
25
- new (input: DetectEntitiesCommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DetectEntitiesCommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DetectEntitiesCommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DetectEntitiesCommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesCommandInput, DetectEntitiesCommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>The <code>DetectEntities</code> operation is deprecated. You should use the <a>DetectEntitiesV2</a> operation instead.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
2
  import type { DetectEntitiesV2Request, DetectEntitiesV2Response } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DetectEntitiesV2CommandInput extends DetectEntitiesV2Request {
22
19
  export interface DetectEntitiesV2CommandOutput extends DetectEntitiesV2Response, __MetadataBearer {
23
20
  }
24
21
  declare const DetectEntitiesV2Command_base: {
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
- };
22
+ new (input: DetectEntitiesV2CommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DetectEntitiesV2CommandInput): import("@smithy/core/client").CommandImpl<DetectEntitiesV2CommandInput, DetectEntitiesV2CommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Inspects the clinical text for a variety of medical entities and returns specific
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComprehendMedicalClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComprehendMedicalClient";
4
2
  import type { DetectPHIRequest, DetectPHIResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DetectPHICommandInput extends DetectPHIRequest {
22
19
  export interface DetectPHICommandOutput extends DetectPHIResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DetectPHICommand_base: {
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
- };
22
+ new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DetectPHICommandInput): import("@smithy/core/client").CommandImpl<DetectPHICommandInput, DetectPHICommandOutput, import("..").ComprehendMedicalClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Inspects the clinical text for protected health information (PHI) entities and returns