aws-sdk 2.1416.0 → 2.1418.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 (42) hide show
  1. package/CHANGELOG.md +15 -1
  2. package/README.md +1 -1
  3. package/apis/cloudformation-2010-05-15.min.json +20 -4
  4. package/apis/grafana-2020-08-18.min.json +41 -4
  5. package/apis/grafana-2020-08-18.paginators.json +6 -0
  6. package/apis/m2-2021-04-28.min.json +19 -3
  7. package/apis/medical-imaging-2023-07-19.examples.json +5 -0
  8. package/apis/medical-imaging-2023-07-19.min.json +1098 -0
  9. package/apis/medical-imaging-2023-07-19.paginators.json +28 -0
  10. package/apis/medical-imaging-2023-07-19.waiters2.json +5 -0
  11. package/apis/metadata.json +4 -0
  12. package/apis/models.lex.v2-2020-08-07.min.json +854 -54
  13. package/apis/models.lex.v2-2020-08-07.paginators.json +30 -0
  14. package/apis/ram-2018-01-04.min.json +49 -36
  15. package/apis/snowball-2016-06-30.examples.json +26 -0
  16. package/apis/snowball-2016-06-30.min.json +113 -55
  17. package/apis/snowball-2016-06-30.paginators.json +5 -0
  18. package/apis/ssm-sap-2018-05-10.min.json +98 -24
  19. package/apis/wafv2-2019-07-29.min.json +134 -123
  20. package/clients/all.d.ts +1 -0
  21. package/clients/all.js +2 -1
  22. package/clients/cloudformation.d.ts +21 -0
  23. package/clients/codegurusecurity.d.ts +3 -3
  24. package/clients/connect.d.ts +2 -2
  25. package/clients/ec2.d.ts +200 -200
  26. package/clients/grafana.d.ts +47 -5
  27. package/clients/lexmodelsv2.d.ts +1035 -33
  28. package/clients/m2.d.ts +14 -4
  29. package/clients/medicalimaging.d.ts +1102 -0
  30. package/clients/medicalimaging.js +19 -0
  31. package/clients/ram.d.ts +14 -1
  32. package/clients/snowball.d.ts +101 -9
  33. package/clients/ssmsap.d.ts +131 -7
  34. package/clients/translate.d.ts +1 -1
  35. package/clients/wafv2.d.ts +12 -2
  36. package/dist/aws-sdk-core-react-native.js +60 -81
  37. package/dist/aws-sdk-react-native.js +175 -173
  38. package/dist/aws-sdk.js +27 -7
  39. package/dist/aws-sdk.min.js +97 -97
  40. package/lib/config_service_placeholders.d.ts +2 -0
  41. package/lib/core.js +1 -1
  42. package/package.json +1 -1
@@ -0,0 +1,1098 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2023-07-19",
5
+ "endpointPrefix": "medical-imaging",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS Health Imaging",
9
+ "serviceId": "Medical Imaging",
10
+ "signatureVersion": "v4",
11
+ "signingName": "medical-imaging",
12
+ "uid": "medical-imaging-2023-07-19"
13
+ },
14
+ "operations": {
15
+ "CopyImageSet": {
16
+ "http": {
17
+ "requestUri": "/datastore/{datastoreId}/imageSet/{sourceImageSetId}/copyImageSet",
18
+ "responseCode": 200
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "datastoreId",
24
+ "sourceImageSetId",
25
+ "copyImageSetInformation"
26
+ ],
27
+ "members": {
28
+ "datastoreId": {
29
+ "location": "uri",
30
+ "locationName": "datastoreId"
31
+ },
32
+ "sourceImageSetId": {
33
+ "location": "uri",
34
+ "locationName": "sourceImageSetId"
35
+ },
36
+ "copyImageSetInformation": {
37
+ "type": "structure",
38
+ "required": [
39
+ "sourceImageSet"
40
+ ],
41
+ "members": {
42
+ "sourceImageSet": {
43
+ "type": "structure",
44
+ "required": [
45
+ "latestVersionId"
46
+ ],
47
+ "members": {
48
+ "latestVersionId": {}
49
+ }
50
+ },
51
+ "destinationImageSet": {
52
+ "type": "structure",
53
+ "required": [
54
+ "imageSetId",
55
+ "latestVersionId"
56
+ ],
57
+ "members": {
58
+ "imageSetId": {},
59
+ "latestVersionId": {}
60
+ }
61
+ }
62
+ }
63
+ }
64
+ },
65
+ "payload": "copyImageSetInformation"
66
+ },
67
+ "output": {
68
+ "type": "structure",
69
+ "required": [
70
+ "datastoreId",
71
+ "sourceImageSetProperties",
72
+ "destinationImageSetProperties"
73
+ ],
74
+ "members": {
75
+ "datastoreId": {},
76
+ "sourceImageSetProperties": {
77
+ "type": "structure",
78
+ "required": [
79
+ "imageSetId",
80
+ "latestVersionId"
81
+ ],
82
+ "members": {
83
+ "imageSetId": {},
84
+ "latestVersionId": {},
85
+ "imageSetState": {},
86
+ "imageSetWorkflowStatus": {},
87
+ "createdAt": {
88
+ "type": "timestamp"
89
+ },
90
+ "updatedAt": {
91
+ "type": "timestamp"
92
+ },
93
+ "imageSetArn": {}
94
+ }
95
+ },
96
+ "destinationImageSetProperties": {
97
+ "type": "structure",
98
+ "required": [
99
+ "imageSetId",
100
+ "latestVersionId"
101
+ ],
102
+ "members": {
103
+ "imageSetId": {},
104
+ "latestVersionId": {},
105
+ "imageSetState": {},
106
+ "imageSetWorkflowStatus": {},
107
+ "createdAt": {
108
+ "type": "timestamp"
109
+ },
110
+ "updatedAt": {
111
+ "type": "timestamp"
112
+ },
113
+ "imageSetArn": {}
114
+ }
115
+ }
116
+ }
117
+ },
118
+ "endpoint": {
119
+ "hostPrefix": "runtime-"
120
+ }
121
+ },
122
+ "CreateDatastore": {
123
+ "http": {
124
+ "requestUri": "/datastore",
125
+ "responseCode": 200
126
+ },
127
+ "input": {
128
+ "type": "structure",
129
+ "required": [
130
+ "clientToken"
131
+ ],
132
+ "members": {
133
+ "datastoreName": {},
134
+ "clientToken": {
135
+ "idempotencyToken": true
136
+ },
137
+ "tags": {
138
+ "shape": "Si"
139
+ },
140
+ "kmsKeyArn": {}
141
+ }
142
+ },
143
+ "output": {
144
+ "type": "structure",
145
+ "required": [
146
+ "datastoreId",
147
+ "datastoreStatus"
148
+ ],
149
+ "members": {
150
+ "datastoreId": {},
151
+ "datastoreStatus": {}
152
+ }
153
+ },
154
+ "idempotent": true
155
+ },
156
+ "DeleteDatastore": {
157
+ "http": {
158
+ "method": "DELETE",
159
+ "requestUri": "/datastore/{datastoreId}",
160
+ "responseCode": 200
161
+ },
162
+ "input": {
163
+ "type": "structure",
164
+ "required": [
165
+ "datastoreId"
166
+ ],
167
+ "members": {
168
+ "datastoreId": {
169
+ "location": "uri",
170
+ "locationName": "datastoreId"
171
+ }
172
+ }
173
+ },
174
+ "output": {
175
+ "type": "structure",
176
+ "required": [
177
+ "datastoreId",
178
+ "datastoreStatus"
179
+ ],
180
+ "members": {
181
+ "datastoreId": {},
182
+ "datastoreStatus": {}
183
+ }
184
+ },
185
+ "idempotent": true
186
+ },
187
+ "DeleteImageSet": {
188
+ "http": {
189
+ "requestUri": "/datastore/{datastoreId}/imageSet/{imageSetId}/deleteImageSet",
190
+ "responseCode": 200
191
+ },
192
+ "input": {
193
+ "type": "structure",
194
+ "required": [
195
+ "datastoreId",
196
+ "imageSetId"
197
+ ],
198
+ "members": {
199
+ "datastoreId": {
200
+ "location": "uri",
201
+ "locationName": "datastoreId"
202
+ },
203
+ "imageSetId": {
204
+ "location": "uri",
205
+ "locationName": "imageSetId"
206
+ }
207
+ }
208
+ },
209
+ "output": {
210
+ "type": "structure",
211
+ "required": [
212
+ "datastoreId",
213
+ "imageSetId",
214
+ "imageSetState",
215
+ "imageSetWorkflowStatus"
216
+ ],
217
+ "members": {
218
+ "datastoreId": {},
219
+ "imageSetId": {},
220
+ "imageSetState": {},
221
+ "imageSetWorkflowStatus": {}
222
+ }
223
+ },
224
+ "endpoint": {
225
+ "hostPrefix": "runtime-"
226
+ },
227
+ "idempotent": true
228
+ },
229
+ "GetDICOMImportJob": {
230
+ "http": {
231
+ "method": "GET",
232
+ "requestUri": "/getDICOMImportJob/datastore/{datastoreId}/job/{jobId}",
233
+ "responseCode": 200
234
+ },
235
+ "input": {
236
+ "type": "structure",
237
+ "required": [
238
+ "datastoreId",
239
+ "jobId"
240
+ ],
241
+ "members": {
242
+ "datastoreId": {
243
+ "location": "uri",
244
+ "locationName": "datastoreId"
245
+ },
246
+ "jobId": {
247
+ "location": "uri",
248
+ "locationName": "jobId"
249
+ }
250
+ }
251
+ },
252
+ "output": {
253
+ "type": "structure",
254
+ "required": [
255
+ "jobProperties"
256
+ ],
257
+ "members": {
258
+ "jobProperties": {
259
+ "type": "structure",
260
+ "required": [
261
+ "jobId",
262
+ "jobName",
263
+ "jobStatus",
264
+ "datastoreId",
265
+ "dataAccessRoleArn",
266
+ "inputS3Uri",
267
+ "outputS3Uri"
268
+ ],
269
+ "members": {
270
+ "jobId": {},
271
+ "jobName": {},
272
+ "jobStatus": {},
273
+ "datastoreId": {},
274
+ "dataAccessRoleArn": {},
275
+ "endedAt": {
276
+ "type": "timestamp"
277
+ },
278
+ "submittedAt": {
279
+ "type": "timestamp"
280
+ },
281
+ "inputS3Uri": {},
282
+ "outputS3Uri": {},
283
+ "message": {}
284
+ }
285
+ }
286
+ }
287
+ }
288
+ },
289
+ "GetDatastore": {
290
+ "http": {
291
+ "method": "GET",
292
+ "requestUri": "/datastore/{datastoreId}",
293
+ "responseCode": 200
294
+ },
295
+ "input": {
296
+ "type": "structure",
297
+ "required": [
298
+ "datastoreId"
299
+ ],
300
+ "members": {
301
+ "datastoreId": {
302
+ "location": "uri",
303
+ "locationName": "datastoreId"
304
+ }
305
+ }
306
+ },
307
+ "output": {
308
+ "type": "structure",
309
+ "required": [
310
+ "datastoreProperties"
311
+ ],
312
+ "members": {
313
+ "datastoreProperties": {
314
+ "type": "structure",
315
+ "required": [
316
+ "datastoreId",
317
+ "datastoreName",
318
+ "datastoreStatus"
319
+ ],
320
+ "members": {
321
+ "datastoreId": {},
322
+ "datastoreName": {},
323
+ "datastoreStatus": {},
324
+ "kmsKeyArn": {},
325
+ "datastoreArn": {},
326
+ "createdAt": {
327
+ "type": "timestamp"
328
+ },
329
+ "updatedAt": {
330
+ "type": "timestamp"
331
+ }
332
+ }
333
+ }
334
+ }
335
+ }
336
+ },
337
+ "GetImageFrame": {
338
+ "http": {
339
+ "requestUri": "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame",
340
+ "responseCode": 200
341
+ },
342
+ "input": {
343
+ "type": "structure",
344
+ "required": [
345
+ "datastoreId",
346
+ "imageSetId",
347
+ "imageFrameInformation"
348
+ ],
349
+ "members": {
350
+ "datastoreId": {
351
+ "location": "uri",
352
+ "locationName": "datastoreId"
353
+ },
354
+ "imageSetId": {
355
+ "location": "uri",
356
+ "locationName": "imageSetId"
357
+ },
358
+ "imageFrameInformation": {
359
+ "type": "structure",
360
+ "required": [
361
+ "imageFrameId"
362
+ ],
363
+ "members": {
364
+ "imageFrameId": {}
365
+ }
366
+ }
367
+ },
368
+ "payload": "imageFrameInformation"
369
+ },
370
+ "output": {
371
+ "type": "structure",
372
+ "required": [
373
+ "imageFrameBlob"
374
+ ],
375
+ "members": {
376
+ "imageFrameBlob": {
377
+ "type": "blob",
378
+ "streaming": true
379
+ },
380
+ "contentType": {
381
+ "location": "header",
382
+ "locationName": "Content-Type"
383
+ }
384
+ },
385
+ "payload": "imageFrameBlob"
386
+ },
387
+ "endpoint": {
388
+ "hostPrefix": "runtime-"
389
+ }
390
+ },
391
+ "GetImageSet": {
392
+ "http": {
393
+ "requestUri": "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSet",
394
+ "responseCode": 200
395
+ },
396
+ "input": {
397
+ "type": "structure",
398
+ "required": [
399
+ "datastoreId",
400
+ "imageSetId"
401
+ ],
402
+ "members": {
403
+ "datastoreId": {
404
+ "location": "uri",
405
+ "locationName": "datastoreId"
406
+ },
407
+ "imageSetId": {
408
+ "location": "uri",
409
+ "locationName": "imageSetId"
410
+ },
411
+ "versionId": {
412
+ "location": "querystring",
413
+ "locationName": "version"
414
+ }
415
+ }
416
+ },
417
+ "output": {
418
+ "type": "structure",
419
+ "required": [
420
+ "datastoreId",
421
+ "imageSetId",
422
+ "versionId",
423
+ "imageSetState"
424
+ ],
425
+ "members": {
426
+ "datastoreId": {},
427
+ "imageSetId": {},
428
+ "versionId": {},
429
+ "imageSetState": {},
430
+ "imageSetWorkflowStatus": {},
431
+ "createdAt": {
432
+ "type": "timestamp"
433
+ },
434
+ "updatedAt": {
435
+ "type": "timestamp"
436
+ },
437
+ "deletedAt": {
438
+ "type": "timestamp"
439
+ },
440
+ "message": {},
441
+ "imageSetArn": {}
442
+ }
443
+ },
444
+ "endpoint": {
445
+ "hostPrefix": "runtime-"
446
+ }
447
+ },
448
+ "GetImageSetMetadata": {
449
+ "http": {
450
+ "requestUri": "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageSetMetadata",
451
+ "responseCode": 200
452
+ },
453
+ "input": {
454
+ "type": "structure",
455
+ "required": [
456
+ "datastoreId",
457
+ "imageSetId"
458
+ ],
459
+ "members": {
460
+ "datastoreId": {
461
+ "location": "uri",
462
+ "locationName": "datastoreId"
463
+ },
464
+ "imageSetId": {
465
+ "location": "uri",
466
+ "locationName": "imageSetId"
467
+ },
468
+ "versionId": {
469
+ "location": "querystring",
470
+ "locationName": "version"
471
+ }
472
+ }
473
+ },
474
+ "output": {
475
+ "type": "structure",
476
+ "required": [
477
+ "imageSetMetadataBlob"
478
+ ],
479
+ "members": {
480
+ "imageSetMetadataBlob": {
481
+ "type": "blob",
482
+ "streaming": true
483
+ },
484
+ "contentType": {
485
+ "location": "header",
486
+ "locationName": "Content-Type"
487
+ },
488
+ "contentEncoding": {
489
+ "location": "header",
490
+ "locationName": "Content-Encoding"
491
+ }
492
+ },
493
+ "payload": "imageSetMetadataBlob"
494
+ },
495
+ "endpoint": {
496
+ "hostPrefix": "runtime-"
497
+ }
498
+ },
499
+ "ListDICOMImportJobs": {
500
+ "http": {
501
+ "method": "GET",
502
+ "requestUri": "/listDICOMImportJobs/datastore/{datastoreId}",
503
+ "responseCode": 200
504
+ },
505
+ "input": {
506
+ "type": "structure",
507
+ "required": [
508
+ "datastoreId"
509
+ ],
510
+ "members": {
511
+ "datastoreId": {
512
+ "location": "uri",
513
+ "locationName": "datastoreId"
514
+ },
515
+ "jobStatus": {
516
+ "location": "querystring",
517
+ "locationName": "jobStatus"
518
+ },
519
+ "nextToken": {
520
+ "location": "querystring",
521
+ "locationName": "nextToken"
522
+ },
523
+ "maxResults": {
524
+ "location": "querystring",
525
+ "locationName": "maxResults",
526
+ "type": "integer"
527
+ }
528
+ }
529
+ },
530
+ "output": {
531
+ "type": "structure",
532
+ "required": [
533
+ "jobSummaries"
534
+ ],
535
+ "members": {
536
+ "jobSummaries": {
537
+ "type": "list",
538
+ "member": {
539
+ "type": "structure",
540
+ "required": [
541
+ "jobId",
542
+ "jobName",
543
+ "jobStatus",
544
+ "datastoreId"
545
+ ],
546
+ "members": {
547
+ "jobId": {},
548
+ "jobName": {},
549
+ "jobStatus": {},
550
+ "datastoreId": {},
551
+ "dataAccessRoleArn": {},
552
+ "endedAt": {
553
+ "type": "timestamp"
554
+ },
555
+ "submittedAt": {
556
+ "type": "timestamp"
557
+ },
558
+ "message": {}
559
+ }
560
+ }
561
+ },
562
+ "nextToken": {}
563
+ }
564
+ }
565
+ },
566
+ "ListDatastores": {
567
+ "http": {
568
+ "method": "GET",
569
+ "requestUri": "/datastore",
570
+ "responseCode": 200
571
+ },
572
+ "input": {
573
+ "type": "structure",
574
+ "members": {
575
+ "datastoreStatus": {
576
+ "location": "querystring",
577
+ "locationName": "datastoreStatus"
578
+ },
579
+ "nextToken": {
580
+ "location": "querystring",
581
+ "locationName": "nextToken"
582
+ },
583
+ "maxResults": {
584
+ "location": "querystring",
585
+ "locationName": "maxResults",
586
+ "type": "integer"
587
+ }
588
+ }
589
+ },
590
+ "output": {
591
+ "type": "structure",
592
+ "members": {
593
+ "datastoreSummaries": {
594
+ "type": "list",
595
+ "member": {
596
+ "type": "structure",
597
+ "required": [
598
+ "datastoreId",
599
+ "datastoreName",
600
+ "datastoreStatus"
601
+ ],
602
+ "members": {
603
+ "datastoreId": {},
604
+ "datastoreName": {},
605
+ "datastoreStatus": {},
606
+ "datastoreArn": {},
607
+ "createdAt": {
608
+ "type": "timestamp"
609
+ },
610
+ "updatedAt": {
611
+ "type": "timestamp"
612
+ }
613
+ }
614
+ }
615
+ },
616
+ "nextToken": {}
617
+ }
618
+ }
619
+ },
620
+ "ListImageSetVersions": {
621
+ "http": {
622
+ "requestUri": "/datastore/{datastoreId}/imageSet/{imageSetId}/listImageSetVersions",
623
+ "responseCode": 200
624
+ },
625
+ "input": {
626
+ "type": "structure",
627
+ "required": [
628
+ "datastoreId",
629
+ "imageSetId"
630
+ ],
631
+ "members": {
632
+ "datastoreId": {
633
+ "location": "uri",
634
+ "locationName": "datastoreId"
635
+ },
636
+ "imageSetId": {
637
+ "location": "uri",
638
+ "locationName": "imageSetId"
639
+ },
640
+ "nextToken": {
641
+ "location": "querystring",
642
+ "locationName": "nextToken"
643
+ },
644
+ "maxResults": {
645
+ "location": "querystring",
646
+ "locationName": "maxResults",
647
+ "type": "integer"
648
+ }
649
+ }
650
+ },
651
+ "output": {
652
+ "type": "structure",
653
+ "required": [
654
+ "imageSetPropertiesList"
655
+ ],
656
+ "members": {
657
+ "imageSetPropertiesList": {
658
+ "type": "list",
659
+ "member": {
660
+ "type": "structure",
661
+ "required": [
662
+ "imageSetId",
663
+ "versionId",
664
+ "imageSetState"
665
+ ],
666
+ "members": {
667
+ "imageSetId": {},
668
+ "versionId": {},
669
+ "imageSetState": {},
670
+ "ImageSetWorkflowStatus": {},
671
+ "createdAt": {
672
+ "type": "timestamp"
673
+ },
674
+ "updatedAt": {
675
+ "type": "timestamp"
676
+ },
677
+ "deletedAt": {
678
+ "type": "timestamp"
679
+ },
680
+ "message": {}
681
+ }
682
+ }
683
+ },
684
+ "nextToken": {}
685
+ }
686
+ },
687
+ "endpoint": {
688
+ "hostPrefix": "runtime-"
689
+ }
690
+ },
691
+ "ListTagsForResource": {
692
+ "http": {
693
+ "method": "GET",
694
+ "requestUri": "/tags/{resourceArn}",
695
+ "responseCode": 200
696
+ },
697
+ "input": {
698
+ "type": "structure",
699
+ "required": [
700
+ "resourceArn"
701
+ ],
702
+ "members": {
703
+ "resourceArn": {
704
+ "location": "uri",
705
+ "locationName": "resourceArn"
706
+ }
707
+ }
708
+ },
709
+ "output": {
710
+ "type": "structure",
711
+ "required": [
712
+ "tags"
713
+ ],
714
+ "members": {
715
+ "tags": {
716
+ "shape": "Si"
717
+ }
718
+ }
719
+ }
720
+ },
721
+ "SearchImageSets": {
722
+ "http": {
723
+ "requestUri": "/datastore/{datastoreId}/searchImageSets",
724
+ "responseCode": 200
725
+ },
726
+ "input": {
727
+ "type": "structure",
728
+ "required": [
729
+ "datastoreId"
730
+ ],
731
+ "members": {
732
+ "datastoreId": {
733
+ "location": "uri",
734
+ "locationName": "datastoreId"
735
+ },
736
+ "searchCriteria": {
737
+ "type": "structure",
738
+ "members": {
739
+ "filters": {
740
+ "type": "list",
741
+ "member": {
742
+ "type": "structure",
743
+ "required": [
744
+ "values",
745
+ "operator"
746
+ ],
747
+ "members": {
748
+ "values": {
749
+ "type": "list",
750
+ "member": {
751
+ "type": "structure",
752
+ "members": {
753
+ "DICOMPatientId": {
754
+ "shape": "S23"
755
+ },
756
+ "DICOMAccessionNumber": {
757
+ "shape": "S24"
758
+ },
759
+ "DICOMStudyId": {
760
+ "shape": "S25"
761
+ },
762
+ "DICOMStudyInstanceUID": {
763
+ "shape": "S26"
764
+ },
765
+ "createdAt": {
766
+ "type": "timestamp"
767
+ },
768
+ "DICOMStudyDateAndTime": {
769
+ "type": "structure",
770
+ "required": [
771
+ "DICOMStudyDate"
772
+ ],
773
+ "members": {
774
+ "DICOMStudyDate": {
775
+ "shape": "S28"
776
+ },
777
+ "DICOMStudyTime": {
778
+ "shape": "S29"
779
+ }
780
+ }
781
+ }
782
+ },
783
+ "union": true
784
+ }
785
+ },
786
+ "operator": {}
787
+ }
788
+ }
789
+ }
790
+ },
791
+ "sensitive": true
792
+ },
793
+ "maxResults": {
794
+ "location": "querystring",
795
+ "locationName": "maxResults",
796
+ "type": "integer"
797
+ },
798
+ "nextToken": {
799
+ "location": "querystring",
800
+ "locationName": "nextToken"
801
+ }
802
+ },
803
+ "payload": "searchCriteria"
804
+ },
805
+ "output": {
806
+ "type": "structure",
807
+ "required": [
808
+ "imageSetsMetadataSummaries"
809
+ ],
810
+ "members": {
811
+ "imageSetsMetadataSummaries": {
812
+ "type": "list",
813
+ "member": {
814
+ "type": "structure",
815
+ "required": [
816
+ "imageSetId"
817
+ ],
818
+ "members": {
819
+ "imageSetId": {},
820
+ "version": {
821
+ "type": "integer"
822
+ },
823
+ "createdAt": {
824
+ "type": "timestamp"
825
+ },
826
+ "updatedAt": {
827
+ "type": "timestamp"
828
+ },
829
+ "DICOMTags": {
830
+ "type": "structure",
831
+ "members": {
832
+ "DICOMPatientId": {
833
+ "shape": "S23"
834
+ },
835
+ "DICOMPatientName": {
836
+ "type": "string",
837
+ "sensitive": true
838
+ },
839
+ "DICOMPatientBirthDate": {
840
+ "type": "string",
841
+ "sensitive": true
842
+ },
843
+ "DICOMPatientSex": {
844
+ "type": "string",
845
+ "sensitive": true
846
+ },
847
+ "DICOMStudyInstanceUID": {
848
+ "shape": "S26"
849
+ },
850
+ "DICOMStudyId": {
851
+ "shape": "S25"
852
+ },
853
+ "DICOMStudyDescription": {
854
+ "type": "string",
855
+ "sensitive": true
856
+ },
857
+ "DICOMNumberOfStudyRelatedSeries": {
858
+ "type": "integer"
859
+ },
860
+ "DICOMNumberOfStudyRelatedInstances": {
861
+ "type": "integer"
862
+ },
863
+ "DICOMAccessionNumber": {
864
+ "shape": "S24"
865
+ },
866
+ "DICOMStudyDate": {
867
+ "shape": "S28"
868
+ },
869
+ "DICOMStudyTime": {
870
+ "shape": "S29"
871
+ }
872
+ }
873
+ }
874
+ }
875
+ }
876
+ },
877
+ "nextToken": {}
878
+ }
879
+ },
880
+ "endpoint": {
881
+ "hostPrefix": "runtime-"
882
+ }
883
+ },
884
+ "StartDICOMImportJob": {
885
+ "http": {
886
+ "requestUri": "/startDICOMImportJob/datastore/{datastoreId}",
887
+ "responseCode": 200
888
+ },
889
+ "input": {
890
+ "type": "structure",
891
+ "required": [
892
+ "dataAccessRoleArn",
893
+ "clientToken",
894
+ "datastoreId",
895
+ "inputS3Uri",
896
+ "outputS3Uri"
897
+ ],
898
+ "members": {
899
+ "jobName": {},
900
+ "dataAccessRoleArn": {},
901
+ "clientToken": {
902
+ "idempotencyToken": true
903
+ },
904
+ "datastoreId": {
905
+ "location": "uri",
906
+ "locationName": "datastoreId"
907
+ },
908
+ "inputS3Uri": {},
909
+ "outputS3Uri": {}
910
+ }
911
+ },
912
+ "output": {
913
+ "type": "structure",
914
+ "required": [
915
+ "datastoreId",
916
+ "jobId",
917
+ "jobStatus",
918
+ "submittedAt"
919
+ ],
920
+ "members": {
921
+ "datastoreId": {},
922
+ "jobId": {},
923
+ "jobStatus": {},
924
+ "submittedAt": {
925
+ "type": "timestamp"
926
+ }
927
+ }
928
+ },
929
+ "idempotent": true
930
+ },
931
+ "TagResource": {
932
+ "http": {
933
+ "requestUri": "/tags/{resourceArn}",
934
+ "responseCode": 200
935
+ },
936
+ "input": {
937
+ "type": "structure",
938
+ "required": [
939
+ "resourceArn",
940
+ "tags"
941
+ ],
942
+ "members": {
943
+ "resourceArn": {
944
+ "location": "uri",
945
+ "locationName": "resourceArn"
946
+ },
947
+ "tags": {
948
+ "shape": "Si"
949
+ }
950
+ }
951
+ },
952
+ "output": {
953
+ "type": "structure",
954
+ "members": {}
955
+ },
956
+ "idempotent": true
957
+ },
958
+ "UntagResource": {
959
+ "http": {
960
+ "method": "DELETE",
961
+ "requestUri": "/tags/{resourceArn}",
962
+ "responseCode": 200
963
+ },
964
+ "input": {
965
+ "type": "structure",
966
+ "required": [
967
+ "resourceArn",
968
+ "tagKeys"
969
+ ],
970
+ "members": {
971
+ "resourceArn": {
972
+ "location": "uri",
973
+ "locationName": "resourceArn"
974
+ },
975
+ "tagKeys": {
976
+ "location": "querystring",
977
+ "locationName": "tagKeys",
978
+ "type": "list",
979
+ "member": {}
980
+ }
981
+ }
982
+ },
983
+ "output": {
984
+ "type": "structure",
985
+ "members": {}
986
+ },
987
+ "idempotent": true
988
+ },
989
+ "UpdateImageSetMetadata": {
990
+ "http": {
991
+ "requestUri": "/datastore/{datastoreId}/imageSet/{imageSetId}/updateImageSetMetadata",
992
+ "responseCode": 200
993
+ },
994
+ "input": {
995
+ "type": "structure",
996
+ "required": [
997
+ "datastoreId",
998
+ "imageSetId",
999
+ "latestVersionId",
1000
+ "updateImageSetMetadataUpdates"
1001
+ ],
1002
+ "members": {
1003
+ "datastoreId": {
1004
+ "location": "uri",
1005
+ "locationName": "datastoreId"
1006
+ },
1007
+ "imageSetId": {
1008
+ "location": "uri",
1009
+ "locationName": "imageSetId"
1010
+ },
1011
+ "latestVersionId": {
1012
+ "location": "querystring",
1013
+ "locationName": "latestVersion"
1014
+ },
1015
+ "updateImageSetMetadataUpdates": {
1016
+ "type": "structure",
1017
+ "members": {
1018
+ "DICOMUpdates": {
1019
+ "type": "structure",
1020
+ "members": {
1021
+ "removableAttributes": {
1022
+ "shape": "S2x"
1023
+ },
1024
+ "updatableAttributes": {
1025
+ "shape": "S2x"
1026
+ }
1027
+ }
1028
+ }
1029
+ },
1030
+ "union": true
1031
+ }
1032
+ },
1033
+ "payload": "updateImageSetMetadataUpdates"
1034
+ },
1035
+ "output": {
1036
+ "type": "structure",
1037
+ "required": [
1038
+ "datastoreId",
1039
+ "imageSetId",
1040
+ "latestVersionId",
1041
+ "imageSetState"
1042
+ ],
1043
+ "members": {
1044
+ "datastoreId": {},
1045
+ "imageSetId": {},
1046
+ "latestVersionId": {},
1047
+ "imageSetState": {},
1048
+ "imageSetWorkflowStatus": {},
1049
+ "createdAt": {
1050
+ "type": "timestamp"
1051
+ },
1052
+ "updatedAt": {
1053
+ "type": "timestamp"
1054
+ },
1055
+ "message": {}
1056
+ }
1057
+ },
1058
+ "endpoint": {
1059
+ "hostPrefix": "runtime-"
1060
+ }
1061
+ }
1062
+ },
1063
+ "shapes": {
1064
+ "Si": {
1065
+ "type": "map",
1066
+ "key": {},
1067
+ "value": {}
1068
+ },
1069
+ "S23": {
1070
+ "type": "string",
1071
+ "sensitive": true
1072
+ },
1073
+ "S24": {
1074
+ "type": "string",
1075
+ "sensitive": true
1076
+ },
1077
+ "S25": {
1078
+ "type": "string",
1079
+ "sensitive": true
1080
+ },
1081
+ "S26": {
1082
+ "type": "string",
1083
+ "sensitive": true
1084
+ },
1085
+ "S28": {
1086
+ "type": "string",
1087
+ "sensitive": true
1088
+ },
1089
+ "S29": {
1090
+ "type": "string",
1091
+ "sensitive": true
1092
+ },
1093
+ "S2x": {
1094
+ "type": "blob",
1095
+ "sensitive": true
1096
+ }
1097
+ }
1098
+ }