Skip to content

Commit adfbb1b

Browse files
author
AWS
committed
AWS Health Imaging Update: Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions.
1 parent 2db598a commit adfbb1b

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
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 support for importing medical imaging data from Amazon S3 buckets across accounts and regions."
6+
}

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"metadata":{
44
"apiVersion":"2023-07-19",
55
"endpointPrefix":"medical-imaging",
6-
"jsonVersion":"1.1",
76
"protocol":"rest-json",
7+
"protocols":["rest-json"],
88
"serviceFullName":"AWS Health Imaging",
99
"serviceId":"Medical Imaging",
1010
"signatureVersion":"v4",
@@ -282,7 +282,7 @@
282282
{"shape":"InternalServerException"},
283283
{"shape":"ResourceNotFoundException"}
284284
],
285-
"documentation":"<p>Search image sets based on defined input attributes.</p> <note> <p> <code>SearchImageSets</code> accepts a single search query parameter and returns a paginated response of all image sets that have the matching criteria. All range queries must be input as <code>(lowerBound, upperBound)</code>.</p> <p> <code>SearchImageSets</code> uses the <code>updatedAt</code> field for sorting in decreasing order from latest to oldest.</p> </note>",
285+
"documentation":"<p>Search image sets based on defined input attributes.</p> <note> <p> <code>SearchImageSets</code> accepts a single search query parameter and returns a paginated response of all image sets that have the matching criteria. All date range queries must be input as <code>(lowerBound, upperBound)</code>.</p> <p>By default, <code>SearchImageSets</code> uses the <code>updatedAt</code> field for sorting in descending order from newest to oldest.</p> </note>",
286286
"endpoint":{"hostPrefix":"runtime-"}
287287
},
288288
"StartDICOMImportJob":{
@@ -384,6 +384,12 @@
384384
"type":"string",
385385
"pattern":"arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:medical-imaging:[a-z0-9-]+:[0-9]{12}:datastore/[0-9a-z]{32}(/imageset/[0-9a-z]{32})?"
386386
},
387+
"AwsAccountId":{
388+
"type":"string",
389+
"max":12,
390+
"min":12,
391+
"pattern":"\\d+"
392+
},
387393
"ClientToken":{
388394
"type":"string",
389395
"max":64,
@@ -1934,6 +1940,10 @@
19341940
"outputS3Uri":{
19351941
"shape":"S3Uri",
19361942
"documentation":"<p>The output prefix of the S3 bucket to upload the results of the DICOM import job.</p>"
1943+
},
1944+
"inputOwnerAccountId":{
1945+
"shape":"AwsAccountId",
1946+
"documentation":"<p>The account ID of the source S3 bucket owner.</p>"
19371947
}
19381948
}
19391949
},

0 commit comments

Comments
 (0)