File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed
services/medicalimaging/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " AWS Health Imaging" ,
4+ "contributor" : " " ,
5+ "description" : " Added new fields in existing APIs."
6+ }
Original file line number Diff line number Diff line change 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 },
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>"
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 },
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>"
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 ,
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" ,
You can’t perform that action at this time.
0 commit comments