@aws-sdk/client-comprehendmedical 3.1077.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.
- package/dist-cjs/index.js +34 -263
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/DescribeEntitiesDetectionV2JobCommand.js +2 -14
- package/dist-es/commands/DescribeICD10CMInferenceJobCommand.js +2 -14
- package/dist-es/commands/DescribePHIDetectionJobCommand.js +2 -14
- package/dist-es/commands/DescribeRxNormInferenceJobCommand.js +2 -14
- package/dist-es/commands/DescribeSNOMEDCTInferenceJobCommand.js +2 -14
- package/dist-es/commands/DetectEntitiesCommand.js +2 -14
- package/dist-es/commands/DetectEntitiesV2Command.js +2 -14
- package/dist-es/commands/DetectPHICommand.js +2 -14
- package/dist-es/commands/InferICD10CMCommand.js +2 -14
- package/dist-es/commands/InferRxNormCommand.js +2 -14
- package/dist-es/commands/InferSNOMEDCTCommand.js +2 -14
- package/dist-es/commands/ListEntitiesDetectionV2JobsCommand.js +2 -14
- package/dist-es/commands/ListICD10CMInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListPHIDetectionJobsCommand.js +2 -14
- package/dist-es/commands/ListRxNormInferenceJobsCommand.js +2 -14
- package/dist-es/commands/ListSNOMEDCTInferenceJobsCommand.js +2 -14
- package/dist-es/commands/StartEntitiesDetectionV2JobCommand.js +2 -14
- package/dist-es/commands/StartICD10CMInferenceJobCommand.js +2 -14
- package/dist-es/commands/StartPHIDetectionJobCommand.js +2 -14
- package/dist-es/commands/StartRxNormInferenceJobCommand.js +2 -14
- package/dist-es/commands/StartSNOMEDCTInferenceJobCommand.js +2 -14
- package/dist-es/commands/StopEntitiesDetectionV2JobCommand.js +2 -14
- package/dist-es/commands/StopICD10CMInferenceJobCommand.js +2 -14
- package/dist-es/commands/StopPHIDetectionJobCommand.js +2 -14
- package/dist-es/commands/StopRxNormInferenceJobCommand.js +2 -14
- package/dist-es/commands/StopSNOMEDCTInferenceJobCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeICD10CMInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribePHIDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRxNormInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/DetectEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/DetectEntitiesV2Command.d.ts +3 -8
- package/dist-types/commands/DetectPHICommand.d.ts +3 -8
- package/dist-types/commands/InferICD10CMCommand.d.ts +3 -8
- package/dist-types/commands/InferRxNormCommand.d.ts +3 -8
- package/dist-types/commands/InferSNOMEDCTCommand.d.ts +3 -8
- package/dist-types/commands/ListEntitiesDetectionV2JobsCommand.d.ts +3 -8
- package/dist-types/commands/ListICD10CMInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListPHIDetectionJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListRxNormInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +3 -8
- package/dist-types/commands/StartEntitiesDetectionV2JobCommand.d.ts +3 -8
- package/dist-types/commands/StartICD10CMInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/StartPHIDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StartRxNormInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/StartSNOMEDCTInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/StopEntitiesDetectionV2JobCommand.d.ts +3 -8
- package/dist-types/commands/StopICD10CMInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/StopPHIDetectionJobCommand.d.ts +3 -8
- package/dist-types/commands/StopRxNormInferenceJobCommand.d.ts +3 -8
- package/dist-types/commands/StopSNOMEDCTInferenceJobCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/DescribeEntitiesDetectionV2JobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeICD10CMInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePHIDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRxNormInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSNOMEDCTInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectEntitiesV2Command.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetectPHICommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InferICD10CMCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InferRxNormCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InferSNOMEDCTCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListEntitiesDetectionV2JobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListICD10CMInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPHIDetectionJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRxNormInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSNOMEDCTInferenceJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartEntitiesDetectionV2JobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartICD10CMInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPHIDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartRxNormInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartSNOMEDCTInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopEntitiesDetectionV2JobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopICD10CMInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopPHIDetectionJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopRxNormInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopSNOMEDCTInferenceJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1127,316 +1128,86 @@ class ComprehendMedicalClient extends Client {
|
|
|
1127
1128
|
}
|
|
1128
1129
|
}
|
|
1129
1130
|
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
})
|
|
1136
|
-
.s("ComprehendMedical_20181030", "DescribeEntitiesDetectionV2Job", {})
|
|
1137
|
-
.n("ComprehendMedicalClient", "DescribeEntitiesDetectionV2JobCommand")
|
|
1138
|
-
.sc(DescribeEntitiesDetectionV2Job$)
|
|
1139
|
-
.build() {
|
|
1131
|
+
const command = makeBuilder(commonParams, "ComprehendMedical_20181030", "ComprehendMedicalClient", getEndpointPlugin);
|
|
1132
|
+
const _ep0 = {};
|
|
1133
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1134
|
+
|
|
1135
|
+
class DescribeEntitiesDetectionV2JobCommand extends command(_ep0, _mw0, "DescribeEntitiesDetectionV2Job", DescribeEntitiesDetectionV2Job$) {
|
|
1140
1136
|
}
|
|
1141
1137
|
|
|
1142
|
-
class DescribeICD10CMInferenceJobCommand extends
|
|
1143
|
-
.classBuilder()
|
|
1144
|
-
.ep(commonParams)
|
|
1145
|
-
.m(function (Command, cs, config, o) {
|
|
1146
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1147
|
-
})
|
|
1148
|
-
.s("ComprehendMedical_20181030", "DescribeICD10CMInferenceJob", {})
|
|
1149
|
-
.n("ComprehendMedicalClient", "DescribeICD10CMInferenceJobCommand")
|
|
1150
|
-
.sc(DescribeICD10CMInferenceJob$)
|
|
1151
|
-
.build() {
|
|
1138
|
+
class DescribeICD10CMInferenceJobCommand extends command(_ep0, _mw0, "DescribeICD10CMInferenceJob", DescribeICD10CMInferenceJob$) {
|
|
1152
1139
|
}
|
|
1153
1140
|
|
|
1154
|
-
class DescribePHIDetectionJobCommand extends
|
|
1155
|
-
.classBuilder()
|
|
1156
|
-
.ep(commonParams)
|
|
1157
|
-
.m(function (Command, cs, config, o) {
|
|
1158
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1159
|
-
})
|
|
1160
|
-
.s("ComprehendMedical_20181030", "DescribePHIDetectionJob", {})
|
|
1161
|
-
.n("ComprehendMedicalClient", "DescribePHIDetectionJobCommand")
|
|
1162
|
-
.sc(DescribePHIDetectionJob$)
|
|
1163
|
-
.build() {
|
|
1141
|
+
class DescribePHIDetectionJobCommand extends command(_ep0, _mw0, "DescribePHIDetectionJob", DescribePHIDetectionJob$) {
|
|
1164
1142
|
}
|
|
1165
1143
|
|
|
1166
|
-
class DescribeRxNormInferenceJobCommand extends
|
|
1167
|
-
.classBuilder()
|
|
1168
|
-
.ep(commonParams)
|
|
1169
|
-
.m(function (Command, cs, config, o) {
|
|
1170
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1171
|
-
})
|
|
1172
|
-
.s("ComprehendMedical_20181030", "DescribeRxNormInferenceJob", {})
|
|
1173
|
-
.n("ComprehendMedicalClient", "DescribeRxNormInferenceJobCommand")
|
|
1174
|
-
.sc(DescribeRxNormInferenceJob$)
|
|
1175
|
-
.build() {
|
|
1144
|
+
class DescribeRxNormInferenceJobCommand extends command(_ep0, _mw0, "DescribeRxNormInferenceJob", DescribeRxNormInferenceJob$) {
|
|
1176
1145
|
}
|
|
1177
1146
|
|
|
1178
|
-
class DescribeSNOMEDCTInferenceJobCommand extends
|
|
1179
|
-
.classBuilder()
|
|
1180
|
-
.ep(commonParams)
|
|
1181
|
-
.m(function (Command, cs, config, o) {
|
|
1182
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1183
|
-
})
|
|
1184
|
-
.s("ComprehendMedical_20181030", "DescribeSNOMEDCTInferenceJob", {})
|
|
1185
|
-
.n("ComprehendMedicalClient", "DescribeSNOMEDCTInferenceJobCommand")
|
|
1186
|
-
.sc(DescribeSNOMEDCTInferenceJob$)
|
|
1187
|
-
.build() {
|
|
1147
|
+
class DescribeSNOMEDCTInferenceJobCommand extends command(_ep0, _mw0, "DescribeSNOMEDCTInferenceJob", DescribeSNOMEDCTInferenceJob$) {
|
|
1188
1148
|
}
|
|
1189
1149
|
|
|
1190
|
-
class DetectEntitiesCommand extends
|
|
1191
|
-
.classBuilder()
|
|
1192
|
-
.ep(commonParams)
|
|
1193
|
-
.m(function (Command, cs, config, o) {
|
|
1194
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1195
|
-
})
|
|
1196
|
-
.s("ComprehendMedical_20181030", "DetectEntities", {})
|
|
1197
|
-
.n("ComprehendMedicalClient", "DetectEntitiesCommand")
|
|
1198
|
-
.sc(DetectEntities$)
|
|
1199
|
-
.build() {
|
|
1150
|
+
class DetectEntitiesCommand extends command(_ep0, _mw0, "DetectEntities", DetectEntities$) {
|
|
1200
1151
|
}
|
|
1201
1152
|
|
|
1202
|
-
class DetectEntitiesV2Command extends
|
|
1203
|
-
.classBuilder()
|
|
1204
|
-
.ep(commonParams)
|
|
1205
|
-
.m(function (Command, cs, config, o) {
|
|
1206
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1207
|
-
})
|
|
1208
|
-
.s("ComprehendMedical_20181030", "DetectEntitiesV2", {})
|
|
1209
|
-
.n("ComprehendMedicalClient", "DetectEntitiesV2Command")
|
|
1210
|
-
.sc(DetectEntitiesV2$)
|
|
1211
|
-
.build() {
|
|
1153
|
+
class DetectEntitiesV2Command extends command(_ep0, _mw0, "DetectEntitiesV2", DetectEntitiesV2$) {
|
|
1212
1154
|
}
|
|
1213
1155
|
|
|
1214
|
-
class DetectPHICommand extends
|
|
1215
|
-
.classBuilder()
|
|
1216
|
-
.ep(commonParams)
|
|
1217
|
-
.m(function (Command, cs, config, o) {
|
|
1218
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1219
|
-
})
|
|
1220
|
-
.s("ComprehendMedical_20181030", "DetectPHI", {})
|
|
1221
|
-
.n("ComprehendMedicalClient", "DetectPHICommand")
|
|
1222
|
-
.sc(DetectPHI$)
|
|
1223
|
-
.build() {
|
|
1156
|
+
class DetectPHICommand extends command(_ep0, _mw0, "DetectPHI", DetectPHI$) {
|
|
1224
1157
|
}
|
|
1225
1158
|
|
|
1226
|
-
class InferICD10CMCommand extends
|
|
1227
|
-
.classBuilder()
|
|
1228
|
-
.ep(commonParams)
|
|
1229
|
-
.m(function (Command, cs, config, o) {
|
|
1230
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1231
|
-
})
|
|
1232
|
-
.s("ComprehendMedical_20181030", "InferICD10CM", {})
|
|
1233
|
-
.n("ComprehendMedicalClient", "InferICD10CMCommand")
|
|
1234
|
-
.sc(InferICD10CM$)
|
|
1235
|
-
.build() {
|
|
1159
|
+
class InferICD10CMCommand extends command(_ep0, _mw0, "InferICD10CM", InferICD10CM$) {
|
|
1236
1160
|
}
|
|
1237
1161
|
|
|
1238
|
-
class InferRxNormCommand extends
|
|
1239
|
-
.classBuilder()
|
|
1240
|
-
.ep(commonParams)
|
|
1241
|
-
.m(function (Command, cs, config, o) {
|
|
1242
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1243
|
-
})
|
|
1244
|
-
.s("ComprehendMedical_20181030", "InferRxNorm", {})
|
|
1245
|
-
.n("ComprehendMedicalClient", "InferRxNormCommand")
|
|
1246
|
-
.sc(InferRxNorm$)
|
|
1247
|
-
.build() {
|
|
1162
|
+
class InferRxNormCommand extends command(_ep0, _mw0, "InferRxNorm", InferRxNorm$) {
|
|
1248
1163
|
}
|
|
1249
1164
|
|
|
1250
|
-
class InferSNOMEDCTCommand extends
|
|
1251
|
-
.classBuilder()
|
|
1252
|
-
.ep(commonParams)
|
|
1253
|
-
.m(function (Command, cs, config, o) {
|
|
1254
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1255
|
-
})
|
|
1256
|
-
.s("ComprehendMedical_20181030", "InferSNOMEDCT", {})
|
|
1257
|
-
.n("ComprehendMedicalClient", "InferSNOMEDCTCommand")
|
|
1258
|
-
.sc(InferSNOMEDCT$)
|
|
1259
|
-
.build() {
|
|
1165
|
+
class InferSNOMEDCTCommand extends command(_ep0, _mw0, "InferSNOMEDCT", InferSNOMEDCT$) {
|
|
1260
1166
|
}
|
|
1261
1167
|
|
|
1262
|
-
class ListEntitiesDetectionV2JobsCommand extends
|
|
1263
|
-
.classBuilder()
|
|
1264
|
-
.ep(commonParams)
|
|
1265
|
-
.m(function (Command, cs, config, o) {
|
|
1266
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1267
|
-
})
|
|
1268
|
-
.s("ComprehendMedical_20181030", "ListEntitiesDetectionV2Jobs", {})
|
|
1269
|
-
.n("ComprehendMedicalClient", "ListEntitiesDetectionV2JobsCommand")
|
|
1270
|
-
.sc(ListEntitiesDetectionV2Jobs$)
|
|
1271
|
-
.build() {
|
|
1168
|
+
class ListEntitiesDetectionV2JobsCommand extends command(_ep0, _mw0, "ListEntitiesDetectionV2Jobs", ListEntitiesDetectionV2Jobs$) {
|
|
1272
1169
|
}
|
|
1273
1170
|
|
|
1274
|
-
class ListICD10CMInferenceJobsCommand extends
|
|
1275
|
-
.classBuilder()
|
|
1276
|
-
.ep(commonParams)
|
|
1277
|
-
.m(function (Command, cs, config, o) {
|
|
1278
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1279
|
-
})
|
|
1280
|
-
.s("ComprehendMedical_20181030", "ListICD10CMInferenceJobs", {})
|
|
1281
|
-
.n("ComprehendMedicalClient", "ListICD10CMInferenceJobsCommand")
|
|
1282
|
-
.sc(ListICD10CMInferenceJobs$)
|
|
1283
|
-
.build() {
|
|
1171
|
+
class ListICD10CMInferenceJobsCommand extends command(_ep0, _mw0, "ListICD10CMInferenceJobs", ListICD10CMInferenceJobs$) {
|
|
1284
1172
|
}
|
|
1285
1173
|
|
|
1286
|
-
class ListPHIDetectionJobsCommand extends
|
|
1287
|
-
.classBuilder()
|
|
1288
|
-
.ep(commonParams)
|
|
1289
|
-
.m(function (Command, cs, config, o) {
|
|
1290
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1291
|
-
})
|
|
1292
|
-
.s("ComprehendMedical_20181030", "ListPHIDetectionJobs", {})
|
|
1293
|
-
.n("ComprehendMedicalClient", "ListPHIDetectionJobsCommand")
|
|
1294
|
-
.sc(ListPHIDetectionJobs$)
|
|
1295
|
-
.build() {
|
|
1174
|
+
class ListPHIDetectionJobsCommand extends command(_ep0, _mw0, "ListPHIDetectionJobs", ListPHIDetectionJobs$) {
|
|
1296
1175
|
}
|
|
1297
1176
|
|
|
1298
|
-
class ListRxNormInferenceJobsCommand extends
|
|
1299
|
-
.classBuilder()
|
|
1300
|
-
.ep(commonParams)
|
|
1301
|
-
.m(function (Command, cs, config, o) {
|
|
1302
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1303
|
-
})
|
|
1304
|
-
.s("ComprehendMedical_20181030", "ListRxNormInferenceJobs", {})
|
|
1305
|
-
.n("ComprehendMedicalClient", "ListRxNormInferenceJobsCommand")
|
|
1306
|
-
.sc(ListRxNormInferenceJobs$)
|
|
1307
|
-
.build() {
|
|
1177
|
+
class ListRxNormInferenceJobsCommand extends command(_ep0, _mw0, "ListRxNormInferenceJobs", ListRxNormInferenceJobs$) {
|
|
1308
1178
|
}
|
|
1309
1179
|
|
|
1310
|
-
class ListSNOMEDCTInferenceJobsCommand extends
|
|
1311
|
-
.classBuilder()
|
|
1312
|
-
.ep(commonParams)
|
|
1313
|
-
.m(function (Command, cs, config, o) {
|
|
1314
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1315
|
-
})
|
|
1316
|
-
.s("ComprehendMedical_20181030", "ListSNOMEDCTInferenceJobs", {})
|
|
1317
|
-
.n("ComprehendMedicalClient", "ListSNOMEDCTInferenceJobsCommand")
|
|
1318
|
-
.sc(ListSNOMEDCTInferenceJobs$)
|
|
1319
|
-
.build() {
|
|
1180
|
+
class ListSNOMEDCTInferenceJobsCommand extends command(_ep0, _mw0, "ListSNOMEDCTInferenceJobs", ListSNOMEDCTInferenceJobs$) {
|
|
1320
1181
|
}
|
|
1321
1182
|
|
|
1322
|
-
class StartEntitiesDetectionV2JobCommand extends
|
|
1323
|
-
.classBuilder()
|
|
1324
|
-
.ep(commonParams)
|
|
1325
|
-
.m(function (Command, cs, config, o) {
|
|
1326
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1327
|
-
})
|
|
1328
|
-
.s("ComprehendMedical_20181030", "StartEntitiesDetectionV2Job", {})
|
|
1329
|
-
.n("ComprehendMedicalClient", "StartEntitiesDetectionV2JobCommand")
|
|
1330
|
-
.sc(StartEntitiesDetectionV2Job$)
|
|
1331
|
-
.build() {
|
|
1183
|
+
class StartEntitiesDetectionV2JobCommand extends command(_ep0, _mw0, "StartEntitiesDetectionV2Job", StartEntitiesDetectionV2Job$) {
|
|
1332
1184
|
}
|
|
1333
1185
|
|
|
1334
|
-
class StartICD10CMInferenceJobCommand extends
|
|
1335
|
-
.classBuilder()
|
|
1336
|
-
.ep(commonParams)
|
|
1337
|
-
.m(function (Command, cs, config, o) {
|
|
1338
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1339
|
-
})
|
|
1340
|
-
.s("ComprehendMedical_20181030", "StartICD10CMInferenceJob", {})
|
|
1341
|
-
.n("ComprehendMedicalClient", "StartICD10CMInferenceJobCommand")
|
|
1342
|
-
.sc(StartICD10CMInferenceJob$)
|
|
1343
|
-
.build() {
|
|
1186
|
+
class StartICD10CMInferenceJobCommand extends command(_ep0, _mw0, "StartICD10CMInferenceJob", StartICD10CMInferenceJob$) {
|
|
1344
1187
|
}
|
|
1345
1188
|
|
|
1346
|
-
class StartPHIDetectionJobCommand extends
|
|
1347
|
-
.classBuilder()
|
|
1348
|
-
.ep(commonParams)
|
|
1349
|
-
.m(function (Command, cs, config, o) {
|
|
1350
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1351
|
-
})
|
|
1352
|
-
.s("ComprehendMedical_20181030", "StartPHIDetectionJob", {})
|
|
1353
|
-
.n("ComprehendMedicalClient", "StartPHIDetectionJobCommand")
|
|
1354
|
-
.sc(StartPHIDetectionJob$)
|
|
1355
|
-
.build() {
|
|
1189
|
+
class StartPHIDetectionJobCommand extends command(_ep0, _mw0, "StartPHIDetectionJob", StartPHIDetectionJob$) {
|
|
1356
1190
|
}
|
|
1357
1191
|
|
|
1358
|
-
class StartRxNormInferenceJobCommand extends
|
|
1359
|
-
.classBuilder()
|
|
1360
|
-
.ep(commonParams)
|
|
1361
|
-
.m(function (Command, cs, config, o) {
|
|
1362
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1363
|
-
})
|
|
1364
|
-
.s("ComprehendMedical_20181030", "StartRxNormInferenceJob", {})
|
|
1365
|
-
.n("ComprehendMedicalClient", "StartRxNormInferenceJobCommand")
|
|
1366
|
-
.sc(StartRxNormInferenceJob$)
|
|
1367
|
-
.build() {
|
|
1192
|
+
class StartRxNormInferenceJobCommand extends command(_ep0, _mw0, "StartRxNormInferenceJob", StartRxNormInferenceJob$) {
|
|
1368
1193
|
}
|
|
1369
1194
|
|
|
1370
|
-
class StartSNOMEDCTInferenceJobCommand extends
|
|
1371
|
-
.classBuilder()
|
|
1372
|
-
.ep(commonParams)
|
|
1373
|
-
.m(function (Command, cs, config, o) {
|
|
1374
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1375
|
-
})
|
|
1376
|
-
.s("ComprehendMedical_20181030", "StartSNOMEDCTInferenceJob", {})
|
|
1377
|
-
.n("ComprehendMedicalClient", "StartSNOMEDCTInferenceJobCommand")
|
|
1378
|
-
.sc(StartSNOMEDCTInferenceJob$)
|
|
1379
|
-
.build() {
|
|
1195
|
+
class StartSNOMEDCTInferenceJobCommand extends command(_ep0, _mw0, "StartSNOMEDCTInferenceJob", StartSNOMEDCTInferenceJob$) {
|
|
1380
1196
|
}
|
|
1381
1197
|
|
|
1382
|
-
class StopEntitiesDetectionV2JobCommand extends
|
|
1383
|
-
.classBuilder()
|
|
1384
|
-
.ep(commonParams)
|
|
1385
|
-
.m(function (Command, cs, config, o) {
|
|
1386
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1387
|
-
})
|
|
1388
|
-
.s("ComprehendMedical_20181030", "StopEntitiesDetectionV2Job", {})
|
|
1389
|
-
.n("ComprehendMedicalClient", "StopEntitiesDetectionV2JobCommand")
|
|
1390
|
-
.sc(StopEntitiesDetectionV2Job$)
|
|
1391
|
-
.build() {
|
|
1198
|
+
class StopEntitiesDetectionV2JobCommand extends command(_ep0, _mw0, "StopEntitiesDetectionV2Job", StopEntitiesDetectionV2Job$) {
|
|
1392
1199
|
}
|
|
1393
1200
|
|
|
1394
|
-
class StopICD10CMInferenceJobCommand extends
|
|
1395
|
-
.classBuilder()
|
|
1396
|
-
.ep(commonParams)
|
|
1397
|
-
.m(function (Command, cs, config, o) {
|
|
1398
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1399
|
-
})
|
|
1400
|
-
.s("ComprehendMedical_20181030", "StopICD10CMInferenceJob", {})
|
|
1401
|
-
.n("ComprehendMedicalClient", "StopICD10CMInferenceJobCommand")
|
|
1402
|
-
.sc(StopICD10CMInferenceJob$)
|
|
1403
|
-
.build() {
|
|
1201
|
+
class StopICD10CMInferenceJobCommand extends command(_ep0, _mw0, "StopICD10CMInferenceJob", StopICD10CMInferenceJob$) {
|
|
1404
1202
|
}
|
|
1405
1203
|
|
|
1406
|
-
class StopPHIDetectionJobCommand extends
|
|
1407
|
-
.classBuilder()
|
|
1408
|
-
.ep(commonParams)
|
|
1409
|
-
.m(function (Command, cs, config, o) {
|
|
1410
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1411
|
-
})
|
|
1412
|
-
.s("ComprehendMedical_20181030", "StopPHIDetectionJob", {})
|
|
1413
|
-
.n("ComprehendMedicalClient", "StopPHIDetectionJobCommand")
|
|
1414
|
-
.sc(StopPHIDetectionJob$)
|
|
1415
|
-
.build() {
|
|
1204
|
+
class StopPHIDetectionJobCommand extends command(_ep0, _mw0, "StopPHIDetectionJob", StopPHIDetectionJob$) {
|
|
1416
1205
|
}
|
|
1417
1206
|
|
|
1418
|
-
class StopRxNormInferenceJobCommand extends
|
|
1419
|
-
.classBuilder()
|
|
1420
|
-
.ep(commonParams)
|
|
1421
|
-
.m(function (Command, cs, config, o) {
|
|
1422
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1423
|
-
})
|
|
1424
|
-
.s("ComprehendMedical_20181030", "StopRxNormInferenceJob", {})
|
|
1425
|
-
.n("ComprehendMedicalClient", "StopRxNormInferenceJobCommand")
|
|
1426
|
-
.sc(StopRxNormInferenceJob$)
|
|
1427
|
-
.build() {
|
|
1207
|
+
class StopRxNormInferenceJobCommand extends command(_ep0, _mw0, "StopRxNormInferenceJob", StopRxNormInferenceJob$) {
|
|
1428
1208
|
}
|
|
1429
1209
|
|
|
1430
|
-
class StopSNOMEDCTInferenceJobCommand extends
|
|
1431
|
-
.classBuilder()
|
|
1432
|
-
.ep(commonParams)
|
|
1433
|
-
.m(function (Command, cs, config, o) {
|
|
1434
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1435
|
-
})
|
|
1436
|
-
.s("ComprehendMedical_20181030", "StopSNOMEDCTInferenceJob", {})
|
|
1437
|
-
.n("ComprehendMedicalClient", "StopSNOMEDCTInferenceJobCommand")
|
|
1438
|
-
.sc(StopSNOMEDCTInferenceJob$)
|
|
1439
|
-
.build() {
|
|
1210
|
+
class StopSNOMEDCTInferenceJobCommand extends command(_ep0, _mw0, "StopSNOMEDCTInferenceJob", StopSNOMEDCTInferenceJob$) {
|
|
1440
1211
|
}
|
|
1441
1212
|
|
|
1442
1213
|
const commands = {
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "ComprehendMedical_20181030", "ComprehendMedicalClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeEntitiesDetectionV2Job$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeEntitiesDetectionV2JobCommand 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", "DescribeEntitiesDetectionV2Job", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "DescribeEntitiesDetectionV2JobCommand")
|
|
14
|
-
.sc(DescribeEntitiesDetectionV2Job$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeEntitiesDetectionV2JobCommand extends command(_ep0, _mw0, "DescribeEntitiesDetectionV2Job", DescribeEntitiesDetectionV2Job$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeICD10CMInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeICD10CMInferenceJobCommand 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", "DescribeICD10CMInferenceJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "DescribeICD10CMInferenceJobCommand")
|
|
14
|
-
.sc(DescribeICD10CMInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeICD10CMInferenceJobCommand extends command(_ep0, _mw0, "DescribeICD10CMInferenceJob", DescribeICD10CMInferenceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribePHIDetectionJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribePHIDetectionJobCommand 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", "DescribePHIDetectionJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "DescribePHIDetectionJobCommand")
|
|
14
|
-
.sc(DescribePHIDetectionJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribePHIDetectionJobCommand extends command(_ep0, _mw0, "DescribePHIDetectionJob", DescribePHIDetectionJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeRxNormInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeRxNormInferenceJobCommand 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", "DescribeRxNormInferenceJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "DescribeRxNormInferenceJobCommand")
|
|
14
|
-
.sc(DescribeRxNormInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeRxNormInferenceJobCommand extends command(_ep0, _mw0, "DescribeRxNormInferenceJob", DescribeRxNormInferenceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeSNOMEDCTInferenceJob$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSNOMEDCTInferenceJobCommand 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", "DescribeSNOMEDCTInferenceJob", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "DescribeSNOMEDCTInferenceJobCommand")
|
|
14
|
-
.sc(DescribeSNOMEDCTInferenceJob$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSNOMEDCTInferenceJobCommand extends command(_ep0, _mw0, "DescribeSNOMEDCTInferenceJob", DescribeSNOMEDCTInferenceJob$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DetectEntities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DetectEntitiesCommand 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", "DetectEntities", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "DetectEntitiesCommand")
|
|
14
|
-
.sc(DetectEntities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DetectEntitiesCommand extends command(_ep0, _mw0, "DetectEntities", DetectEntities$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DetectEntitiesV2$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DetectEntitiesV2Command 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", "DetectEntitiesV2", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "DetectEntitiesV2Command")
|
|
14
|
-
.sc(DetectEntitiesV2$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DetectEntitiesV2Command extends command(_ep0, _mw0, "DetectEntitiesV2", DetectEntitiesV2$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DetectPHI$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DetectPHICommand 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", "DetectPHI", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "DetectPHICommand")
|
|
14
|
-
.sc(DetectPHI$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DetectPHICommand extends command(_ep0, _mw0, "DetectPHI", DetectPHI$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { InferICD10CM$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class InferICD10CMCommand 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", "InferICD10CM", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "InferICD10CMCommand")
|
|
14
|
-
.sc(InferICD10CM$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class InferICD10CMCommand extends command(_ep0, _mw0, "InferICD10CM", InferICD10CM$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { InferRxNorm$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class InferRxNormCommand 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", "InferRxNorm", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "InferRxNormCommand")
|
|
14
|
-
.sc(InferRxNorm$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class InferRxNormCommand extends command(_ep0, _mw0, "InferRxNorm", InferRxNorm$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { InferSNOMEDCT$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class InferSNOMEDCTCommand 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", "InferSNOMEDCT", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "InferSNOMEDCTCommand")
|
|
14
|
-
.sc(InferSNOMEDCT$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class InferSNOMEDCTCommand extends command(_ep0, _mw0, "InferSNOMEDCT", InferSNOMEDCT$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListEntitiesDetectionV2Jobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListEntitiesDetectionV2JobsCommand 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", "ListEntitiesDetectionV2Jobs", {})
|
|
13
|
-
.n("ComprehendMedicalClient", "ListEntitiesDetectionV2JobsCommand")
|
|
14
|
-
.sc(ListEntitiesDetectionV2Jobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListEntitiesDetectionV2JobsCommand extends command(_ep0, _mw0, "ListEntitiesDetectionV2Jobs", ListEntitiesDetectionV2Jobs$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
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
|
|
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 {
|
|
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
|
|
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
|
}
|