@aws-sdk/client-medical-imaging 3.987.0 → 3.988.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 +37 -825
- package/dist-cjs/models/MedicalImagingServiceException.js +12 -0
- package/dist-cjs/models/errors.js +95 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +637 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +54 -48
- package/dist-types/schemas/schemas_0.d.ts +13 -6
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -6
- package/package.json +14 -14
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var MedicalImagingServiceException = require('./models/MedicalImagingServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,721 +113,6 @@ class MedicalImagingClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class MedicalImagingServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, MedicalImagingServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class AccessDeniedException extends MedicalImagingServiceException {
|
|
121
|
-
name = "AccessDeniedException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "AccessDeniedException",
|
|
126
|
-
$fault: "client",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
class ConflictException extends MedicalImagingServiceException {
|
|
133
|
-
name = "ConflictException";
|
|
134
|
-
$fault = "client";
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "ConflictException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
class InternalServerException extends MedicalImagingServiceException {
|
|
145
|
-
name = "InternalServerException";
|
|
146
|
-
$fault = "server";
|
|
147
|
-
constructor(opts) {
|
|
148
|
-
super({
|
|
149
|
-
name: "InternalServerException",
|
|
150
|
-
$fault: "server",
|
|
151
|
-
...opts,
|
|
152
|
-
});
|
|
153
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
class ResourceNotFoundException extends MedicalImagingServiceException {
|
|
157
|
-
name = "ResourceNotFoundException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "ResourceNotFoundException",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
class ServiceQuotaExceededException extends MedicalImagingServiceException {
|
|
169
|
-
name = "ServiceQuotaExceededException";
|
|
170
|
-
$fault = "client";
|
|
171
|
-
constructor(opts) {
|
|
172
|
-
super({
|
|
173
|
-
name: "ServiceQuotaExceededException",
|
|
174
|
-
$fault: "client",
|
|
175
|
-
...opts,
|
|
176
|
-
});
|
|
177
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
class ThrottlingException extends MedicalImagingServiceException {
|
|
181
|
-
name = "ThrottlingException";
|
|
182
|
-
$fault = "client";
|
|
183
|
-
constructor(opts) {
|
|
184
|
-
super({
|
|
185
|
-
name: "ThrottlingException",
|
|
186
|
-
$fault: "client",
|
|
187
|
-
...opts,
|
|
188
|
-
});
|
|
189
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
class ValidationException extends MedicalImagingServiceException {
|
|
193
|
-
name = "ValidationException";
|
|
194
|
-
$fault = "client";
|
|
195
|
-
constructor(opts) {
|
|
196
|
-
super({
|
|
197
|
-
name: "ValidationException",
|
|
198
|
-
$fault: "client",
|
|
199
|
-
...opts,
|
|
200
|
-
});
|
|
201
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
const _ADE = "AccessDeniedException";
|
|
206
|
-
const _CA = "CopiableAttributes";
|
|
207
|
-
const _CD = "CreateDatastore";
|
|
208
|
-
const _CDIS = "CopyDestinationImageSet";
|
|
209
|
-
const _CDISP = "CopyDestinationImageSetProperties";
|
|
210
|
-
const _CDR = "CreateDatastoreRequest";
|
|
211
|
-
const _CDRr = "CreateDatastoreResponse";
|
|
212
|
-
const _CE = "ConflictException";
|
|
213
|
-
const _CE_ = "Content-Encoding";
|
|
214
|
-
const _CIS = "CopyImageSet";
|
|
215
|
-
const _CISI = "CopyImageSetInformation";
|
|
216
|
-
const _CISR = "CopyImageSetRequest";
|
|
217
|
-
const _CISRo = "CopyImageSetResponse";
|
|
218
|
-
const _CSISI = "CopySourceImageSetInformation";
|
|
219
|
-
const _CSISP = "CopySourceImageSetProperties";
|
|
220
|
-
const _CT = "Content-Type";
|
|
221
|
-
const _DD = "DeleteDatastore";
|
|
222
|
-
const _DDR = "DeleteDatastoreRequest";
|
|
223
|
-
const _DDRe = "DeleteDatastoreResponse";
|
|
224
|
-
const _DICOMA = "DICOMAttribute";
|
|
225
|
-
const _DICOMAN = "DICOMAccessionNumber";
|
|
226
|
-
const _DICOMC = "DICOMCopies";
|
|
227
|
-
const _DICOMIJP = "DICOMImportJobProperties";
|
|
228
|
-
const _DICOMIJS = "DICOMImportJobSummary";
|
|
229
|
-
const _DICOMIJSm = "DICOMImportJobSummaries";
|
|
230
|
-
const _DICOMNOSRI = "DICOMNumberOfStudyRelatedInstances";
|
|
231
|
-
const _DICOMNOSRS = "DICOMNumberOfStudyRelatedSeries";
|
|
232
|
-
const _DICOMPBD = "DICOMPatientBirthDate";
|
|
233
|
-
const _DICOMPI = "DICOMPatientId";
|
|
234
|
-
const _DICOMPN = "DICOMPatientName";
|
|
235
|
-
const _DICOMPS = "DICOMPatientSex";
|
|
236
|
-
const _DICOMSBP = "DICOMSeriesBodyPart";
|
|
237
|
-
const _DICOMSD = "DICOMStudyDate";
|
|
238
|
-
const _DICOMSDAT = "DICOMStudyDateAndTime";
|
|
239
|
-
const _DICOMSDt = "DICOMStudyDescription";
|
|
240
|
-
const _DICOMSI = "DICOMStudyId";
|
|
241
|
-
const _DICOMSIUID = "DICOMSeriesInstanceUID";
|
|
242
|
-
const _DICOMSIUIDt = "DICOMStudyInstanceUID";
|
|
243
|
-
const _DICOMSM = "DICOMSeriesModality";
|
|
244
|
-
const _DICOMSN = "DICOMSeriesNumber";
|
|
245
|
-
const _DICOMST = "DICOMStudyTime";
|
|
246
|
-
const _DICOMT = "DICOMTags";
|
|
247
|
-
const _DICOMU = "DICOMUpdates";
|
|
248
|
-
const _DIS = "DeleteImageSet";
|
|
249
|
-
const _DISR = "DeleteImageSetRequest";
|
|
250
|
-
const _DISRe = "DeleteImageSetResponse";
|
|
251
|
-
const _DP = "DatastoreProperties";
|
|
252
|
-
const _DS = "DatastoreSummary";
|
|
253
|
-
const _DSa = "DatastoreSummaries";
|
|
254
|
-
const _GD = "GetDatastore";
|
|
255
|
-
const _GDICOMIJ = "GetDICOMImportJob";
|
|
256
|
-
const _GDICOMIJR = "GetDICOMImportJobRequest";
|
|
257
|
-
const _GDICOMIJRe = "GetDICOMImportJobResponse";
|
|
258
|
-
const _GDR = "GetDatastoreRequest";
|
|
259
|
-
const _GDRe = "GetDatastoreResponse";
|
|
260
|
-
const _GIF = "GetImageFrame";
|
|
261
|
-
const _GIFR = "GetImageFrameRequest";
|
|
262
|
-
const _GIFRe = "GetImageFrameResponse";
|
|
263
|
-
const _GIS = "GetImageSet";
|
|
264
|
-
const _GISM = "GetImageSetMetadata";
|
|
265
|
-
const _GISMR = "GetImageSetMetadataRequest";
|
|
266
|
-
const _GISMRe = "GetImageSetMetadataResponse";
|
|
267
|
-
const _GISR = "GetImageSetRequest";
|
|
268
|
-
const _GISRe = "GetImageSetResponse";
|
|
269
|
-
const _IFI = "ImageFrameInformation";
|
|
270
|
-
const _ISE = "InternalServerException";
|
|
271
|
-
const _ISMB = "ImageSetMetadataBlob";
|
|
272
|
-
const _ISMS = "ImageSetsMetadataSummary";
|
|
273
|
-
const _ISMSm = "ImageSetsMetadataSummaries";
|
|
274
|
-
const _ISP = "ImageSetProperties";
|
|
275
|
-
const _ISPL = "ImageSetPropertiesList";
|
|
276
|
-
const _ISWS = "ImageSetWorkflowStatus";
|
|
277
|
-
const _LD = "ListDatastores";
|
|
278
|
-
const _LDICOMIJ = "ListDICOMImportJobs";
|
|
279
|
-
const _LDICOMIJR = "ListDICOMImportJobsRequest";
|
|
280
|
-
const _LDICOMIJRi = "ListDICOMImportJobsResponse";
|
|
281
|
-
const _LDR = "ListDatastoresRequest";
|
|
282
|
-
const _LDRi = "ListDatastoresResponse";
|
|
283
|
-
const _LISV = "ListImageSetVersions";
|
|
284
|
-
const _LISVR = "ListImageSetVersionsRequest";
|
|
285
|
-
const _LISVRi = "ListImageSetVersionsResponse";
|
|
286
|
-
const _LTFR = "ListTagsForResource";
|
|
287
|
-
const _LTFRR = "ListTagsForResourceRequest";
|
|
288
|
-
const _LTFRRi = "ListTagsForResourceResponse";
|
|
289
|
-
const _MC = "MetadataCopies";
|
|
290
|
-
const _MU = "MetadataUpdates";
|
|
291
|
-
const _O = "Overrides";
|
|
292
|
-
const _PB = "PayloadBlob";
|
|
293
|
-
const _RNFE = "ResourceNotFoundException";
|
|
294
|
-
const _S = "Sort";
|
|
295
|
-
const _SBAV = "SearchByAttributeValues";
|
|
296
|
-
const _SBAVe = "SearchByAttributeValue";
|
|
297
|
-
const _SC = "SearchCriteria";
|
|
298
|
-
const _SDICOMIJ = "StartDICOMImportJob";
|
|
299
|
-
const _SDICOMIJR = "StartDICOMImportJobRequest";
|
|
300
|
-
const _SDICOMIJRt = "StartDICOMImportJobResponse";
|
|
301
|
-
const _SF = "SearchFilter";
|
|
302
|
-
const _SFe = "SearchFilters";
|
|
303
|
-
const _SIS = "SearchImageSets";
|
|
304
|
-
const _SISR = "SearchImageSetsRequest";
|
|
305
|
-
const _SISRe = "SearchImageSetsResponse";
|
|
306
|
-
const _SQEE = "ServiceQuotaExceededException";
|
|
307
|
-
const _TE = "ThrottlingException";
|
|
308
|
-
const _TR = "TagResource";
|
|
309
|
-
const _TRR = "TagResourceRequest";
|
|
310
|
-
const _TRRa = "TagResourceResponse";
|
|
311
|
-
const _UISM = "UpdateImageSetMetadata";
|
|
312
|
-
const _UISMR = "UpdateImageSetMetadataRequest";
|
|
313
|
-
const _UISMRp = "UpdateImageSetMetadataResponse";
|
|
314
|
-
const _UR = "UntagResource";
|
|
315
|
-
const _URR = "UntagResourceRequest";
|
|
316
|
-
const _URRn = "UntagResourceResponse";
|
|
317
|
-
const _VE = "ValidationException";
|
|
318
|
-
const _c = "client";
|
|
319
|
-
const _cA = "createdAt";
|
|
320
|
-
const _cAo = "copiableAttributes";
|
|
321
|
-
const _cE = "contentEncoding";
|
|
322
|
-
const _cISI = "copyImageSetInformation";
|
|
323
|
-
const _cT = "clientToken";
|
|
324
|
-
const _cTo = "contentType";
|
|
325
|
-
const _dA = "datastoreArn";
|
|
326
|
-
const _dARA = "dataAccessRoleArn";
|
|
327
|
-
const _dAe = "deletedAt";
|
|
328
|
-
const _dI = "datastoreId";
|
|
329
|
-
const _dIS = "destinationImageSet";
|
|
330
|
-
const _dISP = "destinationImageSetProperties";
|
|
331
|
-
const _dN = "datastoreName";
|
|
332
|
-
const _dP = "datastoreProperties";
|
|
333
|
-
const _dS = "datastoreStatus";
|
|
334
|
-
const _dSa = "datastoreSummaries";
|
|
335
|
-
const _e = "error";
|
|
336
|
-
const _eA = "endedAt";
|
|
337
|
-
const _en = "endpoint";
|
|
338
|
-
const _f = "force";
|
|
339
|
-
const _fi = "filters";
|
|
340
|
-
const _fo = "forced";
|
|
341
|
-
const _h = "http";
|
|
342
|
-
const _hE = "httpError";
|
|
343
|
-
const _hH = "httpHeader";
|
|
344
|
-
const _hQ = "httpQuery";
|
|
345
|
-
const _iFB = "imageFrameBlob";
|
|
346
|
-
const _iFI = "imageFrameInformation";
|
|
347
|
-
const _iFIm = "imageFrameId";
|
|
348
|
-
const _iOAI = "inputOwnerAccountId";
|
|
349
|
-
const _iP = "isPrimary";
|
|
350
|
-
const _iSA = "imageSetArn";
|
|
351
|
-
const _iSI = "imageSetId";
|
|
352
|
-
const _iSMB = "imageSetMetadataBlob";
|
|
353
|
-
const _iSMS = "imageSetsMetadataSummaries";
|
|
354
|
-
const _iSPL = "imageSetPropertiesList";
|
|
355
|
-
const _iSS = "imageSetState";
|
|
356
|
-
const _iSU = "inputS3Uri";
|
|
357
|
-
const _iSWS = "imageSetWorkflowStatus";
|
|
358
|
-
const _jI = "jobId";
|
|
359
|
-
const _jN = "jobName";
|
|
360
|
-
const _jP = "jobProperties";
|
|
361
|
-
const _jS = "jobStatus";
|
|
362
|
-
const _jSo = "jobSummaries";
|
|
363
|
-
const _kKA = "kmsKeyArn";
|
|
364
|
-
const _lAA = "lambdaAuthorizerArn";
|
|
365
|
-
const _lAAa = "lastAccessedAt";
|
|
366
|
-
const _lSF = "losslessStorageFormat";
|
|
367
|
-
const _lV = "latestVersion";
|
|
368
|
-
const _lVI = "latestVersionId";
|
|
369
|
-
const _m = "message";
|
|
370
|
-
const _mR = "maxResults";
|
|
371
|
-
const _nT = "nextToken";
|
|
372
|
-
const _o = "overrides";
|
|
373
|
-
const _oSU = "outputS3Uri";
|
|
374
|
-
const _op = "operator";
|
|
375
|
-
const _pTP = "promoteToPrimary";
|
|
376
|
-
const _rA = "removableAttributes";
|
|
377
|
-
const _rAe = "resourceArn";
|
|
378
|
-
const _rTVI = "revertToVersionId";
|
|
379
|
-
const _s = "streaming";
|
|
380
|
-
const _sA = "submittedAt";
|
|
381
|
-
const _sC = "searchCriteria";
|
|
382
|
-
const _sF = "sortField";
|
|
383
|
-
const _sIS = "sourceImageSet";
|
|
384
|
-
const _sISI = "sourceImageSetId";
|
|
385
|
-
const _sISP = "sourceImageSetProperties";
|
|
386
|
-
const _sO = "sortOrder";
|
|
387
|
-
const _sT = "storageTier";
|
|
388
|
-
const _se = "server";
|
|
389
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.medicalimaging";
|
|
390
|
-
const _so = "sort";
|
|
391
|
-
const _t = "tags";
|
|
392
|
-
const _tK = "tagKeys";
|
|
393
|
-
const _uA = "updatedAt";
|
|
394
|
-
const _uAp = "updatableAttributes";
|
|
395
|
-
const _uISMU = "updateImageSetMetadataUpdates";
|
|
396
|
-
const _v = "version";
|
|
397
|
-
const _vI = "versionId";
|
|
398
|
-
const _va = "values";
|
|
399
|
-
const n0 = "com.amazonaws.medicalimaging";
|
|
400
|
-
var CopiableAttributes = [0, n0, _CA, 8, 0];
|
|
401
|
-
var DICOMAccessionNumber = [0, n0, _DICOMAN, 8, 0];
|
|
402
|
-
var DICOMAttribute = [0, n0, _DICOMA, 8, 21];
|
|
403
|
-
var DICOMPatientBirthDate = [0, n0, _DICOMPBD, 8, 0];
|
|
404
|
-
var DICOMPatientId = [0, n0, _DICOMPI, 8, 0];
|
|
405
|
-
var DICOMPatientName = [0, n0, _DICOMPN, 8, 0];
|
|
406
|
-
var DICOMPatientSex = [0, n0, _DICOMPS, 8, 0];
|
|
407
|
-
var DICOMSeriesBodyPart = [0, n0, _DICOMSBP, 8, 0];
|
|
408
|
-
var DICOMSeriesInstanceUID = [0, n0, _DICOMSIUID, 8, 0];
|
|
409
|
-
var DICOMSeriesModality = [0, n0, _DICOMSM, 8, 0];
|
|
410
|
-
var DICOMSeriesNumber = [0, n0, _DICOMSN, 8, 1];
|
|
411
|
-
var DICOMStudyDate = [0, n0, _DICOMSD, 8, 0];
|
|
412
|
-
var DICOMStudyDescription = [0, n0, _DICOMSDt, 8, 0];
|
|
413
|
-
var DICOMStudyId = [0, n0, _DICOMSI, 8, 0];
|
|
414
|
-
var DICOMStudyInstanceUID = [0, n0, _DICOMSIUIDt, 8, 0];
|
|
415
|
-
var DICOMStudyTime = [0, n0, _DICOMST, 8, 0];
|
|
416
|
-
var ImageSetMetadataBlob = [0, n0, _ISMB, { [_s]: 1 }, 42];
|
|
417
|
-
var PayloadBlob = [0, n0, _PB, { [_s]: 1 }, 42];
|
|
418
|
-
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
419
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
420
|
-
[_m],
|
|
421
|
-
[0], 1
|
|
422
|
-
];
|
|
423
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
424
|
-
var ConflictException$ = [-3, n0, _CE,
|
|
425
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
426
|
-
[_m],
|
|
427
|
-
[0], 1
|
|
428
|
-
];
|
|
429
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
430
|
-
var CopyDestinationImageSet$ = [3, n0, _CDIS,
|
|
431
|
-
0,
|
|
432
|
-
[_iSI, _lVI],
|
|
433
|
-
[0, 0], 2
|
|
434
|
-
];
|
|
435
|
-
var CopyDestinationImageSetProperties$ = [3, n0, _CDISP,
|
|
436
|
-
0,
|
|
437
|
-
[_iSI, _lVI, _iSS, _iSWS, _cA, _uA, _iSA],
|
|
438
|
-
[0, 0, 0, 0, 4, 4, 0], 2
|
|
439
|
-
];
|
|
440
|
-
var CopyImageSetInformation$ = [3, n0, _CISI,
|
|
441
|
-
0,
|
|
442
|
-
[_sIS, _dIS],
|
|
443
|
-
[[() => CopySourceImageSetInformation$, 0], () => CopyDestinationImageSet$], 1
|
|
444
|
-
];
|
|
445
|
-
var CopyImageSetRequest$ = [3, n0, _CISR,
|
|
446
|
-
0,
|
|
447
|
-
[_dI, _sISI, _cISI, _f, _pTP],
|
|
448
|
-
[[0, 1], [0, 1], [() => CopyImageSetInformation$, 16], [2, { [_hQ]: _f }], [2, { [_hQ]: _pTP }]], 3
|
|
449
|
-
];
|
|
450
|
-
var CopyImageSetResponse$ = [3, n0, _CISRo,
|
|
451
|
-
0,
|
|
452
|
-
[_dI, _sISP, _dISP],
|
|
453
|
-
[0, () => CopySourceImageSetProperties$, () => CopyDestinationImageSetProperties$], 3
|
|
454
|
-
];
|
|
455
|
-
var CopySourceImageSetInformation$ = [3, n0, _CSISI,
|
|
456
|
-
0,
|
|
457
|
-
[_lVI, _DICOMC],
|
|
458
|
-
[0, [() => MetadataCopies$, 0]], 1
|
|
459
|
-
];
|
|
460
|
-
var CopySourceImageSetProperties$ = [3, n0, _CSISP,
|
|
461
|
-
0,
|
|
462
|
-
[_iSI, _lVI, _iSS, _iSWS, _cA, _uA, _iSA],
|
|
463
|
-
[0, 0, 0, 0, 4, 4, 0], 2
|
|
464
|
-
];
|
|
465
|
-
var CreateDatastoreRequest$ = [3, n0, _CDR,
|
|
466
|
-
0,
|
|
467
|
-
[_dN, _cT, _t, _kKA, _lAA, _lSF],
|
|
468
|
-
[0, [0, 4], 128 | 0, 0, 0, 0]
|
|
469
|
-
];
|
|
470
|
-
var CreateDatastoreResponse$ = [3, n0, _CDRr,
|
|
471
|
-
0,
|
|
472
|
-
[_dI, _dS],
|
|
473
|
-
[0, 0], 2
|
|
474
|
-
];
|
|
475
|
-
var DatastoreProperties$ = [3, n0, _DP,
|
|
476
|
-
0,
|
|
477
|
-
[_dI, _dN, _dS, _kKA, _lAA, _lSF, _dA, _cA, _uA],
|
|
478
|
-
[0, 0, 0, 0, 0, 0, 0, 4, 4], 3
|
|
479
|
-
];
|
|
480
|
-
var DatastoreSummary$ = [3, n0, _DS,
|
|
481
|
-
0,
|
|
482
|
-
[_dI, _dN, _dS, _dA, _cA, _uA],
|
|
483
|
-
[0, 0, 0, 0, 4, 4], 3
|
|
484
|
-
];
|
|
485
|
-
var DeleteDatastoreRequest$ = [3, n0, _DDR,
|
|
486
|
-
0,
|
|
487
|
-
[_dI],
|
|
488
|
-
[[0, 1]], 1
|
|
489
|
-
];
|
|
490
|
-
var DeleteDatastoreResponse$ = [3, n0, _DDRe,
|
|
491
|
-
0,
|
|
492
|
-
[_dI, _dS],
|
|
493
|
-
[0, 0], 2
|
|
494
|
-
];
|
|
495
|
-
var DeleteImageSetRequest$ = [3, n0, _DISR,
|
|
496
|
-
0,
|
|
497
|
-
[_dI, _iSI],
|
|
498
|
-
[[0, 1], [0, 1]], 2
|
|
499
|
-
];
|
|
500
|
-
var DeleteImageSetResponse$ = [3, n0, _DISRe,
|
|
501
|
-
0,
|
|
502
|
-
[_dI, _iSI, _iSS, _iSWS],
|
|
503
|
-
[0, 0, 0, 0], 4
|
|
504
|
-
];
|
|
505
|
-
var DICOMImportJobProperties$ = [3, n0, _DICOMIJP,
|
|
506
|
-
0,
|
|
507
|
-
[_jI, _jN, _jS, _dI, _dARA, _iSU, _oSU, _eA, _sA, _m],
|
|
508
|
-
[0, 0, 0, 0, 0, 0, 0, 4, 4, 0], 7
|
|
509
|
-
];
|
|
510
|
-
var DICOMImportJobSummary$ = [3, n0, _DICOMIJS,
|
|
511
|
-
0,
|
|
512
|
-
[_jI, _jN, _jS, _dI, _dARA, _eA, _sA, _m],
|
|
513
|
-
[0, 0, 0, 0, 0, 4, 4, 0], 4
|
|
514
|
-
];
|
|
515
|
-
var DICOMStudyDateAndTime$ = [3, n0, _DICOMSDAT,
|
|
516
|
-
0,
|
|
517
|
-
[_DICOMSD, _DICOMST],
|
|
518
|
-
[[() => DICOMStudyDate, 0], [() => DICOMStudyTime, 0]], 1
|
|
519
|
-
];
|
|
520
|
-
var DICOMTags$ = [3, n0, _DICOMT,
|
|
521
|
-
0,
|
|
522
|
-
[_DICOMPI, _DICOMPN, _DICOMPBD, _DICOMPS, _DICOMSIUIDt, _DICOMSI, _DICOMSDt, _DICOMNOSRS, _DICOMNOSRI, _DICOMAN, _DICOMSIUID, _DICOMSM, _DICOMSBP, _DICOMSN, _DICOMSD, _DICOMST],
|
|
523
|
-
[[() => DICOMPatientId, 0], [() => DICOMPatientName, 0], [() => DICOMPatientBirthDate, 0], [() => DICOMPatientSex, 0], [() => DICOMStudyInstanceUID, 0], [() => DICOMStudyId, 0], [() => DICOMStudyDescription, 0], 1, 1, [() => DICOMAccessionNumber, 0], [() => DICOMSeriesInstanceUID, 0], [() => DICOMSeriesModality, 0], [() => DICOMSeriesBodyPart, 0], [() => DICOMSeriesNumber, 0], [() => DICOMStudyDate, 0], [() => DICOMStudyTime, 0]]
|
|
524
|
-
];
|
|
525
|
-
var DICOMUpdates$ = [3, n0, _DICOMU,
|
|
526
|
-
0,
|
|
527
|
-
[_rA, _uAp],
|
|
528
|
-
[[() => DICOMAttribute, 0], [() => DICOMAttribute, 0]]
|
|
529
|
-
];
|
|
530
|
-
var GetDatastoreRequest$ = [3, n0, _GDR,
|
|
531
|
-
0,
|
|
532
|
-
[_dI],
|
|
533
|
-
[[0, 1]], 1
|
|
534
|
-
];
|
|
535
|
-
var GetDatastoreResponse$ = [3, n0, _GDRe,
|
|
536
|
-
0,
|
|
537
|
-
[_dP],
|
|
538
|
-
[() => DatastoreProperties$], 1
|
|
539
|
-
];
|
|
540
|
-
var GetDICOMImportJobRequest$ = [3, n0, _GDICOMIJR,
|
|
541
|
-
0,
|
|
542
|
-
[_dI, _jI],
|
|
543
|
-
[[0, 1], [0, 1]], 2
|
|
544
|
-
];
|
|
545
|
-
var GetDICOMImportJobResponse$ = [3, n0, _GDICOMIJRe,
|
|
546
|
-
0,
|
|
547
|
-
[_jP],
|
|
548
|
-
[() => DICOMImportJobProperties$], 1
|
|
549
|
-
];
|
|
550
|
-
var GetImageFrameRequest$ = [3, n0, _GIFR,
|
|
551
|
-
0,
|
|
552
|
-
[_dI, _iSI, _iFI],
|
|
553
|
-
[[0, 1], [0, 1], [() => ImageFrameInformation$, 16]], 3
|
|
554
|
-
];
|
|
555
|
-
var GetImageFrameResponse$ = [3, n0, _GIFRe,
|
|
556
|
-
0,
|
|
557
|
-
[_iFB, _cTo],
|
|
558
|
-
[[() => PayloadBlob, 16], [0, { [_hH]: _CT }]], 1
|
|
559
|
-
];
|
|
560
|
-
var GetImageSetMetadataRequest$ = [3, n0, _GISMR,
|
|
561
|
-
0,
|
|
562
|
-
[_dI, _iSI, _vI],
|
|
563
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _v }]], 2
|
|
564
|
-
];
|
|
565
|
-
var GetImageSetMetadataResponse$ = [3, n0, _GISMRe,
|
|
566
|
-
0,
|
|
567
|
-
[_iSMB, _cTo, _cE],
|
|
568
|
-
[[() => ImageSetMetadataBlob, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _CE_ }]], 1
|
|
569
|
-
];
|
|
570
|
-
var GetImageSetRequest$ = [3, n0, _GISR,
|
|
571
|
-
0,
|
|
572
|
-
[_dI, _iSI, _vI],
|
|
573
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _v }]], 2
|
|
574
|
-
];
|
|
575
|
-
var GetImageSetResponse$ = [3, n0, _GISRe,
|
|
576
|
-
0,
|
|
577
|
-
[_dI, _iSI, _vI, _iSS, _iSWS, _cA, _uA, _dAe, _m, _iSA, _o, _iP, _lAAa, _sT],
|
|
578
|
-
[0, 0, 0, 0, 0, 4, 4, 4, 0, 0, () => Overrides$, 2, 4, 0], 4
|
|
579
|
-
];
|
|
580
|
-
var ImageFrameInformation$ = [3, n0, _IFI,
|
|
581
|
-
0,
|
|
582
|
-
[_iFIm],
|
|
583
|
-
[0], 1
|
|
584
|
-
];
|
|
585
|
-
var ImageSetProperties$ = [3, n0, _ISP,
|
|
586
|
-
0,
|
|
587
|
-
[_iSI, _vI, _iSS, _ISWS, _cA, _uA, _dAe, _m, _o, _iP],
|
|
588
|
-
[0, 0, 0, 0, 4, 4, 4, 0, () => Overrides$, 2], 3
|
|
589
|
-
];
|
|
590
|
-
var ImageSetsMetadataSummary$ = [3, n0, _ISMS,
|
|
591
|
-
0,
|
|
592
|
-
[_iSI, _v, _cA, _uA, _lAAa, _sT, _DICOMT, _iP],
|
|
593
|
-
[0, 1, 4, 4, 4, 0, [() => DICOMTags$, 0], 2], 1
|
|
594
|
-
];
|
|
595
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
596
|
-
{ [_e]: _se, [_hE]: 500 },
|
|
597
|
-
[_m],
|
|
598
|
-
[0], 1
|
|
599
|
-
];
|
|
600
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
601
|
-
var ListDatastoresRequest$ = [3, n0, _LDR,
|
|
602
|
-
0,
|
|
603
|
-
[_dS, _nT, _mR],
|
|
604
|
-
[[0, { [_hQ]: _dS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
605
|
-
];
|
|
606
|
-
var ListDatastoresResponse$ = [3, n0, _LDRi,
|
|
607
|
-
0,
|
|
608
|
-
[_dSa, _nT],
|
|
609
|
-
[() => DatastoreSummaries, 0]
|
|
610
|
-
];
|
|
611
|
-
var ListDICOMImportJobsRequest$ = [3, n0, _LDICOMIJR,
|
|
612
|
-
0,
|
|
613
|
-
[_dI, _jS, _nT, _mR],
|
|
614
|
-
[[0, 1], [0, { [_hQ]: _jS }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
615
|
-
];
|
|
616
|
-
var ListDICOMImportJobsResponse$ = [3, n0, _LDICOMIJRi,
|
|
617
|
-
0,
|
|
618
|
-
[_jSo, _nT],
|
|
619
|
-
[() => DICOMImportJobSummaries, 0], 1
|
|
620
|
-
];
|
|
621
|
-
var ListImageSetVersionsRequest$ = [3, n0, _LISVR,
|
|
622
|
-
0,
|
|
623
|
-
[_dI, _iSI, _nT, _mR],
|
|
624
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 2
|
|
625
|
-
];
|
|
626
|
-
var ListImageSetVersionsResponse$ = [3, n0, _LISVRi,
|
|
627
|
-
0,
|
|
628
|
-
[_iSPL, _nT],
|
|
629
|
-
[() => ImageSetPropertiesList, 0], 1
|
|
630
|
-
];
|
|
631
|
-
var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
632
|
-
0,
|
|
633
|
-
[_rAe],
|
|
634
|
-
[[0, 1]], 1
|
|
635
|
-
];
|
|
636
|
-
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
637
|
-
0,
|
|
638
|
-
[_t],
|
|
639
|
-
[128 | 0], 1
|
|
640
|
-
];
|
|
641
|
-
var MetadataCopies$ = [3, n0, _MC,
|
|
642
|
-
0,
|
|
643
|
-
[_cAo],
|
|
644
|
-
[[() => CopiableAttributes, 0]], 1
|
|
645
|
-
];
|
|
646
|
-
var Overrides$ = [3, n0, _O,
|
|
647
|
-
0,
|
|
648
|
-
[_fo],
|
|
649
|
-
[2]
|
|
650
|
-
];
|
|
651
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
652
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
653
|
-
[_m],
|
|
654
|
-
[0], 1
|
|
655
|
-
];
|
|
656
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
657
|
-
var SearchCriteria$ = [3, n0, _SC,
|
|
658
|
-
8,
|
|
659
|
-
[_fi, _so],
|
|
660
|
-
[[() => SearchFilters, 0], () => Sort$]
|
|
661
|
-
];
|
|
662
|
-
var SearchFilter$ = [3, n0, _SF,
|
|
663
|
-
0,
|
|
664
|
-
[_va, _op],
|
|
665
|
-
[[() => SearchByAttributeValues, 0], 0], 2
|
|
666
|
-
];
|
|
667
|
-
var SearchImageSetsRequest$ = [3, n0, _SISR,
|
|
668
|
-
0,
|
|
669
|
-
[_dI, _sC, _mR, _nT],
|
|
670
|
-
[[0, 1], [() => SearchCriteria$, 16], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
671
|
-
];
|
|
672
|
-
var SearchImageSetsResponse$ = [3, n0, _SISRe,
|
|
673
|
-
0,
|
|
674
|
-
[_iSMS, _so, _nT],
|
|
675
|
-
[[() => ImageSetsMetadataSummaries, 0], () => Sort$, 0], 1
|
|
676
|
-
];
|
|
677
|
-
var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
678
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
679
|
-
[_m],
|
|
680
|
-
[0], 1
|
|
681
|
-
];
|
|
682
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
683
|
-
var Sort$ = [3, n0, _S,
|
|
684
|
-
0,
|
|
685
|
-
[_sO, _sF],
|
|
686
|
-
[0, 0], 2
|
|
687
|
-
];
|
|
688
|
-
var StartDICOMImportJobRequest$ = [3, n0, _SDICOMIJR,
|
|
689
|
-
0,
|
|
690
|
-
[_dARA, _dI, _iSU, _oSU, _jN, _cT, _iOAI],
|
|
691
|
-
[0, [0, 1], 0, 0, 0, [0, 4], 0], 4
|
|
692
|
-
];
|
|
693
|
-
var StartDICOMImportJobResponse$ = [3, n0, _SDICOMIJRt,
|
|
694
|
-
0,
|
|
695
|
-
[_dI, _jI, _jS, _sA],
|
|
696
|
-
[0, 0, 0, 4], 4
|
|
697
|
-
];
|
|
698
|
-
var TagResourceRequest$ = [3, n0, _TRR,
|
|
699
|
-
0,
|
|
700
|
-
[_rAe, _t],
|
|
701
|
-
[[0, 1], 128 | 0], 2
|
|
702
|
-
];
|
|
703
|
-
var TagResourceResponse$ = [3, n0, _TRRa,
|
|
704
|
-
0,
|
|
705
|
-
[],
|
|
706
|
-
[]
|
|
707
|
-
];
|
|
708
|
-
var ThrottlingException$ = [-3, n0, _TE,
|
|
709
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
710
|
-
[_m],
|
|
711
|
-
[0], 1
|
|
712
|
-
];
|
|
713
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
714
|
-
var UntagResourceRequest$ = [3, n0, _URR,
|
|
715
|
-
0,
|
|
716
|
-
[_rAe, _tK],
|
|
717
|
-
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
718
|
-
];
|
|
719
|
-
var UntagResourceResponse$ = [3, n0, _URRn,
|
|
720
|
-
0,
|
|
721
|
-
[],
|
|
722
|
-
[]
|
|
723
|
-
];
|
|
724
|
-
var UpdateImageSetMetadataRequest$ = [3, n0, _UISMR,
|
|
725
|
-
0,
|
|
726
|
-
[_dI, _iSI, _lVI, _uISMU, _f],
|
|
727
|
-
[[0, 1], [0, 1], [0, { [_hQ]: _lV }], [() => MetadataUpdates$, 16], [2, { [_hQ]: _f }]], 4
|
|
728
|
-
];
|
|
729
|
-
var UpdateImageSetMetadataResponse$ = [3, n0, _UISMRp,
|
|
730
|
-
0,
|
|
731
|
-
[_dI, _iSI, _lVI, _iSS, _iSWS, _cA, _uA, _m],
|
|
732
|
-
[0, 0, 0, 0, 0, 4, 4, 0], 4
|
|
733
|
-
];
|
|
734
|
-
var ValidationException$ = [-3, n0, _VE,
|
|
735
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
736
|
-
[_m],
|
|
737
|
-
[0], 1
|
|
738
|
-
];
|
|
739
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
740
|
-
var MedicalImagingServiceException$ = [-3, _sm, "MedicalImagingServiceException", 0, [], []];
|
|
741
|
-
schema.TypeRegistry.for(_sm).registerError(MedicalImagingServiceException$, MedicalImagingServiceException);
|
|
742
|
-
var DatastoreSummaries = [1, n0, _DSa,
|
|
743
|
-
0, () => DatastoreSummary$
|
|
744
|
-
];
|
|
745
|
-
var DICOMImportJobSummaries = [1, n0, _DICOMIJSm,
|
|
746
|
-
0, () => DICOMImportJobSummary$
|
|
747
|
-
];
|
|
748
|
-
var ImageSetPropertiesList = [1, n0, _ISPL,
|
|
749
|
-
0, () => ImageSetProperties$
|
|
750
|
-
];
|
|
751
|
-
var ImageSetsMetadataSummaries = [1, n0, _ISMSm,
|
|
752
|
-
0, [() => ImageSetsMetadataSummary$,
|
|
753
|
-
0]
|
|
754
|
-
];
|
|
755
|
-
var SearchByAttributeValues = [1, n0, _SBAV,
|
|
756
|
-
0, [() => SearchByAttributeValue$,
|
|
757
|
-
0]
|
|
758
|
-
];
|
|
759
|
-
var SearchFilters = [1, n0, _SFe,
|
|
760
|
-
0, [() => SearchFilter$,
|
|
761
|
-
0]
|
|
762
|
-
];
|
|
763
|
-
var MetadataUpdates$ = [4, n0, _MU,
|
|
764
|
-
0,
|
|
765
|
-
[_DICOMU, _rTVI],
|
|
766
|
-
[[() => DICOMUpdates$, 0], 0]
|
|
767
|
-
];
|
|
768
|
-
var SearchByAttributeValue$ = [4, n0, _SBAVe,
|
|
769
|
-
0,
|
|
770
|
-
[_DICOMPI, _DICOMAN, _DICOMSI, _DICOMSIUIDt, _DICOMSIUID, _cA, _uA, _DICOMSDAT, _iP],
|
|
771
|
-
[[() => DICOMPatientId, 0], [() => DICOMAccessionNumber, 0], [() => DICOMStudyId, 0], [() => DICOMStudyInstanceUID, 0], [() => DICOMSeriesInstanceUID, 0], 4, 4, [() => DICOMStudyDateAndTime$, 0], 2]
|
|
772
|
-
];
|
|
773
|
-
var CopyImageSet$ = [9, n0, _CIS,
|
|
774
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet", 200] }, () => CopyImageSetRequest$, () => CopyImageSetResponse$
|
|
775
|
-
];
|
|
776
|
-
var CreateDatastore$ = [9, n0, _CD,
|
|
777
|
-
{ [_h]: ["POST", "/datastore", 200] }, () => CreateDatastoreRequest$, () => CreateDatastoreResponse$
|
|
778
|
-
];
|
|
779
|
-
var DeleteDatastore$ = [9, n0, _DD,
|
|
780
|
-
{ [_h]: ["DELETE", "/datastore/{datastoreId}", 200] }, () => DeleteDatastoreRequest$, () => DeleteDatastoreResponse$
|
|
781
|
-
];
|
|
782
|
-
var DeleteImageSet$ = [9, n0, _DIS,
|
|
783
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet", 200] }, () => DeleteImageSetRequest$, () => DeleteImageSetResponse$
|
|
784
|
-
];
|
|
785
|
-
var GetDatastore$ = [9, n0, _GD,
|
|
786
|
-
{ [_h]: ["GET", "/datastore/{datastoreId}", 200] }, () => GetDatastoreRequest$, () => GetDatastoreResponse$
|
|
787
|
-
];
|
|
788
|
-
var GetDICOMImportJob$ = [9, n0, _GDICOMIJ,
|
|
789
|
-
{ [_h]: ["GET", "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}", 200] }, () => GetDICOMImportJobRequest$, () => GetDICOMImportJobResponse$
|
|
790
|
-
];
|
|
791
|
-
var GetImageFrame$ = [9, n0, _GIF,
|
|
792
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame", 200] }, () => GetImageFrameRequest$, () => GetImageFrameResponse$
|
|
793
|
-
];
|
|
794
|
-
var GetImageSet$ = [9, n0, _GIS,
|
|
795
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet", 200] }, () => GetImageSetRequest$, () => GetImageSetResponse$
|
|
796
|
-
];
|
|
797
|
-
var GetImageSetMetadata$ = [9, n0, _GISM,
|
|
798
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata", 200] }, () => GetImageSetMetadataRequest$, () => GetImageSetMetadataResponse$
|
|
799
|
-
];
|
|
800
|
-
var ListDatastores$ = [9, n0, _LD,
|
|
801
|
-
{ [_h]: ["GET", "/datastore", 200] }, () => ListDatastoresRequest$, () => ListDatastoresResponse$
|
|
802
|
-
];
|
|
803
|
-
var ListDICOMImportJobs$ = [9, n0, _LDICOMIJ,
|
|
804
|
-
{ [_h]: ["GET", "/listDICOMImportJobs/datastore/{datastoreId}", 200] }, () => ListDICOMImportJobsRequest$, () => ListDICOMImportJobsResponse$
|
|
805
|
-
];
|
|
806
|
-
var ListImageSetVersions$ = [9, n0, _LISV,
|
|
807
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions", 200] }, () => ListImageSetVersionsRequest$, () => ListImageSetVersionsResponse$
|
|
808
|
-
];
|
|
809
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
810
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
811
|
-
];
|
|
812
|
-
var SearchImageSets$ = [9, n0, _SIS,
|
|
813
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/searchImageSets", 200] }, () => SearchImageSetsRequest$, () => SearchImageSetsResponse$
|
|
814
|
-
];
|
|
815
|
-
var StartDICOMImportJob$ = [9, n0, _SDICOMIJ,
|
|
816
|
-
{ [_h]: ["POST", "/startDICOMImportJob/datastore/{datastoreId}", 200] }, () => StartDICOMImportJobRequest$, () => StartDICOMImportJobResponse$
|
|
817
|
-
];
|
|
818
|
-
var TagResource$ = [9, n0, _TR,
|
|
819
|
-
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
820
|
-
];
|
|
821
|
-
var UntagResource$ = [9, n0, _UR,
|
|
822
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
823
|
-
];
|
|
824
|
-
var UpdateImageSetMetadata$ = [9, n0, _UISM,
|
|
825
|
-
{ [_en]: ["runtime-"], [_h]: ["POST", "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata", 200] }, () => UpdateImageSetMetadataRequest$, () => UpdateImageSetMetadataResponse$
|
|
826
|
-
];
|
|
827
|
-
|
|
828
116
|
class CopyImageSetCommand extends smithyClient.Command
|
|
829
117
|
.classBuilder()
|
|
830
118
|
.ep(commonParams)
|
|
@@ -833,7 +121,7 @@ class CopyImageSetCommand extends smithyClient.Command
|
|
|
833
121
|
})
|
|
834
122
|
.s("AHIGatewayService", "CopyImageSet", {})
|
|
835
123
|
.n("MedicalImagingClient", "CopyImageSetCommand")
|
|
836
|
-
.sc(CopyImageSet$)
|
|
124
|
+
.sc(schemas_0.CopyImageSet$)
|
|
837
125
|
.build() {
|
|
838
126
|
}
|
|
839
127
|
|
|
@@ -845,7 +133,7 @@ class CreateDatastoreCommand extends smithyClient.Command
|
|
|
845
133
|
})
|
|
846
134
|
.s("AHIGatewayService", "CreateDatastore", {})
|
|
847
135
|
.n("MedicalImagingClient", "CreateDatastoreCommand")
|
|
848
|
-
.sc(CreateDatastore$)
|
|
136
|
+
.sc(schemas_0.CreateDatastore$)
|
|
849
137
|
.build() {
|
|
850
138
|
}
|
|
851
139
|
|
|
@@ -857,7 +145,7 @@ class DeleteDatastoreCommand extends smithyClient.Command
|
|
|
857
145
|
})
|
|
858
146
|
.s("AHIGatewayService", "DeleteDatastore", {})
|
|
859
147
|
.n("MedicalImagingClient", "DeleteDatastoreCommand")
|
|
860
|
-
.sc(DeleteDatastore$)
|
|
148
|
+
.sc(schemas_0.DeleteDatastore$)
|
|
861
149
|
.build() {
|
|
862
150
|
}
|
|
863
151
|
|
|
@@ -869,7 +157,7 @@ class DeleteImageSetCommand extends smithyClient.Command
|
|
|
869
157
|
})
|
|
870
158
|
.s("AHIGatewayService", "DeleteImageSet", {})
|
|
871
159
|
.n("MedicalImagingClient", "DeleteImageSetCommand")
|
|
872
|
-
.sc(DeleteImageSet$)
|
|
160
|
+
.sc(schemas_0.DeleteImageSet$)
|
|
873
161
|
.build() {
|
|
874
162
|
}
|
|
875
163
|
|
|
@@ -881,7 +169,7 @@ class GetDatastoreCommand extends smithyClient.Command
|
|
|
881
169
|
})
|
|
882
170
|
.s("AHIGatewayService", "GetDatastore", {})
|
|
883
171
|
.n("MedicalImagingClient", "GetDatastoreCommand")
|
|
884
|
-
.sc(GetDatastore$)
|
|
172
|
+
.sc(schemas_0.GetDatastore$)
|
|
885
173
|
.build() {
|
|
886
174
|
}
|
|
887
175
|
|
|
@@ -893,7 +181,7 @@ class GetDICOMImportJobCommand extends smithyClient.Command
|
|
|
893
181
|
})
|
|
894
182
|
.s("AHIGatewayService", "GetDICOMImportJob", {})
|
|
895
183
|
.n("MedicalImagingClient", "GetDICOMImportJobCommand")
|
|
896
|
-
.sc(GetDICOMImportJob$)
|
|
184
|
+
.sc(schemas_0.GetDICOMImportJob$)
|
|
897
185
|
.build() {
|
|
898
186
|
}
|
|
899
187
|
|
|
@@ -905,7 +193,7 @@ class GetImageFrameCommand extends smithyClient.Command
|
|
|
905
193
|
})
|
|
906
194
|
.s("AHIGatewayService", "GetImageFrame", {})
|
|
907
195
|
.n("MedicalImagingClient", "GetImageFrameCommand")
|
|
908
|
-
.sc(GetImageFrame$)
|
|
196
|
+
.sc(schemas_0.GetImageFrame$)
|
|
909
197
|
.build() {
|
|
910
198
|
}
|
|
911
199
|
|
|
@@ -917,7 +205,7 @@ class GetImageSetCommand extends smithyClient.Command
|
|
|
917
205
|
})
|
|
918
206
|
.s("AHIGatewayService", "GetImageSet", {})
|
|
919
207
|
.n("MedicalImagingClient", "GetImageSetCommand")
|
|
920
|
-
.sc(GetImageSet$)
|
|
208
|
+
.sc(schemas_0.GetImageSet$)
|
|
921
209
|
.build() {
|
|
922
210
|
}
|
|
923
211
|
|
|
@@ -929,7 +217,7 @@ class GetImageSetMetadataCommand extends smithyClient.Command
|
|
|
929
217
|
})
|
|
930
218
|
.s("AHIGatewayService", "GetImageSetMetadata", {})
|
|
931
219
|
.n("MedicalImagingClient", "GetImageSetMetadataCommand")
|
|
932
|
-
.sc(GetImageSetMetadata$)
|
|
220
|
+
.sc(schemas_0.GetImageSetMetadata$)
|
|
933
221
|
.build() {
|
|
934
222
|
}
|
|
935
223
|
|
|
@@ -941,7 +229,7 @@ class ListDatastoresCommand extends smithyClient.Command
|
|
|
941
229
|
})
|
|
942
230
|
.s("AHIGatewayService", "ListDatastores", {})
|
|
943
231
|
.n("MedicalImagingClient", "ListDatastoresCommand")
|
|
944
|
-
.sc(ListDatastores$)
|
|
232
|
+
.sc(schemas_0.ListDatastores$)
|
|
945
233
|
.build() {
|
|
946
234
|
}
|
|
947
235
|
|
|
@@ -953,7 +241,7 @@ class ListDICOMImportJobsCommand extends smithyClient.Command
|
|
|
953
241
|
})
|
|
954
242
|
.s("AHIGatewayService", "ListDICOMImportJobs", {})
|
|
955
243
|
.n("MedicalImagingClient", "ListDICOMImportJobsCommand")
|
|
956
|
-
.sc(ListDICOMImportJobs$)
|
|
244
|
+
.sc(schemas_0.ListDICOMImportJobs$)
|
|
957
245
|
.build() {
|
|
958
246
|
}
|
|
959
247
|
|
|
@@ -965,7 +253,7 @@ class ListImageSetVersionsCommand extends smithyClient.Command
|
|
|
965
253
|
})
|
|
966
254
|
.s("AHIGatewayService", "ListImageSetVersions", {})
|
|
967
255
|
.n("MedicalImagingClient", "ListImageSetVersionsCommand")
|
|
968
|
-
.sc(ListImageSetVersions$)
|
|
256
|
+
.sc(schemas_0.ListImageSetVersions$)
|
|
969
257
|
.build() {
|
|
970
258
|
}
|
|
971
259
|
|
|
@@ -977,7 +265,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
977
265
|
})
|
|
978
266
|
.s("AHIGatewayService", "ListTagsForResource", {})
|
|
979
267
|
.n("MedicalImagingClient", "ListTagsForResourceCommand")
|
|
980
|
-
.sc(ListTagsForResource$)
|
|
268
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
981
269
|
.build() {
|
|
982
270
|
}
|
|
983
271
|
|
|
@@ -989,7 +277,7 @@ class SearchImageSetsCommand extends smithyClient.Command
|
|
|
989
277
|
})
|
|
990
278
|
.s("AHIGatewayService", "SearchImageSets", {})
|
|
991
279
|
.n("MedicalImagingClient", "SearchImageSetsCommand")
|
|
992
|
-
.sc(SearchImageSets$)
|
|
280
|
+
.sc(schemas_0.SearchImageSets$)
|
|
993
281
|
.build() {
|
|
994
282
|
}
|
|
995
283
|
|
|
@@ -1001,7 +289,7 @@ class StartDICOMImportJobCommand extends smithyClient.Command
|
|
|
1001
289
|
})
|
|
1002
290
|
.s("AHIGatewayService", "StartDICOMImportJob", {})
|
|
1003
291
|
.n("MedicalImagingClient", "StartDICOMImportJobCommand")
|
|
1004
|
-
.sc(StartDICOMImportJob$)
|
|
292
|
+
.sc(schemas_0.StartDICOMImportJob$)
|
|
1005
293
|
.build() {
|
|
1006
294
|
}
|
|
1007
295
|
|
|
@@ -1013,7 +301,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1013
301
|
})
|
|
1014
302
|
.s("AHIGatewayService", "TagResource", {})
|
|
1015
303
|
.n("MedicalImagingClient", "TagResourceCommand")
|
|
1016
|
-
.sc(TagResource$)
|
|
304
|
+
.sc(schemas_0.TagResource$)
|
|
1017
305
|
.build() {
|
|
1018
306
|
}
|
|
1019
307
|
|
|
@@ -1025,7 +313,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1025
313
|
})
|
|
1026
314
|
.s("AHIGatewayService", "UntagResource", {})
|
|
1027
315
|
.n("MedicalImagingClient", "UntagResourceCommand")
|
|
1028
|
-
.sc(UntagResource$)
|
|
316
|
+
.sc(schemas_0.UntagResource$)
|
|
1029
317
|
.build() {
|
|
1030
318
|
}
|
|
1031
319
|
|
|
@@ -1037,7 +325,7 @@ class UpdateImageSetMetadataCommand extends smithyClient.Command
|
|
|
1037
325
|
})
|
|
1038
326
|
.s("AHIGatewayService", "UpdateImageSetMetadata", {})
|
|
1039
327
|
.n("MedicalImagingClient", "UpdateImageSetMetadataCommand")
|
|
1040
|
-
.sc(UpdateImageSetMetadata$)
|
|
328
|
+
.sc(schemas_0.UpdateImageSetMetadata$)
|
|
1041
329
|
.build() {
|
|
1042
330
|
}
|
|
1043
331
|
|
|
@@ -1142,128 +430,52 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1142
430
|
enumerable: true,
|
|
1143
431
|
get: function () { return smithyClient.Client; }
|
|
1144
432
|
});
|
|
1145
|
-
exports
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
exports.CopyDestinationImageSet$ = CopyDestinationImageSet$;
|
|
1150
|
-
exports.CopyDestinationImageSetProperties$ = CopyDestinationImageSetProperties$;
|
|
1151
|
-
exports.CopyImageSet$ = CopyImageSet$;
|
|
433
|
+
Object.defineProperty(exports, "MedicalImagingServiceException", {
|
|
434
|
+
enumerable: true,
|
|
435
|
+
get: function () { return MedicalImagingServiceException.MedicalImagingServiceException; }
|
|
436
|
+
});
|
|
1152
437
|
exports.CopyImageSetCommand = CopyImageSetCommand;
|
|
1153
|
-
exports.CopyImageSetInformation$ = CopyImageSetInformation$;
|
|
1154
|
-
exports.CopyImageSetRequest$ = CopyImageSetRequest$;
|
|
1155
|
-
exports.CopyImageSetResponse$ = CopyImageSetResponse$;
|
|
1156
|
-
exports.CopySourceImageSetInformation$ = CopySourceImageSetInformation$;
|
|
1157
|
-
exports.CopySourceImageSetProperties$ = CopySourceImageSetProperties$;
|
|
1158
|
-
exports.CreateDatastore$ = CreateDatastore$;
|
|
1159
438
|
exports.CreateDatastoreCommand = CreateDatastoreCommand;
|
|
1160
|
-
exports.CreateDatastoreRequest$ = CreateDatastoreRequest$;
|
|
1161
|
-
exports.CreateDatastoreResponse$ = CreateDatastoreResponse$;
|
|
1162
|
-
exports.DICOMImportJobProperties$ = DICOMImportJobProperties$;
|
|
1163
|
-
exports.DICOMImportJobSummary$ = DICOMImportJobSummary$;
|
|
1164
|
-
exports.DICOMStudyDateAndTime$ = DICOMStudyDateAndTime$;
|
|
1165
|
-
exports.DICOMTags$ = DICOMTags$;
|
|
1166
|
-
exports.DICOMUpdates$ = DICOMUpdates$;
|
|
1167
|
-
exports.DatastoreProperties$ = DatastoreProperties$;
|
|
1168
439
|
exports.DatastoreStatus = DatastoreStatus;
|
|
1169
|
-
exports.DatastoreSummary$ = DatastoreSummary$;
|
|
1170
|
-
exports.DeleteDatastore$ = DeleteDatastore$;
|
|
1171
440
|
exports.DeleteDatastoreCommand = DeleteDatastoreCommand;
|
|
1172
|
-
exports.DeleteDatastoreRequest$ = DeleteDatastoreRequest$;
|
|
1173
|
-
exports.DeleteDatastoreResponse$ = DeleteDatastoreResponse$;
|
|
1174
|
-
exports.DeleteImageSet$ = DeleteImageSet$;
|
|
1175
441
|
exports.DeleteImageSetCommand = DeleteImageSetCommand;
|
|
1176
|
-
exports.DeleteImageSetRequest$ = DeleteImageSetRequest$;
|
|
1177
|
-
exports.DeleteImageSetResponse$ = DeleteImageSetResponse$;
|
|
1178
|
-
exports.GetDICOMImportJob$ = GetDICOMImportJob$;
|
|
1179
442
|
exports.GetDICOMImportJobCommand = GetDICOMImportJobCommand;
|
|
1180
|
-
exports.GetDICOMImportJobRequest$ = GetDICOMImportJobRequest$;
|
|
1181
|
-
exports.GetDICOMImportJobResponse$ = GetDICOMImportJobResponse$;
|
|
1182
|
-
exports.GetDatastore$ = GetDatastore$;
|
|
1183
443
|
exports.GetDatastoreCommand = GetDatastoreCommand;
|
|
1184
|
-
exports.GetDatastoreRequest$ = GetDatastoreRequest$;
|
|
1185
|
-
exports.GetDatastoreResponse$ = GetDatastoreResponse$;
|
|
1186
|
-
exports.GetImageFrame$ = GetImageFrame$;
|
|
1187
444
|
exports.GetImageFrameCommand = GetImageFrameCommand;
|
|
1188
|
-
exports.GetImageFrameRequest$ = GetImageFrameRequest$;
|
|
1189
|
-
exports.GetImageFrameResponse$ = GetImageFrameResponse$;
|
|
1190
|
-
exports.GetImageSet$ = GetImageSet$;
|
|
1191
445
|
exports.GetImageSetCommand = GetImageSetCommand;
|
|
1192
|
-
exports.GetImageSetMetadata$ = GetImageSetMetadata$;
|
|
1193
446
|
exports.GetImageSetMetadataCommand = GetImageSetMetadataCommand;
|
|
1194
|
-
exports.GetImageSetMetadataRequest$ = GetImageSetMetadataRequest$;
|
|
1195
|
-
exports.GetImageSetMetadataResponse$ = GetImageSetMetadataResponse$;
|
|
1196
|
-
exports.GetImageSetRequest$ = GetImageSetRequest$;
|
|
1197
|
-
exports.GetImageSetResponse$ = GetImageSetResponse$;
|
|
1198
|
-
exports.ImageFrameInformation$ = ImageFrameInformation$;
|
|
1199
|
-
exports.ImageSetProperties$ = ImageSetProperties$;
|
|
1200
447
|
exports.ImageSetState = ImageSetState;
|
|
1201
448
|
exports.ImageSetWorkflowStatus = ImageSetWorkflowStatus;
|
|
1202
|
-
exports.ImageSetsMetadataSummary$ = ImageSetsMetadataSummary$;
|
|
1203
|
-
exports.InternalServerException = InternalServerException;
|
|
1204
|
-
exports.InternalServerException$ = InternalServerException$;
|
|
1205
449
|
exports.JobStatus = JobStatus;
|
|
1206
|
-
exports.ListDICOMImportJobs$ = ListDICOMImportJobs$;
|
|
1207
450
|
exports.ListDICOMImportJobsCommand = ListDICOMImportJobsCommand;
|
|
1208
|
-
exports.ListDICOMImportJobsRequest$ = ListDICOMImportJobsRequest$;
|
|
1209
|
-
exports.ListDICOMImportJobsResponse$ = ListDICOMImportJobsResponse$;
|
|
1210
|
-
exports.ListDatastores$ = ListDatastores$;
|
|
1211
451
|
exports.ListDatastoresCommand = ListDatastoresCommand;
|
|
1212
|
-
exports.ListDatastoresRequest$ = ListDatastoresRequest$;
|
|
1213
|
-
exports.ListDatastoresResponse$ = ListDatastoresResponse$;
|
|
1214
|
-
exports.ListImageSetVersions$ = ListImageSetVersions$;
|
|
1215
452
|
exports.ListImageSetVersionsCommand = ListImageSetVersionsCommand;
|
|
1216
|
-
exports.ListImageSetVersionsRequest$ = ListImageSetVersionsRequest$;
|
|
1217
|
-
exports.ListImageSetVersionsResponse$ = ListImageSetVersionsResponse$;
|
|
1218
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1219
453
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1220
|
-
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1221
|
-
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1222
454
|
exports.LosslessStorageFormat = LosslessStorageFormat;
|
|
1223
455
|
exports.MedicalImaging = MedicalImaging;
|
|
1224
456
|
exports.MedicalImagingClient = MedicalImagingClient;
|
|
1225
|
-
exports.MedicalImagingServiceException = MedicalImagingServiceException;
|
|
1226
|
-
exports.MedicalImagingServiceException$ = MedicalImagingServiceException$;
|
|
1227
|
-
exports.MetadataCopies$ = MetadataCopies$;
|
|
1228
|
-
exports.MetadataUpdates$ = MetadataUpdates$;
|
|
1229
457
|
exports.Operator = Operator;
|
|
1230
|
-
exports.Overrides$ = Overrides$;
|
|
1231
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1232
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1233
|
-
exports.SearchByAttributeValue$ = SearchByAttributeValue$;
|
|
1234
|
-
exports.SearchCriteria$ = SearchCriteria$;
|
|
1235
|
-
exports.SearchFilter$ = SearchFilter$;
|
|
1236
|
-
exports.SearchImageSets$ = SearchImageSets$;
|
|
1237
458
|
exports.SearchImageSetsCommand = SearchImageSetsCommand;
|
|
1238
|
-
exports.SearchImageSetsRequest$ = SearchImageSetsRequest$;
|
|
1239
|
-
exports.SearchImageSetsResponse$ = SearchImageSetsResponse$;
|
|
1240
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1241
|
-
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1242
|
-
exports.Sort$ = Sort$;
|
|
1243
459
|
exports.SortField = SortField;
|
|
1244
460
|
exports.SortOrder = SortOrder;
|
|
1245
|
-
exports.StartDICOMImportJob$ = StartDICOMImportJob$;
|
|
1246
461
|
exports.StartDICOMImportJobCommand = StartDICOMImportJobCommand;
|
|
1247
|
-
exports.StartDICOMImportJobRequest$ = StartDICOMImportJobRequest$;
|
|
1248
|
-
exports.StartDICOMImportJobResponse$ = StartDICOMImportJobResponse$;
|
|
1249
462
|
exports.StorageTier = StorageTier;
|
|
1250
|
-
exports.TagResource$ = TagResource$;
|
|
1251
463
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1252
|
-
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1253
|
-
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1254
|
-
exports.ThrottlingException = ThrottlingException;
|
|
1255
|
-
exports.ThrottlingException$ = ThrottlingException$;
|
|
1256
|
-
exports.UntagResource$ = UntagResource$;
|
|
1257
464
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1258
|
-
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1259
|
-
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1260
|
-
exports.UpdateImageSetMetadata$ = UpdateImageSetMetadata$;
|
|
1261
465
|
exports.UpdateImageSetMetadataCommand = UpdateImageSetMetadataCommand;
|
|
1262
|
-
exports.UpdateImageSetMetadataRequest$ = UpdateImageSetMetadataRequest$;
|
|
1263
|
-
exports.UpdateImageSetMetadataResponse$ = UpdateImageSetMetadataResponse$;
|
|
1264
|
-
exports.ValidationException = ValidationException;
|
|
1265
|
-
exports.ValidationException$ = ValidationException$;
|
|
1266
466
|
exports.paginateListDICOMImportJobs = paginateListDICOMImportJobs;
|
|
1267
467
|
exports.paginateListDatastores = paginateListDatastores;
|
|
1268
468
|
exports.paginateListImageSetVersions = paginateListImageSetVersions;
|
|
1269
469
|
exports.paginateSearchImageSets = paginateSearchImageSets;
|
|
470
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
471
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
472
|
+
enumerable: true,
|
|
473
|
+
get: function () { return schemas_0[k]; }
|
|
474
|
+
});
|
|
475
|
+
});
|
|
476
|
+
Object.keys(errors).forEach(function (k) {
|
|
477
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
478
|
+
enumerable: true,
|
|
479
|
+
get: function () { return errors[k]; }
|
|
480
|
+
});
|
|
481
|
+
});
|