@aws-sdk/client-comprehendmedical 3.478.0 → 3.481.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 (109) hide show
  1. package/dist-cjs/commands/DescribeEntitiesDetectionV2JobCommand.js +18 -41
  2. package/dist-cjs/commands/DescribeICD10CMInferenceJobCommand.js +18 -41
  3. package/dist-cjs/commands/DescribePHIDetectionJobCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeRxNormInferenceJobCommand.js +18 -41
  5. package/dist-cjs/commands/DescribeSNOMEDCTInferenceJobCommand.js +18 -41
  6. package/dist-cjs/commands/DetectEntitiesCommand.js +18 -41
  7. package/dist-cjs/commands/DetectEntitiesV2Command.js +18 -41
  8. package/dist-cjs/commands/DetectPHICommand.js +18 -41
  9. package/dist-cjs/commands/InferICD10CMCommand.js +18 -41
  10. package/dist-cjs/commands/InferRxNormCommand.js +18 -41
  11. package/dist-cjs/commands/InferSNOMEDCTCommand.js +18 -41
  12. package/dist-cjs/commands/ListEntitiesDetectionV2JobsCommand.js +18 -41
  13. package/dist-cjs/commands/ListICD10CMInferenceJobsCommand.js +18 -41
  14. package/dist-cjs/commands/ListPHIDetectionJobsCommand.js +18 -41
  15. package/dist-cjs/commands/ListRxNormInferenceJobsCommand.js +18 -41
  16. package/dist-cjs/commands/ListSNOMEDCTInferenceJobsCommand.js +18 -41
  17. package/dist-cjs/commands/StartEntitiesDetectionV2JobCommand.js +18 -41
  18. package/dist-cjs/commands/StartICD10CMInferenceJobCommand.js +18 -41
  19. package/dist-cjs/commands/StartPHIDetectionJobCommand.js +18 -41
  20. package/dist-cjs/commands/StartRxNormInferenceJobCommand.js +18 -41
  21. package/dist-cjs/commands/StartSNOMEDCTInferenceJobCommand.js +18 -41
  22. package/dist-cjs/commands/StopEntitiesDetectionV2JobCommand.js +18 -41
  23. package/dist-cjs/commands/StopICD10CMInferenceJobCommand.js +18 -41
  24. package/dist-cjs/commands/StopPHIDetectionJobCommand.js +18 -41
  25. package/dist-cjs/commands/StopRxNormInferenceJobCommand.js +18 -41
  26. package/dist-cjs/commands/StopSNOMEDCTInferenceJobCommand.js +18 -41
  27. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  28. package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +18 -41
  29. package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +18 -41
  30. package/dist-es/commands/DescribePHIDetectionJobCommand.js +18 -41
  31. package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +18 -41
  32. package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +18 -41
  33. package/dist-es/commands/DetectEntitiesCommand.js +18 -41
  34. package/dist-es/commands/DetectEntitiesV2Command.js +18 -41
  35. package/dist-es/commands/DetectPHICommand.js +18 -41
  36. package/dist-es/commands/InferICD10CMCommand.js +18 -41
  37. package/dist-es/commands/InferRxNormCommand.js +18 -41
  38. package/dist-es/commands/InferSNOMEDCTCommand.js +18 -41
  39. package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +18 -41
  40. package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +18 -41
  41. package/dist-es/commands/ListPHIDetectionJobsCommand.js +18 -41
  42. package/dist-es/commands/ListRxNormInferenceJobsCommand.js +18 -41
  43. package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +18 -41
  44. package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +18 -41
  45. package/dist-es/commands/StartICD10CMInferenceJobCommand.js +18 -41
  46. package/dist-es/commands/StartPHIDetectionJobCommand.js +18 -41
  47. package/dist-es/commands/StartRxNormInferenceJobCommand.js +18 -41
  48. package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +18 -41
  49. package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +18 -41
  50. package/dist-es/commands/StopICD10CMInferenceJobCommand.js +18 -41
  51. package/dist-es/commands/StopPHIDetectionJobCommand.js +18 -41
  52. package/dist-es/commands/StopRxNormInferenceJobCommand.js +18 -41
  53. package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +18 -41
  54. package/dist-es/endpoint/EndpointParameters.js +6 -0
  55. package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +6 -21
  56. package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +6 -21
  57. package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +6 -21
  58. package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +6 -21
  59. package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +6 -21
  60. package/dist-types/commands/DetectEntitiesCommand.d.ts +6 -21
  61. package/dist-types/commands/DetectEntitiesV2Command.d.ts +6 -21
  62. package/dist-types/commands/DetectPHICommand.d.ts +6 -21
  63. package/dist-types/commands/InferICD10CMCommand.d.ts +6 -21
  64. package/dist-types/commands/InferRxNormCommand.d.ts +6 -21
  65. package/dist-types/commands/InferSNOMEDCTCommand.d.ts +6 -21
  66. package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +6 -21
  67. package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +6 -21
  68. package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +6 -21
  69. package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +6 -21
  70. package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +6 -21
  71. package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +6 -21
  72. package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +6 -21
  73. package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +6 -21
  74. package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +6 -21
  75. package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +6 -21
  76. package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +6 -21
  77. package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +6 -21
  78. package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +6 -21
  79. package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +6 -21
  80. package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +6 -21
  81. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  82. package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +14 -23
  91. package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +12 -24
  94. package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +12 -24
  102. package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/package.json +8 -8
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StartPHIDetectionJobCommandInput
21
15
  export interface StartPHIDetectionJobCommandOutput
22
16
  extends StartPHIDetectionJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartPHIDetectionJobCommand extends $Command<
25
- StartPHIDetectionJobCommandInput,
26
- StartPHIDetectionJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: StartPHIDetectionJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartPHIDetectionJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartPHIDetectionJobCommand_base: {
19
+ new (
20
+ input: StartPHIDetectionJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartPHIDetectionJobCommandInput,
38
- StartPHIDetectionJobCommandOutput
23
+ StartPHIDetectionJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartPHIDetectionJobCommand extends StartPHIDetectionJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StartRxNormInferenceJobCommandInput
21
15
  export interface StartRxNormInferenceJobCommandOutput
22
16
  extends StartRxNormInferenceJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartRxNormInferenceJobCommand extends $Command<
25
- StartRxNormInferenceJobCommandInput,
26
- StartRxNormInferenceJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: StartRxNormInferenceJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartRxNormInferenceJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartRxNormInferenceJobCommand_base: {
19
+ new (
20
+ input: StartRxNormInferenceJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartRxNormInferenceJobCommandInput,
38
- StartRxNormInferenceJobCommandOutput
23
+ StartRxNormInferenceJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartRxNormInferenceJobCommand extends StartRxNormInferenceJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StartSNOMEDCTInferenceJobCommandInput
21
15
  export interface StartSNOMEDCTInferenceJobCommandOutput
22
16
  extends StartSNOMEDCTInferenceJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StartSNOMEDCTInferenceJobCommand extends $Command<
25
- StartSNOMEDCTInferenceJobCommandInput,
26
- StartSNOMEDCTInferenceJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: StartSNOMEDCTInferenceJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StartSNOMEDCTInferenceJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StartSNOMEDCTInferenceJobCommand_base: {
19
+ new (
20
+ input: StartSNOMEDCTInferenceJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StartSNOMEDCTInferenceJobCommandInput,
38
- StartSNOMEDCTInferenceJobCommandOutput
23
+ StartSNOMEDCTInferenceJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StartSNOMEDCTInferenceJobCommand extends StartSNOMEDCTInferenceJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StopEntitiesDetectionV2JobCommandInput
21
15
  export interface StopEntitiesDetectionV2JobCommandOutput
22
16
  extends StopEntitiesDetectionV2JobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StopEntitiesDetectionV2JobCommand extends $Command<
25
- StopEntitiesDetectionV2JobCommandInput,
26
- StopEntitiesDetectionV2JobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: StopEntitiesDetectionV2JobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StopEntitiesDetectionV2JobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StopEntitiesDetectionV2JobCommand_base: {
19
+ new (
20
+ input: StopEntitiesDetectionV2JobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StopEntitiesDetectionV2JobCommandInput,
38
- StopEntitiesDetectionV2JobCommandOutput
23
+ StopEntitiesDetectionV2JobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StopEntitiesDetectionV2JobCommand extends StopEntitiesDetectionV2JobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StopICD10CMInferenceJobCommandInput
21
15
  export interface StopICD10CMInferenceJobCommandOutput
22
16
  extends StopICD10CMInferenceJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StopICD10CMInferenceJobCommand extends $Command<
25
- StopICD10CMInferenceJobCommandInput,
26
- StopICD10CMInferenceJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: StopICD10CMInferenceJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StopICD10CMInferenceJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StopICD10CMInferenceJobCommand_base: {
19
+ new (
20
+ input: StopICD10CMInferenceJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StopICD10CMInferenceJobCommandInput,
38
- StopICD10CMInferenceJobCommandOutput
23
+ StopICD10CMInferenceJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StopICD10CMInferenceJobCommand extends StopICD10CMInferenceJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface StopPHIDetectionJobCommandInput
21
15
  export interface StopPHIDetectionJobCommandOutput
22
16
  extends StopPHIDetectionJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StopPHIDetectionJobCommand extends $Command<
25
- StopPHIDetectionJobCommandInput,
26
- StopPHIDetectionJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: StopPHIDetectionJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StopPHIDetectionJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<StopPHIDetectionJobCommandInput, StopPHIDetectionJobCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const StopPHIDetectionJobCommand_base: {
19
+ new (
20
+ input: StopPHIDetectionJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ StopPHIDetectionJobCommandInput,
23
+ StopPHIDetectionJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StopPHIDetectionJobCommand extends StopPHIDetectionJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StopRxNormInferenceJobCommandInput
21
15
  export interface StopRxNormInferenceJobCommandOutput
22
16
  extends StopRxNormInferenceJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StopRxNormInferenceJobCommand extends $Command<
25
- StopRxNormInferenceJobCommandInput,
26
- StopRxNormInferenceJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: StopRxNormInferenceJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StopRxNormInferenceJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StopRxNormInferenceJobCommand_base: {
19
+ new (
20
+ input: StopRxNormInferenceJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StopRxNormInferenceJobCommandInput,
38
- StopRxNormInferenceJobCommandOutput
23
+ StopRxNormInferenceJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StopRxNormInferenceJobCommand extends StopRxNormInferenceJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ComprehendMedicalClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface StopSNOMEDCTInferenceJobCommandInput
21
15
  export interface StopSNOMEDCTInferenceJobCommandOutput
22
16
  extends StopSNOMEDCTInferenceJobResponse,
23
17
  __MetadataBearer {}
24
- export declare class StopSNOMEDCTInferenceJobCommand extends $Command<
25
- StopSNOMEDCTInferenceJobCommandInput,
26
- StopSNOMEDCTInferenceJobCommandOutput,
27
- ComprehendMedicalClientResolvedConfig
28
- > {
29
- readonly input: StopSNOMEDCTInferenceJobCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: StopSNOMEDCTInferenceJobCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ComprehendMedicalClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const StopSNOMEDCTInferenceJobCommand_base: {
19
+ new (
20
+ input: StopSNOMEDCTInferenceJobCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  StopSNOMEDCTInferenceJobCommandInput,
38
- StopSNOMEDCTInferenceJobCommandOutput
23
+ StopSNOMEDCTInferenceJobCommandOutput,
24
+ ComprehendMedicalClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class StopSNOMEDCTInferenceJobCommand extends StopSNOMEDCTInferenceJobCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-comprehendmedical",
3
3
  "description": "AWS SDK for JavaScript Comprehendmedical Client for Node.js, Browser and React Native",
4
- "version": "3.478.0",
4
+ "version": "3.481.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.478.0",
24
- "@aws-sdk/core": "3.477.0",
25
- "@aws-sdk/credential-provider-node": "3.478.0",
23
+ "@aws-sdk/client-sts": "3.481.0",
24
+ "@aws-sdk/core": "3.481.0",
25
+ "@aws-sdk/credential-provider-node": "3.481.0",
26
26
  "@aws-sdk/middleware-host-header": "3.468.0",
27
27
  "@aws-sdk/middleware-logger": "3.468.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.468.0",
@@ -39,20 +39,20 @@
39
39
  "@smithy/invalid-dependency": "^2.0.15",
40
40
  "@smithy/middleware-content-length": "^2.0.17",
41
41
  "@smithy/middleware-endpoint": "^2.2.3",
42
- "@smithy/middleware-retry": "^2.0.24",
42
+ "@smithy/middleware-retry": "^2.0.25",
43
43
  "@smithy/middleware-serde": "^2.0.15",
44
44
  "@smithy/middleware-stack": "^2.0.9",
45
45
  "@smithy/node-config-provider": "^2.1.8",
46
46
  "@smithy/node-http-handler": "^2.2.1",
47
47
  "@smithy/protocol-http": "^3.0.11",
48
- "@smithy/smithy-client": "^2.1.18",
48
+ "@smithy/smithy-client": "^2.2.0",
49
49
  "@smithy/types": "^2.7.0",
50
50
  "@smithy/url-parser": "^2.0.15",
51
51
  "@smithy/util-base64": "^2.0.1",
52
52
  "@smithy/util-body-length-browser": "^2.0.1",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.22",
55
- "@smithy/util-defaults-mode-node": "^2.0.29",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.23",
55
+ "@smithy/util-defaults-mode-node": "^2.0.30",
56
56
  "@smithy/util-endpoints": "^1.0.7",
57
57
  "@smithy/util-retry": "^2.0.8",
58
58
  "@smithy/util-utf8": "^2.0.2",