Skip to content

Commit e6c9a8c

Browse files
author
AWS
committed
AWS Health Imaging Update: Added new fields in existing APIs.
1 parent 3564c79 commit e6c9a8c

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Health Imaging",
4+
"contributor": "",
5+
"description": "Added new fields in existing APIs."
6+
}

services/medicalimaging/src/main/resources/codegen-resources/service-2.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,10 @@
639639
"lambdaAuthorizerArn":{
640640
"shape":"LambdaArn",
641641
"documentation":"<p>The ARN of the authorizer's Lambda function.</p>"
642+
},
643+
"losslessStorageFormat":{
644+
"shape":"LosslessStorageFormat",
645+
"documentation":"<p>The lossless storage format for the datastore.</p>"
642646
}
643647
}
644648
},
@@ -1002,6 +1006,10 @@
10021006
"shape":"LambdaArn",
10031007
"documentation":"<p>The ARN of the authorizer's Lambda function.</p>"
10041008
},
1009+
"losslessStorageFormat":{
1010+
"shape":"LosslessStorageFormat",
1011+
"documentation":"<p>The datastore's lossless storage format.</p>"
1012+
},
10051013
"datastoreArn":{
10061014
"shape":"Arn",
10071015
"documentation":"<p>The Amazon Resource Name (ARN) for the data store.</p>"
@@ -1374,6 +1382,14 @@
13741382
"isPrimary":{
13751383
"shape":"Boolean",
13761384
"documentation":"<p>The flag to determine whether the image set is primary or not.</p>"
1385+
},
1386+
"lastAccessedAt":{
1387+
"shape":"Date",
1388+
"documentation":"<p>When the image set was last accessed.</p>"
1389+
},
1390+
"storageTier":{
1391+
"shape":"StorageTier",
1392+
"documentation":"<p>The storage tier of the image set.</p>"
13771393
}
13781394
}
13791395
},
@@ -1509,6 +1525,14 @@
15091525
"shape":"Date",
15101526
"documentation":"<p>The time an image set was last updated.</p>"
15111527
},
1528+
"lastAccessedAt":{
1529+
"shape":"Date",
1530+
"documentation":"<p>When the image set was last accessed.</p>"
1531+
},
1532+
"storageTier":{
1533+
"shape":"StorageTier",
1534+
"documentation":"<p>The image set's storage tier.</p>"
1535+
},
15121536
"DICOMTags":{
15131537
"shape":"DICOMTags",
15141538
"documentation":"<p>The DICOM tags associated with the image set.</p>"
@@ -1734,6 +1758,13 @@
17341758
}
17351759
}
17361760
},
1761+
"LosslessStorageFormat":{
1762+
"type":"string",
1763+
"enum":[
1764+
"HTJ2K",
1765+
"JPEG_2000_LOSSLESS"
1766+
]
1767+
},
17371768
"Message":{
17381769
"type":"string",
17391770
"max":2048,
@@ -2075,6 +2106,14 @@
20752106
}
20762107
}
20772108
},
2109+
"StorageTier":{
2110+
"type":"string",
2111+
"documentation":"<p>Storage tier for image sets</p>",
2112+
"enum":[
2113+
"FREQUENT_ACCESS",
2114+
"ARCHIVE_INSTANT_ACCESS"
2115+
]
2116+
},
20782117
"String":{"type":"string"},
20792118
"TagKey":{
20802119
"type":"string",

0 commit comments

Comments
 (0)