@aws-sdk/client-medical-imaging 3.496.0 → 3.499.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist-cjs/index.js +33 -32
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2321,58 +2321,59 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2321
2321
  // Annotate the CommonJS export names for ESM import in node:
2322
2322
 
2323
2323
  0 && (module.exports = {
2324
- AccessDeniedException,
2325
- ConflictException,
2324
+ MedicalImagingServiceException,
2325
+ __Client,
2326
+ MedicalImagingClient,
2327
+ MedicalImaging,
2328
+ $Command,
2326
2329
  CopyImageSetCommand,
2327
2330
  CreateDatastoreCommand,
2328
- DICOMStudyDateAndTimeFilterSensitiveLog,
2329
- DICOMTagsFilterSensitiveLog,
2330
- DICOMUpdatesFilterSensitiveLog,
2331
- DatastoreStatus,
2332
2331
  DeleteDatastoreCommand,
2333
2332
  DeleteImageSetCommand,
2334
2333
  GetDICOMImportJobCommand,
2335
2334
  GetDatastoreCommand,
2336
2335
  GetImageFrameCommand,
2337
- GetImageFrameResponseFilterSensitiveLog,
2338
2336
  GetImageSetCommand,
2339
2337
  GetImageSetMetadataCommand,
2340
- GetImageSetMetadataResponseFilterSensitiveLog,
2341
- ImageSetState,
2342
- ImageSetWorkflowStatus,
2343
- ImageSetsMetadataSummaryFilterSensitiveLog,
2344
- InternalServerException,
2345
- JobStatus,
2346
2338
  ListDICOMImportJobsCommand,
2347
2339
  ListDatastoresCommand,
2348
2340
  ListImageSetVersionsCommand,
2349
2341
  ListTagsForResourceCommand,
2350
- MedicalImaging,
2351
- MedicalImagingClient,
2352
- MedicalImagingServiceException,
2353
- MetadataUpdates,
2354
- MetadataUpdatesFilterSensitiveLog,
2355
- Operator,
2356
- ResourceNotFoundException,
2357
- SearchByAttributeValue,
2358
- SearchByAttributeValueFilterSensitiveLog,
2359
- SearchCriteriaFilterSensitiveLog,
2360
- SearchFilterFilterSensitiveLog,
2361
2342
  SearchImageSetsCommand,
2362
- SearchImageSetsRequestFilterSensitiveLog,
2363
- SearchImageSetsResponseFilterSensitiveLog,
2364
- ServiceQuotaExceededException,
2365
2343
  StartDICOMImportJobCommand,
2366
2344
  TagResourceCommand,
2367
- ThrottlingException,
2368
2345
  UntagResourceCommand,
2369
2346
  UpdateImageSetMetadataCommand,
2370
- UpdateImageSetMetadataRequestFilterSensitiveLog,
2371
- ValidationException,
2372
- __Client,
2373
2347
  paginateListDICOMImportJobs,
2374
2348
  paginateListDatastores,
2375
2349
  paginateListImageSetVersions,
2376
- paginateSearchImageSets
2350
+ paginateSearchImageSets,
2351
+ AccessDeniedException,
2352
+ ConflictException,
2353
+ ImageSetState,
2354
+ ImageSetWorkflowStatus,
2355
+ InternalServerException,
2356
+ ResourceNotFoundException,
2357
+ ServiceQuotaExceededException,
2358
+ ThrottlingException,
2359
+ ValidationException,
2360
+ DatastoreStatus,
2361
+ JobStatus,
2362
+ Operator,
2363
+ SearchByAttributeValue,
2364
+ MetadataUpdates,
2365
+ GetImageFrameResponseFilterSensitiveLog,
2366
+ GetImageSetMetadataResponseFilterSensitiveLog,
2367
+ DICOMStudyDateAndTimeFilterSensitiveLog,
2368
+ SearchByAttributeValueFilterSensitiveLog,
2369
+ SearchFilterFilterSensitiveLog,
2370
+ SearchCriteriaFilterSensitiveLog,
2371
+ SearchImageSetsRequestFilterSensitiveLog,
2372
+ DICOMTagsFilterSensitiveLog,
2373
+ ImageSetsMetadataSummaryFilterSensitiveLog,
2374
+ SearchImageSetsResponseFilterSensitiveLog,
2375
+ DICOMUpdatesFilterSensitiveLog,
2376
+ MetadataUpdatesFilterSensitiveLog,
2377
+ UpdateImageSetMetadataRequestFilterSensitiveLog
2377
2378
  });
2378
2379
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-medical-imaging",
3
3
  "description": "AWS SDK for JavaScript Medical Imaging Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.499.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-medical-imaging",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",