@aws-sdk/client-medical-imaging 3.428.0 → 3.430.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.
@@ -140,12 +140,12 @@ export interface CopyDestinationImageSetProperties {
140
140
  * @public
141
141
  * <p>The image set state of the destination image set properties.</p>
142
142
  */
143
- imageSetState?: ImageSetState | string;
143
+ imageSetState?: ImageSetState;
144
144
  /**
145
145
  * @public
146
146
  * <p>The image set workflow status of the destination image set properties.</p>
147
147
  */
148
- imageSetWorkflowStatus?: ImageSetWorkflowStatus | string;
148
+ imageSetWorkflowStatus?: ImageSetWorkflowStatus;
149
149
  /**
150
150
  * @public
151
151
  * <p>The timestamp when the destination image set properties were created.</p>
@@ -181,12 +181,12 @@ export interface CopySourceImageSetProperties {
181
181
  * @public
182
182
  * <p>The image set state of the copied source image set.</p>
183
183
  */
184
- imageSetState?: ImageSetState | string;
184
+ imageSetState?: ImageSetState;
185
185
  /**
186
186
  * @public
187
187
  * <p>The workflow status of the copied source image set.</p>
188
188
  */
189
- imageSetWorkflowStatus?: ImageSetWorkflowStatus | string;
189
+ imageSetWorkflowStatus?: ImageSetWorkflowStatus;
190
190
  /**
191
191
  * @public
192
192
  * <p>The timestamp when the source image set properties were created.</p>
@@ -336,7 +336,7 @@ export interface CreateDatastoreResponse {
336
336
  * @public
337
337
  * <p>The data store status.</p>
338
338
  */
339
- datastoreStatus: DatastoreStatus | string | undefined;
339
+ datastoreStatus: DatastoreStatus | undefined;
340
340
  }
341
341
  /**
342
342
  * @public
@@ -361,7 +361,7 @@ export interface DeleteDatastoreResponse {
361
361
  * @public
362
362
  * <p>The data store status.</p>
363
363
  */
364
- datastoreStatus: DatastoreStatus | string | undefined;
364
+ datastoreStatus: DatastoreStatus | undefined;
365
365
  }
366
366
  /**
367
367
  * @public
@@ -392,7 +392,7 @@ export interface DatastoreProperties {
392
392
  * @public
393
393
  * <p>The data store status.</p>
394
394
  */
395
- datastoreStatus: DatastoreStatus | string | undefined;
395
+ datastoreStatus: DatastoreStatus | undefined;
396
396
  /**
397
397
  * @public
398
398
  * <p>The Amazon Resource Name (ARN) assigned to the AWS Key Management Service (AWS KMS) key for accessing encrypted data.</p>
@@ -432,7 +432,7 @@ export interface ListDatastoresRequest {
432
432
  * @public
433
433
  * <p>The data store status.</p>
434
434
  */
435
- datastoreStatus?: DatastoreStatus | string;
435
+ datastoreStatus?: DatastoreStatus;
436
436
  /**
437
437
  * @public
438
438
  * <p>The pagination token used to request the list of data stores on the next page.</p>
@@ -463,7 +463,7 @@ export interface DatastoreSummary {
463
463
  * @public
464
464
  * <p>The data store status.</p>
465
465
  */
466
- datastoreStatus: DatastoreStatus | string | undefined;
466
+ datastoreStatus: DatastoreStatus | undefined;
467
467
  /**
468
468
  * @public
469
469
  * <p>The Amazon Resource Name (ARN) for the data store.</p>
@@ -528,12 +528,12 @@ export interface DeleteImageSetResponse {
528
528
  * @public
529
529
  * <p>The image set state.</p>
530
530
  */
531
- imageSetState: ImageSetState | string | undefined;
531
+ imageSetState: ImageSetState | undefined;
532
532
  /**
533
533
  * @public
534
534
  * <p>The image set workflow status.</p>
535
535
  */
536
- imageSetWorkflowStatus: ImageSetWorkflowStatus | string | undefined;
536
+ imageSetWorkflowStatus: ImageSetWorkflowStatus | undefined;
537
537
  }
538
538
  /**
539
539
  * @public
@@ -583,7 +583,7 @@ export interface DICOMImportJobProperties {
583
583
  * @public
584
584
  * <p>The filters for listing import jobs based on status.</p>
585
585
  */
586
- jobStatus: JobStatus | string | undefined;
586
+ jobStatus: JobStatus | undefined;
587
587
  /**
588
588
  * @public
589
589
  * <p>The data store identifier.</p>
@@ -720,12 +720,12 @@ export interface GetImageSetResponse {
720
720
  * @public
721
721
  * <p>The image set state.</p>
722
722
  */
723
- imageSetState: ImageSetState | string | undefined;
723
+ imageSetState: ImageSetState | undefined;
724
724
  /**
725
725
  * @public
726
726
  * <p>The image set workflow status.</p>
727
727
  */
728
- imageSetWorkflowStatus?: ImageSetWorkflowStatus | string;
728
+ imageSetWorkflowStatus?: ImageSetWorkflowStatus;
729
729
  /**
730
730
  * @public
731
731
  * <p>The timestamp when image set properties were created.</p>
@@ -805,7 +805,7 @@ export interface ListDICOMImportJobsRequest {
805
805
  * @public
806
806
  * <p>The filters for listing import jobs based on status.</p>
807
807
  */
808
- jobStatus?: JobStatus | string;
808
+ jobStatus?: JobStatus;
809
809
  /**
810
810
  * @public
811
811
  * <p>The pagination token used to request the list of import jobs on the next page.</p>
@@ -836,7 +836,7 @@ export interface DICOMImportJobSummary {
836
836
  * @public
837
837
  * <p>The filters for listing import jobs based on status.</p>
838
838
  */
839
- jobStatus: JobStatus | string | undefined;
839
+ jobStatus: JobStatus | undefined;
840
840
  /**
841
841
  * @public
842
842
  * <p>The data store identifier.</p>
@@ -922,12 +922,12 @@ export interface ImageSetProperties {
922
922
  * @public
923
923
  * <p>The image set state.</p>
924
924
  */
925
- imageSetState: ImageSetState | string | undefined;
925
+ imageSetState: ImageSetState | undefined;
926
926
  /**
927
927
  * @public
928
928
  * <p>The image set workflow status.</p>
929
929
  */
930
- ImageSetWorkflowStatus?: ImageSetWorkflowStatus | string;
930
+ ImageSetWorkflowStatus?: ImageSetWorkflowStatus;
931
931
  /**
932
932
  * @public
933
933
  * <p>The timestamp when the image set properties were created.</p>
@@ -1136,7 +1136,7 @@ export interface SearchFilter {
1136
1136
  * @public
1137
1137
  * <p>The search filter operator for <code>imageSetDateTime</code>.</p>
1138
1138
  */
1139
- operator: Operator | string | undefined;
1139
+ operator: Operator | undefined;
1140
1140
  }
1141
1141
  /**
1142
1142
  * @public
@@ -1342,7 +1342,7 @@ export interface StartDICOMImportJobResponse {
1342
1342
  * @public
1343
1343
  * <p>The import job status.</p>
1344
1344
  */
1345
- jobStatus: JobStatus | string | undefined;
1345
+ jobStatus: JobStatus | undefined;
1346
1346
  /**
1347
1347
  * @public
1348
1348
  * <p>The timestamp when the import job was submitted.</p>
@@ -1483,12 +1483,12 @@ export interface UpdateImageSetMetadataResponse {
1483
1483
  * @public
1484
1484
  * <p>The image set state.</p>
1485
1485
  */
1486
- imageSetState: ImageSetState | string | undefined;
1486
+ imageSetState: ImageSetState | undefined;
1487
1487
  /**
1488
1488
  * @public
1489
1489
  * <p>The image set workflow status.</p>
1490
1490
  */
1491
- imageSetWorkflowStatus?: ImageSetWorkflowStatus | string;
1491
+ imageSetWorkflowStatus?: ImageSetWorkflowStatus;
1492
1492
  /**
1493
1493
  * @public
1494
1494
  * <p>The timestamp when image set metadata was created.</p>
@@ -52,8 +52,8 @@ export type ImageSetWorkflowStatus =
52
52
  export interface CopyDestinationImageSetProperties {
53
53
  imageSetId: string | undefined;
54
54
  latestVersionId: string | undefined;
55
- imageSetState?: ImageSetState | string;
56
- imageSetWorkflowStatus?: ImageSetWorkflowStatus | string;
55
+ imageSetState?: ImageSetState;
56
+ imageSetWorkflowStatus?: ImageSetWorkflowStatus;
57
57
  createdAt?: Date;
58
58
  updatedAt?: Date;
59
59
  imageSetArn?: string;
@@ -61,8 +61,8 @@ export interface CopyDestinationImageSetProperties {
61
61
  export interface CopySourceImageSetProperties {
62
62
  imageSetId: string | undefined;
63
63
  latestVersionId: string | undefined;
64
- imageSetState?: ImageSetState | string;
65
- imageSetWorkflowStatus?: ImageSetWorkflowStatus | string;
64
+ imageSetState?: ImageSetState;
65
+ imageSetWorkflowStatus?: ImageSetWorkflowStatus;
66
66
  createdAt?: Date;
67
67
  updatedAt?: Date;
68
68
  imageSetArn?: string;
@@ -124,14 +124,14 @@ export type DatastoreStatus =
124
124
  (typeof DatastoreStatus)[keyof typeof DatastoreStatus];
125
125
  export interface CreateDatastoreResponse {
126
126
  datastoreId: string | undefined;
127
- datastoreStatus: DatastoreStatus | string | undefined;
127
+ datastoreStatus: DatastoreStatus | undefined;
128
128
  }
129
129
  export interface DeleteDatastoreRequest {
130
130
  datastoreId: string | undefined;
131
131
  }
132
132
  export interface DeleteDatastoreResponse {
133
133
  datastoreId: string | undefined;
134
- datastoreStatus: DatastoreStatus | string | undefined;
134
+ datastoreStatus: DatastoreStatus | undefined;
135
135
  }
136
136
  export interface GetDatastoreRequest {
137
137
  datastoreId: string | undefined;
@@ -139,7 +139,7 @@ export interface GetDatastoreRequest {
139
139
  export interface DatastoreProperties {
140
140
  datastoreId: string | undefined;
141
141
  datastoreName: string | undefined;
142
- datastoreStatus: DatastoreStatus | string | undefined;
142
+ datastoreStatus: DatastoreStatus | undefined;
143
143
  kmsKeyArn?: string;
144
144
  datastoreArn?: string;
145
145
  createdAt?: Date;
@@ -149,14 +149,14 @@ export interface GetDatastoreResponse {
149
149
  datastoreProperties: DatastoreProperties | undefined;
150
150
  }
151
151
  export interface ListDatastoresRequest {
152
- datastoreStatus?: DatastoreStatus | string;
152
+ datastoreStatus?: DatastoreStatus;
153
153
  nextToken?: string;
154
154
  maxResults?: number;
155
155
  }
156
156
  export interface DatastoreSummary {
157
157
  datastoreId: string | undefined;
158
158
  datastoreName: string | undefined;
159
- datastoreStatus: DatastoreStatus | string | undefined;
159
+ datastoreStatus: DatastoreStatus | undefined;
160
160
  datastoreArn?: string;
161
161
  createdAt?: Date;
162
162
  updatedAt?: Date;
@@ -172,8 +172,8 @@ export interface DeleteImageSetRequest {
172
172
  export interface DeleteImageSetResponse {
173
173
  datastoreId: string | undefined;
174
174
  imageSetId: string | undefined;
175
- imageSetState: ImageSetState | string | undefined;
176
- imageSetWorkflowStatus: ImageSetWorkflowStatus | string | undefined;
175
+ imageSetState: ImageSetState | undefined;
176
+ imageSetWorkflowStatus: ImageSetWorkflowStatus | undefined;
177
177
  }
178
178
  export interface GetDICOMImportJobRequest {
179
179
  datastoreId: string | undefined;
@@ -189,7 +189,7 @@ export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
189
189
  export interface DICOMImportJobProperties {
190
190
  jobId: string | undefined;
191
191
  jobName: string | undefined;
192
- jobStatus: JobStatus | string | undefined;
192
+ jobStatus: JobStatus | undefined;
193
193
  datastoreId: string | undefined;
194
194
  dataAccessRoleArn: string | undefined;
195
195
  endedAt?: Date;
@@ -222,8 +222,8 @@ export interface GetImageSetResponse {
222
222
  datastoreId: string | undefined;
223
223
  imageSetId: string | undefined;
224
224
  versionId: string | undefined;
225
- imageSetState: ImageSetState | string | undefined;
226
- imageSetWorkflowStatus?: ImageSetWorkflowStatus | string;
225
+ imageSetState: ImageSetState | undefined;
226
+ imageSetWorkflowStatus?: ImageSetWorkflowStatus;
227
227
  createdAt?: Date;
228
228
  updatedAt?: Date;
229
229
  deletedAt?: Date;
@@ -242,14 +242,14 @@ export interface GetImageSetMetadataResponse {
242
242
  }
243
243
  export interface ListDICOMImportJobsRequest {
244
244
  datastoreId: string | undefined;
245
- jobStatus?: JobStatus | string;
245
+ jobStatus?: JobStatus;
246
246
  nextToken?: string;
247
247
  maxResults?: number;
248
248
  }
249
249
  export interface DICOMImportJobSummary {
250
250
  jobId: string | undefined;
251
251
  jobName: string | undefined;
252
- jobStatus: JobStatus | string | undefined;
252
+ jobStatus: JobStatus | undefined;
253
253
  datastoreId: string | undefined;
254
254
  dataAccessRoleArn?: string;
255
255
  endedAt?: Date;
@@ -269,8 +269,8 @@ export interface ListImageSetVersionsRequest {
269
269
  export interface ImageSetProperties {
270
270
  imageSetId: string | undefined;
271
271
  versionId: string | undefined;
272
- imageSetState: ImageSetState | string | undefined;
273
- ImageSetWorkflowStatus?: ImageSetWorkflowStatus | string;
272
+ imageSetState: ImageSetState | undefined;
273
+ ImageSetWorkflowStatus?: ImageSetWorkflowStatus;
274
274
  createdAt?: Date;
275
275
  updatedAt?: Date;
276
276
  deletedAt?: Date;
@@ -380,7 +380,7 @@ export declare namespace SearchByAttributeValue {
380
380
  }
381
381
  export interface SearchFilter {
382
382
  values: SearchByAttributeValue[] | undefined;
383
- operator: Operator | string | undefined;
383
+ operator: Operator | undefined;
384
384
  }
385
385
  export interface SearchCriteria {
386
386
  filters?: SearchFilter[];
@@ -427,7 +427,7 @@ export interface StartDICOMImportJobRequest {
427
427
  export interface StartDICOMImportJobResponse {
428
428
  datastoreId: string | undefined;
429
429
  jobId: string | undefined;
430
- jobStatus: JobStatus | string | undefined;
430
+ jobStatus: JobStatus | undefined;
431
431
  submittedAt: Date | undefined;
432
432
  }
433
433
  export interface TagResourceRequest {
@@ -472,8 +472,8 @@ export interface UpdateImageSetMetadataResponse {
472
472
  datastoreId: string | undefined;
473
473
  imageSetId: string | undefined;
474
474
  latestVersionId: string | undefined;
475
- imageSetState: ImageSetState | string | undefined;
476
- imageSetWorkflowStatus?: ImageSetWorkflowStatus | string;
475
+ imageSetState: ImageSetState | undefined;
476
+ imageSetWorkflowStatus?: ImageSetWorkflowStatus;
477
477
  createdAt?: Date;
478
478
  updatedAt?: Date;
479
479
  message?: string;
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.428.0",
4
+ "version": "3.430.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,28 +21,28 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
30
30
  "@aws-sdk/middleware-user-agent": "3.428.0",
31
- "@aws-sdk/region-config-resolver": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.430.0",
32
32
  "@aws-sdk/types": "3.428.0",
33
33
  "@aws-sdk/util-endpoints": "3.428.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.428.0",
35
- "@aws-sdk/util-user-agent-node": "3.428.0",
36
- "@smithy/config-resolver": "^2.0.14",
35
+ "@aws-sdk/util-user-agent-node": "3.430.0",
36
+ "@smithy/config-resolver": "^2.0.15",
37
37
  "@smithy/fetch-http-handler": "^2.2.3",
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
42
- "@smithy/middleware-retry": "^2.0.16",
41
+ "@smithy/middleware-endpoint": "^2.1.2",
42
+ "@smithy/middleware-retry": "^2.0.17",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",
45
- "@smithy/node-config-provider": "^2.1.1",
45
+ "@smithy/node-config-provider": "^2.1.2",
46
46
  "@smithy/node-http-handler": "^2.1.7",
47
47
  "@smithy/protocol-http": "^3.0.7",
48
48
  "@smithy/smithy-client": "^2.1.11",
@@ -52,7 +52,7 @@
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
54
  "@smithy/util-defaults-mode-browser": "^2.0.15",
55
- "@smithy/util-defaults-mode-node": "^2.0.19",
55
+ "@smithy/util-defaults-mode-node": "^2.0.20",
56
56
  "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-stream": "^2.0.16",
58
58
  "@smithy/util-utf8": "^2.0.0",