@aws-sdk/client-comprehendmedical 3.758.0 → 3.772.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.
- package/dist-cjs/index.js +50 -50
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AttributeName: () => AttributeName,
|
|
25
25
|
ComprehendMedical: () => ComprehendMedical,
|
|
26
26
|
ComprehendMedicalClient: () => ComprehendMedicalClient,
|
|
@@ -80,7 +80,7 @@ __export(src_exports, {
|
|
|
80
80
|
ValidationException: () => ValidationException,
|
|
81
81
|
__Client: () => import_smithy_client.Client
|
|
82
82
|
});
|
|
83
|
-
module.exports = __toCommonJS(
|
|
83
|
+
module.exports = __toCommonJS(index_exports);
|
|
84
84
|
|
|
85
85
|
// src/ComprehendMedicalClient.ts
|
|
86
86
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -207,9 +207,9 @@ var ComprehendMedicalClient = class extends import_smithy_client.Client {
|
|
|
207
207
|
this.middlewareStack.use(
|
|
208
208
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
209
209
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultComprehendMedicalHttpAuthSchemeParametersProvider,
|
|
210
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
210
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
211
211
|
"aws.auth#sigv4": config.credentials
|
|
212
|
-
})
|
|
212
|
+
}), "identityProviderConfigProvider")
|
|
213
213
|
})
|
|
214
214
|
);
|
|
215
215
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1218,41 +1218,41 @@ var se_ComprehendMedicalAsyncJobFilter = /* @__PURE__ */ __name((input, context)
|
|
|
1218
1218
|
return (0, import_smithy_client.take)(input, {
|
|
1219
1219
|
JobName: [],
|
|
1220
1220
|
JobStatus: [],
|
|
1221
|
-
SubmitTimeAfter: (_) => _.getTime() / 1e3,
|
|
1222
|
-
SubmitTimeBefore: (_) => _.getTime() / 1e3
|
|
1221
|
+
SubmitTimeAfter: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "SubmitTimeAfter"),
|
|
1222
|
+
SubmitTimeBefore: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "SubmitTimeBefore")
|
|
1223
1223
|
});
|
|
1224
1224
|
}, "se_ComprehendMedicalAsyncJobFilter");
|
|
1225
1225
|
var se_ListEntitiesDetectionV2JobsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1226
1226
|
return (0, import_smithy_client.take)(input, {
|
|
1227
|
-
Filter: (_) => se_ComprehendMedicalAsyncJobFilter(_, context),
|
|
1227
|
+
Filter: /* @__PURE__ */ __name((_) => se_ComprehendMedicalAsyncJobFilter(_, context), "Filter"),
|
|
1228
1228
|
MaxResults: [],
|
|
1229
1229
|
NextToken: []
|
|
1230
1230
|
});
|
|
1231
1231
|
}, "se_ListEntitiesDetectionV2JobsRequest");
|
|
1232
1232
|
var se_ListICD10CMInferenceJobsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1233
1233
|
return (0, import_smithy_client.take)(input, {
|
|
1234
|
-
Filter: (_) => se_ComprehendMedicalAsyncJobFilter(_, context),
|
|
1234
|
+
Filter: /* @__PURE__ */ __name((_) => se_ComprehendMedicalAsyncJobFilter(_, context), "Filter"),
|
|
1235
1235
|
MaxResults: [],
|
|
1236
1236
|
NextToken: []
|
|
1237
1237
|
});
|
|
1238
1238
|
}, "se_ListICD10CMInferenceJobsRequest");
|
|
1239
1239
|
var se_ListPHIDetectionJobsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1240
1240
|
return (0, import_smithy_client.take)(input, {
|
|
1241
|
-
Filter: (_) => se_ComprehendMedicalAsyncJobFilter(_, context),
|
|
1241
|
+
Filter: /* @__PURE__ */ __name((_) => se_ComprehendMedicalAsyncJobFilter(_, context), "Filter"),
|
|
1242
1242
|
MaxResults: [],
|
|
1243
1243
|
NextToken: []
|
|
1244
1244
|
});
|
|
1245
1245
|
}, "se_ListPHIDetectionJobsRequest");
|
|
1246
1246
|
var se_ListRxNormInferenceJobsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1247
1247
|
return (0, import_smithy_client.take)(input, {
|
|
1248
|
-
Filter: (_) => se_ComprehendMedicalAsyncJobFilter(_, context),
|
|
1248
|
+
Filter: /* @__PURE__ */ __name((_) => se_ComprehendMedicalAsyncJobFilter(_, context), "Filter"),
|
|
1249
1249
|
MaxResults: [],
|
|
1250
1250
|
NextToken: []
|
|
1251
1251
|
});
|
|
1252
1252
|
}, "se_ListRxNormInferenceJobsRequest");
|
|
1253
1253
|
var se_ListSNOMEDCTInferenceJobsRequest = /* @__PURE__ */ __name((input, context) => {
|
|
1254
1254
|
return (0, import_smithy_client.take)(input, {
|
|
1255
|
-
Filter: (_) => se_ComprehendMedicalAsyncJobFilter(_, context),
|
|
1255
|
+
Filter: /* @__PURE__ */ __name((_) => se_ComprehendMedicalAsyncJobFilter(_, context), "Filter"),
|
|
1256
1256
|
MaxResults: [],
|
|
1257
1257
|
NextToken: []
|
|
1258
1258
|
});
|
|
@@ -1322,7 +1322,7 @@ var de_Attribute = /* @__PURE__ */ __name((output, context) => {
|
|
|
1322
1322
|
RelationshipType: import_smithy_client.expectString,
|
|
1323
1323
|
Score: import_smithy_client.limitedParseFloat32,
|
|
1324
1324
|
Text: import_smithy_client.expectString,
|
|
1325
|
-
Traits: (_) => de_TraitList(_, context),
|
|
1325
|
+
Traits: /* @__PURE__ */ __name((_) => de_TraitList(_, context), "Traits"),
|
|
1326
1326
|
Type: import_smithy_client.expectString
|
|
1327
1327
|
});
|
|
1328
1328
|
}, "de_Attribute");
|
|
@@ -1335,8 +1335,8 @@ var de_AttributeList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1335
1335
|
var de_ComprehendMedicalAsyncJobProperties = /* @__PURE__ */ __name((output, context) => {
|
|
1336
1336
|
return (0, import_smithy_client.take)(output, {
|
|
1337
1337
|
DataAccessRoleArn: import_smithy_client.expectString,
|
|
1338
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1339
|
-
ExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1338
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
1339
|
+
ExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ExpirationTime"),
|
|
1340
1340
|
InputDataConfig: import_smithy_client._json,
|
|
1341
1341
|
JobId: import_smithy_client.expectString,
|
|
1342
1342
|
JobName: import_smithy_client.expectString,
|
|
@@ -1347,7 +1347,7 @@ var de_ComprehendMedicalAsyncJobProperties = /* @__PURE__ */ __name((output, con
|
|
|
1347
1347
|
Message: import_smithy_client.expectString,
|
|
1348
1348
|
ModelVersion: import_smithy_client.expectString,
|
|
1349
1349
|
OutputDataConfig: import_smithy_client._json,
|
|
1350
|
-
SubmitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1350
|
+
SubmitTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "SubmitTime")
|
|
1351
1351
|
});
|
|
1352
1352
|
}, "de_ComprehendMedicalAsyncJobProperties");
|
|
1353
1353
|
var de_ComprehendMedicalAsyncJobPropertiesList = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1358,62 +1358,62 @@ var de_ComprehendMedicalAsyncJobPropertiesList = /* @__PURE__ */ __name((output,
|
|
|
1358
1358
|
}, "de_ComprehendMedicalAsyncJobPropertiesList");
|
|
1359
1359
|
var de_DescribeEntitiesDetectionV2JobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1360
1360
|
return (0, import_smithy_client.take)(output, {
|
|
1361
|
-
ComprehendMedicalAsyncJobProperties: (_) => de_ComprehendMedicalAsyncJobProperties(_, context)
|
|
1361
|
+
ComprehendMedicalAsyncJobProperties: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobProperties(_, context), "ComprehendMedicalAsyncJobProperties")
|
|
1362
1362
|
});
|
|
1363
1363
|
}, "de_DescribeEntitiesDetectionV2JobResponse");
|
|
1364
1364
|
var de_DescribeICD10CMInferenceJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1365
1365
|
return (0, import_smithy_client.take)(output, {
|
|
1366
|
-
ComprehendMedicalAsyncJobProperties: (_) => de_ComprehendMedicalAsyncJobProperties(_, context)
|
|
1366
|
+
ComprehendMedicalAsyncJobProperties: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobProperties(_, context), "ComprehendMedicalAsyncJobProperties")
|
|
1367
1367
|
});
|
|
1368
1368
|
}, "de_DescribeICD10CMInferenceJobResponse");
|
|
1369
1369
|
var de_DescribePHIDetectionJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1370
1370
|
return (0, import_smithy_client.take)(output, {
|
|
1371
|
-
ComprehendMedicalAsyncJobProperties: (_) => de_ComprehendMedicalAsyncJobProperties(_, context)
|
|
1371
|
+
ComprehendMedicalAsyncJobProperties: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobProperties(_, context), "ComprehendMedicalAsyncJobProperties")
|
|
1372
1372
|
});
|
|
1373
1373
|
}, "de_DescribePHIDetectionJobResponse");
|
|
1374
1374
|
var de_DescribeRxNormInferenceJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1375
1375
|
return (0, import_smithy_client.take)(output, {
|
|
1376
|
-
ComprehendMedicalAsyncJobProperties: (_) => de_ComprehendMedicalAsyncJobProperties(_, context)
|
|
1376
|
+
ComprehendMedicalAsyncJobProperties: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobProperties(_, context), "ComprehendMedicalAsyncJobProperties")
|
|
1377
1377
|
});
|
|
1378
1378
|
}, "de_DescribeRxNormInferenceJobResponse");
|
|
1379
1379
|
var de_DescribeSNOMEDCTInferenceJobResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1380
1380
|
return (0, import_smithy_client.take)(output, {
|
|
1381
|
-
ComprehendMedicalAsyncJobProperties: (_) => de_ComprehendMedicalAsyncJobProperties(_, context)
|
|
1381
|
+
ComprehendMedicalAsyncJobProperties: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobProperties(_, context), "ComprehendMedicalAsyncJobProperties")
|
|
1382
1382
|
});
|
|
1383
1383
|
}, "de_DescribeSNOMEDCTInferenceJobResponse");
|
|
1384
1384
|
var de_DetectEntitiesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1385
1385
|
return (0, import_smithy_client.take)(output, {
|
|
1386
|
-
Entities: (_) => de_EntityList(_, context),
|
|
1386
|
+
Entities: /* @__PURE__ */ __name((_) => de_EntityList(_, context), "Entities"),
|
|
1387
1387
|
ModelVersion: import_smithy_client.expectString,
|
|
1388
1388
|
PaginationToken: import_smithy_client.expectString,
|
|
1389
|
-
UnmappedAttributes: (_) => de_UnmappedAttributeList(_, context)
|
|
1389
|
+
UnmappedAttributes: /* @__PURE__ */ __name((_) => de_UnmappedAttributeList(_, context), "UnmappedAttributes")
|
|
1390
1390
|
});
|
|
1391
1391
|
}, "de_DetectEntitiesResponse");
|
|
1392
1392
|
var de_DetectEntitiesV2Response = /* @__PURE__ */ __name((output, context) => {
|
|
1393
1393
|
return (0, import_smithy_client.take)(output, {
|
|
1394
|
-
Entities: (_) => de_EntityList(_, context),
|
|
1394
|
+
Entities: /* @__PURE__ */ __name((_) => de_EntityList(_, context), "Entities"),
|
|
1395
1395
|
ModelVersion: import_smithy_client.expectString,
|
|
1396
1396
|
PaginationToken: import_smithy_client.expectString,
|
|
1397
|
-
UnmappedAttributes: (_) => de_UnmappedAttributeList(_, context)
|
|
1397
|
+
UnmappedAttributes: /* @__PURE__ */ __name((_) => de_UnmappedAttributeList(_, context), "UnmappedAttributes")
|
|
1398
1398
|
});
|
|
1399
1399
|
}, "de_DetectEntitiesV2Response");
|
|
1400
1400
|
var de_DetectPHIResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1401
1401
|
return (0, import_smithy_client.take)(output, {
|
|
1402
|
-
Entities: (_) => de_EntityList(_, context),
|
|
1402
|
+
Entities: /* @__PURE__ */ __name((_) => de_EntityList(_, context), "Entities"),
|
|
1403
1403
|
ModelVersion: import_smithy_client.expectString,
|
|
1404
1404
|
PaginationToken: import_smithy_client.expectString
|
|
1405
1405
|
});
|
|
1406
1406
|
}, "de_DetectPHIResponse");
|
|
1407
1407
|
var de_Entity = /* @__PURE__ */ __name((output, context) => {
|
|
1408
1408
|
return (0, import_smithy_client.take)(output, {
|
|
1409
|
-
Attributes: (_) => de_AttributeList(_, context),
|
|
1409
|
+
Attributes: /* @__PURE__ */ __name((_) => de_AttributeList(_, context), "Attributes"),
|
|
1410
1410
|
BeginOffset: import_smithy_client.expectInt32,
|
|
1411
1411
|
Category: import_smithy_client.expectString,
|
|
1412
1412
|
EndOffset: import_smithy_client.expectInt32,
|
|
1413
1413
|
Id: import_smithy_client.expectInt32,
|
|
1414
1414
|
Score: import_smithy_client.limitedParseFloat32,
|
|
1415
1415
|
Text: import_smithy_client.expectString,
|
|
1416
|
-
Traits: (_) => de_TraitList(_, context),
|
|
1416
|
+
Traits: /* @__PURE__ */ __name((_) => de_TraitList(_, context), "Traits"),
|
|
1417
1417
|
Type: import_smithy_client.expectString
|
|
1418
1418
|
});
|
|
1419
1419
|
}, "de_Entity");
|
|
@@ -1433,7 +1433,7 @@ var de_ICD10CMAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
|
1433
1433
|
RelationshipType: import_smithy_client.expectString,
|
|
1434
1434
|
Score: import_smithy_client.limitedParseFloat32,
|
|
1435
1435
|
Text: import_smithy_client.expectString,
|
|
1436
|
-
Traits: (_) => de_ICD10CMTraitList(_, context),
|
|
1436
|
+
Traits: /* @__PURE__ */ __name((_) => de_ICD10CMTraitList(_, context), "Traits"),
|
|
1437
1437
|
Type: import_smithy_client.expectString
|
|
1438
1438
|
});
|
|
1439
1439
|
}, "de_ICD10CMAttribute");
|
|
@@ -1458,15 +1458,15 @@ var de_ICD10CMConceptList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1458
1458
|
}, "de_ICD10CMConceptList");
|
|
1459
1459
|
var de_ICD10CMEntity = /* @__PURE__ */ __name((output, context) => {
|
|
1460
1460
|
return (0, import_smithy_client.take)(output, {
|
|
1461
|
-
Attributes: (_) => de_ICD10CMAttributeList(_, context),
|
|
1461
|
+
Attributes: /* @__PURE__ */ __name((_) => de_ICD10CMAttributeList(_, context), "Attributes"),
|
|
1462
1462
|
BeginOffset: import_smithy_client.expectInt32,
|
|
1463
1463
|
Category: import_smithy_client.expectString,
|
|
1464
1464
|
EndOffset: import_smithy_client.expectInt32,
|
|
1465
|
-
ICD10CMConcepts: (_) => de_ICD10CMConceptList(_, context),
|
|
1465
|
+
ICD10CMConcepts: /* @__PURE__ */ __name((_) => de_ICD10CMConceptList(_, context), "ICD10CMConcepts"),
|
|
1466
1466
|
Id: import_smithy_client.expectInt32,
|
|
1467
1467
|
Score: import_smithy_client.limitedParseFloat32,
|
|
1468
1468
|
Text: import_smithy_client.expectString,
|
|
1469
|
-
Traits: (_) => de_ICD10CMTraitList(_, context),
|
|
1469
|
+
Traits: /* @__PURE__ */ __name((_) => de_ICD10CMTraitList(_, context), "Traits"),
|
|
1470
1470
|
Type: import_smithy_client.expectString
|
|
1471
1471
|
});
|
|
1472
1472
|
}, "de_ICD10CMEntity");
|
|
@@ -1490,14 +1490,14 @@ var de_ICD10CMTraitList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1490
1490
|
}, "de_ICD10CMTraitList");
|
|
1491
1491
|
var de_InferICD10CMResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1492
1492
|
return (0, import_smithy_client.take)(output, {
|
|
1493
|
-
Entities: (_) => de_ICD10CMEntityList(_, context),
|
|
1493
|
+
Entities: /* @__PURE__ */ __name((_) => de_ICD10CMEntityList(_, context), "Entities"),
|
|
1494
1494
|
ModelVersion: import_smithy_client.expectString,
|
|
1495
1495
|
PaginationToken: import_smithy_client.expectString
|
|
1496
1496
|
});
|
|
1497
1497
|
}, "de_InferICD10CMResponse");
|
|
1498
1498
|
var de_InferRxNormResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1499
1499
|
return (0, import_smithy_client.take)(output, {
|
|
1500
|
-
Entities: (_) => de_RxNormEntityList(_, context),
|
|
1500
|
+
Entities: /* @__PURE__ */ __name((_) => de_RxNormEntityList(_, context), "Entities"),
|
|
1501
1501
|
ModelVersion: import_smithy_client.expectString,
|
|
1502
1502
|
PaginationToken: import_smithy_client.expectString
|
|
1503
1503
|
});
|
|
@@ -1505,7 +1505,7 @@ var de_InferRxNormResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1505
1505
|
var de_InferSNOMEDCTResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1506
1506
|
return (0, import_smithy_client.take)(output, {
|
|
1507
1507
|
Characters: import_smithy_client._json,
|
|
1508
|
-
Entities: (_) => de_SNOMEDCTEntityList(_, context),
|
|
1508
|
+
Entities: /* @__PURE__ */ __name((_) => de_SNOMEDCTEntityList(_, context), "Entities"),
|
|
1509
1509
|
ModelVersion: import_smithy_client.expectString,
|
|
1510
1510
|
PaginationToken: import_smithy_client.expectString,
|
|
1511
1511
|
SNOMEDCTDetails: import_smithy_client._json
|
|
@@ -1513,31 +1513,31 @@ var de_InferSNOMEDCTResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1513
1513
|
}, "de_InferSNOMEDCTResponse");
|
|
1514
1514
|
var de_ListEntitiesDetectionV2JobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1515
1515
|
return (0, import_smithy_client.take)(output, {
|
|
1516
|
-
ComprehendMedicalAsyncJobPropertiesList: (_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context),
|
|
1516
|
+
ComprehendMedicalAsyncJobPropertiesList: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context), "ComprehendMedicalAsyncJobPropertiesList"),
|
|
1517
1517
|
NextToken: import_smithy_client.expectString
|
|
1518
1518
|
});
|
|
1519
1519
|
}, "de_ListEntitiesDetectionV2JobsResponse");
|
|
1520
1520
|
var de_ListICD10CMInferenceJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1521
1521
|
return (0, import_smithy_client.take)(output, {
|
|
1522
|
-
ComprehendMedicalAsyncJobPropertiesList: (_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context),
|
|
1522
|
+
ComprehendMedicalAsyncJobPropertiesList: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context), "ComprehendMedicalAsyncJobPropertiesList"),
|
|
1523
1523
|
NextToken: import_smithy_client.expectString
|
|
1524
1524
|
});
|
|
1525
1525
|
}, "de_ListICD10CMInferenceJobsResponse");
|
|
1526
1526
|
var de_ListPHIDetectionJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1527
1527
|
return (0, import_smithy_client.take)(output, {
|
|
1528
|
-
ComprehendMedicalAsyncJobPropertiesList: (_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context),
|
|
1528
|
+
ComprehendMedicalAsyncJobPropertiesList: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context), "ComprehendMedicalAsyncJobPropertiesList"),
|
|
1529
1529
|
NextToken: import_smithy_client.expectString
|
|
1530
1530
|
});
|
|
1531
1531
|
}, "de_ListPHIDetectionJobsResponse");
|
|
1532
1532
|
var de_ListRxNormInferenceJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1533
1533
|
return (0, import_smithy_client.take)(output, {
|
|
1534
|
-
ComprehendMedicalAsyncJobPropertiesList: (_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context),
|
|
1534
|
+
ComprehendMedicalAsyncJobPropertiesList: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context), "ComprehendMedicalAsyncJobPropertiesList"),
|
|
1535
1535
|
NextToken: import_smithy_client.expectString
|
|
1536
1536
|
});
|
|
1537
1537
|
}, "de_ListRxNormInferenceJobsResponse");
|
|
1538
1538
|
var de_ListSNOMEDCTInferenceJobsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1539
1539
|
return (0, import_smithy_client.take)(output, {
|
|
1540
|
-
ComprehendMedicalAsyncJobPropertiesList: (_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context),
|
|
1540
|
+
ComprehendMedicalAsyncJobPropertiesList: /* @__PURE__ */ __name((_) => de_ComprehendMedicalAsyncJobPropertiesList(_, context), "ComprehendMedicalAsyncJobPropertiesList"),
|
|
1541
1541
|
NextToken: import_smithy_client.expectString
|
|
1542
1542
|
});
|
|
1543
1543
|
}, "de_ListSNOMEDCTInferenceJobsResponse");
|
|
@@ -1549,7 +1549,7 @@ var de_RxNormAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
|
1549
1549
|
RelationshipScore: import_smithy_client.limitedParseFloat32,
|
|
1550
1550
|
Score: import_smithy_client.limitedParseFloat32,
|
|
1551
1551
|
Text: import_smithy_client.expectString,
|
|
1552
|
-
Traits: (_) => de_RxNormTraitList(_, context),
|
|
1552
|
+
Traits: /* @__PURE__ */ __name((_) => de_RxNormTraitList(_, context), "Traits"),
|
|
1553
1553
|
Type: import_smithy_client.expectString
|
|
1554
1554
|
});
|
|
1555
1555
|
}, "de_RxNormAttribute");
|
|
@@ -1574,15 +1574,15 @@ var de_RxNormConceptList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1574
1574
|
}, "de_RxNormConceptList");
|
|
1575
1575
|
var de_RxNormEntity = /* @__PURE__ */ __name((output, context) => {
|
|
1576
1576
|
return (0, import_smithy_client.take)(output, {
|
|
1577
|
-
Attributes: (_) => de_RxNormAttributeList(_, context),
|
|
1577
|
+
Attributes: /* @__PURE__ */ __name((_) => de_RxNormAttributeList(_, context), "Attributes"),
|
|
1578
1578
|
BeginOffset: import_smithy_client.expectInt32,
|
|
1579
1579
|
Category: import_smithy_client.expectString,
|
|
1580
1580
|
EndOffset: import_smithy_client.expectInt32,
|
|
1581
1581
|
Id: import_smithy_client.expectInt32,
|
|
1582
|
-
RxNormConcepts: (_) => de_RxNormConceptList(_, context),
|
|
1582
|
+
RxNormConcepts: /* @__PURE__ */ __name((_) => de_RxNormConceptList(_, context), "RxNormConcepts"),
|
|
1583
1583
|
Score: import_smithy_client.limitedParseFloat32,
|
|
1584
1584
|
Text: import_smithy_client.expectString,
|
|
1585
|
-
Traits: (_) => de_RxNormTraitList(_, context),
|
|
1585
|
+
Traits: /* @__PURE__ */ __name((_) => de_RxNormTraitList(_, context), "Traits"),
|
|
1586
1586
|
Type: import_smithy_client.expectString
|
|
1587
1587
|
});
|
|
1588
1588
|
}, "de_RxNormEntity");
|
|
@@ -1612,10 +1612,10 @@ var de_SNOMEDCTAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
|
1612
1612
|
Id: import_smithy_client.expectInt32,
|
|
1613
1613
|
RelationshipScore: import_smithy_client.limitedParseFloat32,
|
|
1614
1614
|
RelationshipType: import_smithy_client.expectString,
|
|
1615
|
-
SNOMEDCTConcepts: (_) => de_SNOMEDCTConceptList(_, context),
|
|
1615
|
+
SNOMEDCTConcepts: /* @__PURE__ */ __name((_) => de_SNOMEDCTConceptList(_, context), "SNOMEDCTConcepts"),
|
|
1616
1616
|
Score: import_smithy_client.limitedParseFloat32,
|
|
1617
1617
|
Text: import_smithy_client.expectString,
|
|
1618
|
-
Traits: (_) => de_SNOMEDCTTraitList(_, context),
|
|
1618
|
+
Traits: /* @__PURE__ */ __name((_) => de_SNOMEDCTTraitList(_, context), "Traits"),
|
|
1619
1619
|
Type: import_smithy_client.expectString
|
|
1620
1620
|
});
|
|
1621
1621
|
}, "de_SNOMEDCTAttribute");
|
|
@@ -1640,15 +1640,15 @@ var de_SNOMEDCTConceptList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1640
1640
|
}, "de_SNOMEDCTConceptList");
|
|
1641
1641
|
var de_SNOMEDCTEntity = /* @__PURE__ */ __name((output, context) => {
|
|
1642
1642
|
return (0, import_smithy_client.take)(output, {
|
|
1643
|
-
Attributes: (_) => de_SNOMEDCTAttributeList(_, context),
|
|
1643
|
+
Attributes: /* @__PURE__ */ __name((_) => de_SNOMEDCTAttributeList(_, context), "Attributes"),
|
|
1644
1644
|
BeginOffset: import_smithy_client.expectInt32,
|
|
1645
1645
|
Category: import_smithy_client.expectString,
|
|
1646
1646
|
EndOffset: import_smithy_client.expectInt32,
|
|
1647
1647
|
Id: import_smithy_client.expectInt32,
|
|
1648
|
-
SNOMEDCTConcepts: (_) => de_SNOMEDCTConceptList(_, context),
|
|
1648
|
+
SNOMEDCTConcepts: /* @__PURE__ */ __name((_) => de_SNOMEDCTConceptList(_, context), "SNOMEDCTConcepts"),
|
|
1649
1649
|
Score: import_smithy_client.limitedParseFloat32,
|
|
1650
1650
|
Text: import_smithy_client.expectString,
|
|
1651
|
-
Traits: (_) => de_SNOMEDCTTraitList(_, context),
|
|
1651
|
+
Traits: /* @__PURE__ */ __name((_) => de_SNOMEDCTTraitList(_, context), "Traits"),
|
|
1652
1652
|
Type: import_smithy_client.expectString
|
|
1653
1653
|
});
|
|
1654
1654
|
}, "de_SNOMEDCTEntity");
|
|
@@ -1684,7 +1684,7 @@ var de_TraitList = /* @__PURE__ */ __name((output, context) => {
|
|
|
1684
1684
|
}, "de_TraitList");
|
|
1685
1685
|
var de_UnmappedAttribute = /* @__PURE__ */ __name((output, context) => {
|
|
1686
1686
|
return (0, import_smithy_client.take)(output, {
|
|
1687
|
-
Attribute: (_) => de_Attribute(_, context),
|
|
1687
|
+
Attribute: /* @__PURE__ */ __name((_) => de_Attribute(_, context), "Attribute"),
|
|
1688
1688
|
Type: import_smithy_client.expectString
|
|
1689
1689
|
});
|
|
1690
1690
|
}, "de_UnmappedAttribute");
|
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.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-comprehendmedical",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|