@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
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class InferRxNormCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, InferRxNormCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ComprehendMedicalClient";
29
- const commandName = "InferRxNormCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "ComprehendMedical_20181030",
38
- operation: "InferRxNorm",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_InferRxNormCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_InferRxNormCommand)(output, context);
49
- }
10
+ class InferRxNormCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("ComprehendMedical_20181030", "InferRxNorm", {})
22
+ .n("ComprehendMedicalClient", "InferRxNormCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_InferRxNormCommand)
25
+ .de(Aws_json1_1_1.de_InferRxNormCommand)
26
+ .build() {
50
27
  }
51
28
  exports.InferRxNormCommand = InferRxNormCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class InferSNOMEDCTCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, InferSNOMEDCTCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ComprehendMedicalClient";
29
- const commandName = "InferSNOMEDCTCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "ComprehendMedical_20181030",
38
- operation: "InferSNOMEDCT",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_InferSNOMEDCTCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_InferSNOMEDCTCommand)(output, context);
49
- }
10
+ class InferSNOMEDCTCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("ComprehendMedical_20181030", "InferSNOMEDCT", {})
22
+ .n("ComprehendMedicalClient", "InferSNOMEDCTCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_InferSNOMEDCTCommand)
25
+ .de(Aws_json1_1_1.de_InferSNOMEDCTCommand)
26
+ .build() {
50
27
  }
51
28
  exports.InferSNOMEDCTCommand = InferSNOMEDCTCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListEntitiesDetectionV2JobsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListEntitiesDetectionV2JobsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ComprehendMedicalClient";
29
- const commandName = "ListEntitiesDetectionV2JobsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "ComprehendMedical_20181030",
38
- operation: "ListEntitiesDetectionV2Jobs",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_ListEntitiesDetectionV2JobsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_ListEntitiesDetectionV2JobsCommand)(output, context);
49
- }
10
+ class ListEntitiesDetectionV2JobsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("ComprehendMedical_20181030", "ListEntitiesDetectionV2Jobs", {})
22
+ .n("ComprehendMedicalClient", "ListEntitiesDetectionV2JobsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_ListEntitiesDetectionV2JobsCommand)
25
+ .de(Aws_json1_1_1.de_ListEntitiesDetectionV2JobsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListEntitiesDetectionV2JobsCommand = ListEntitiesDetectionV2JobsCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListICD10CMInferenceJobsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListICD10CMInferenceJobsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ComprehendMedicalClient";
29
- const commandName = "ListICD10CMInferenceJobsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "ComprehendMedical_20181030",
38
- operation: "ListICD10CMInferenceJobs",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_ListICD10CMInferenceJobsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_ListICD10CMInferenceJobsCommand)(output, context);
49
- }
10
+ class ListICD10CMInferenceJobsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("ComprehendMedical_20181030", "ListICD10CMInferenceJobs", {})
22
+ .n("ComprehendMedicalClient", "ListICD10CMInferenceJobsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_ListICD10CMInferenceJobsCommand)
25
+ .de(Aws_json1_1_1.de_ListICD10CMInferenceJobsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListICD10CMInferenceJobsCommand = ListICD10CMInferenceJobsCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListPHIDetectionJobsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListPHIDetectionJobsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ComprehendMedicalClient";
29
- const commandName = "ListPHIDetectionJobsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "ComprehendMedical_20181030",
38
- operation: "ListPHIDetectionJobs",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_ListPHIDetectionJobsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_ListPHIDetectionJobsCommand)(output, context);
49
- }
10
+ class ListPHIDetectionJobsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("ComprehendMedical_20181030", "ListPHIDetectionJobs", {})
22
+ .n("ComprehendMedicalClient", "ListPHIDetectionJobsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_ListPHIDetectionJobsCommand)
25
+ .de(Aws_json1_1_1.de_ListPHIDetectionJobsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListPHIDetectionJobsCommand = ListPHIDetectionJobsCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListRxNormInferenceJobsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListRxNormInferenceJobsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ComprehendMedicalClient";
29
- const commandName = "ListRxNormInferenceJobsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "ComprehendMedical_20181030",
38
- operation: "ListRxNormInferenceJobs",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_ListRxNormInferenceJobsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_ListRxNormInferenceJobsCommand)(output, context);
49
- }
10
+ class ListRxNormInferenceJobsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("ComprehendMedical_20181030", "ListRxNormInferenceJobs", {})
22
+ .n("ComprehendMedicalClient", "ListRxNormInferenceJobsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_ListRxNormInferenceJobsCommand)
25
+ .de(Aws_json1_1_1.de_ListRxNormInferenceJobsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListRxNormInferenceJobsCommand = ListRxNormInferenceJobsCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListSNOMEDCTInferenceJobsCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListSNOMEDCTInferenceJobsCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ComprehendMedicalClient";
29
- const commandName = "ListSNOMEDCTInferenceJobsCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "ComprehendMedical_20181030",
38
- operation: "ListSNOMEDCTInferenceJobs",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_ListSNOMEDCTInferenceJobsCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_ListSNOMEDCTInferenceJobsCommand)(output, context);
49
- }
10
+ class ListSNOMEDCTInferenceJobsCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("ComprehendMedical_20181030", "ListSNOMEDCTInferenceJobs", {})
22
+ .n("ComprehendMedicalClient", "ListSNOMEDCTInferenceJobsCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_ListSNOMEDCTInferenceJobsCommand)
25
+ .de(Aws_json1_1_1.de_ListSNOMEDCTInferenceJobsCommand)
26
+ .build() {
50
27
  }
51
28
  exports.ListSNOMEDCTInferenceJobsCommand = ListSNOMEDCTInferenceJobsCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartEntitiesDetectionV2JobCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartEntitiesDetectionV2JobCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ComprehendMedicalClient";
29
- const commandName = "StartEntitiesDetectionV2JobCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "ComprehendMedical_20181030",
38
- operation: "StartEntitiesDetectionV2Job",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_StartEntitiesDetectionV2JobCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_StartEntitiesDetectionV2JobCommand)(output, context);
49
- }
10
+ class StartEntitiesDetectionV2JobCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("ComprehendMedical_20181030", "StartEntitiesDetectionV2Job", {})
22
+ .n("ComprehendMedicalClient", "StartEntitiesDetectionV2JobCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_StartEntitiesDetectionV2JobCommand)
25
+ .de(Aws_json1_1_1.de_StartEntitiesDetectionV2JobCommand)
26
+ .build() {
50
27
  }
51
28
  exports.StartEntitiesDetectionV2JobCommand = StartEntitiesDetectionV2JobCommand;
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const types_1 = require("@smithy/types");
8
+ const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartICD10CMInferenceJobCommand extends smithy_client_1.Command {
11
- static getEndpointParameterInstructions() {
12
- return {
13
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
14
- Endpoint: { type: "builtInParams", name: "endpoint" },
15
- Region: { type: "builtInParams", name: "region" },
16
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
17
- };
18
- }
19
- constructor(input) {
20
- super();
21
- this.input = input;
22
- }
23
- resolveMiddleware(clientStack, configuration, options) {
24
- this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
25
- this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartICD10CMInferenceJobCommand.getEndpointParameterInstructions()));
26
- const stack = clientStack.concat(this.middlewareStack);
27
- const { logger } = configuration;
28
- const clientName = "ComprehendMedicalClient";
29
- const commandName = "StartICD10CMInferenceJobCommand";
30
- const handlerExecutionContext = {
31
- logger,
32
- clientName,
33
- commandName,
34
- inputFilterSensitiveLog: (_) => _,
35
- outputFilterSensitiveLog: (_) => _,
36
- [types_1.SMITHY_CONTEXT_KEY]: {
37
- service: "ComprehendMedical_20181030",
38
- operation: "StartICD10CMInferenceJob",
39
- },
40
- };
41
- const { requestHandler } = configuration;
42
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
43
- }
44
- serialize(input, context) {
45
- return (0, Aws_json1_1_1.se_StartICD10CMInferenceJobCommand)(input, context);
46
- }
47
- deserialize(output, context) {
48
- return (0, Aws_json1_1_1.de_StartICD10CMInferenceJobCommand)(output, context);
49
- }
10
+ class StartICD10CMInferenceJobCommand extends smithy_client_1.Command
11
+ .classBuilder()
12
+ .ep({
13
+ ...EndpointParameters_1.commonParams,
14
+ })
15
+ .m(function (Command, cs, config, o) {
16
+ return [
17
+ (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
+ (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
+ ];
20
+ })
21
+ .s("ComprehendMedical_20181030", "StartICD10CMInferenceJob", {})
22
+ .n("ComprehendMedicalClient", "StartICD10CMInferenceJobCommand")
23
+ .f(void 0, void 0)
24
+ .ser(Aws_json1_1_1.se_StartICD10CMInferenceJobCommand)
25
+ .de(Aws_json1_1_1.de_StartICD10CMInferenceJobCommand)
26
+ .build() {
50
27
  }
51
28
  exports.StartICD10CMInferenceJobCommand = StartICD10CMInferenceJobCommand;