Skip to content

Commit 589e5ac

Browse files
Update get-datastore.rst (#9879)
Added JPEG 2000 as the lossless storage format Co-authored-by: laiqmuhh <[email protected]>
1 parent 5ebd129 commit 589e5ac

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

awscli/examples/medical-imaging/get-datastore.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ The following ``get-datastore`` code example gets a data store's properties. ::
99
Output::
1010

1111
{
12-
"datastoreProperties": {
13-
"datastoreId": "12345678901234567890123456789012",
14-
"datastoreName": "TestDatastore123",
15-
"datastoreStatus": "ACTIVE",
16-
"datastoreArn": "arn:aws:medical-imaging:us-east-1:123456789012:datastore/12345678901234567890123456789012",
17-
"createdAt": "2022-11-15T23:33:09.643000+00:00",
18-
"updatedAt": "2022-11-15T23:33:09.643000+00:00"
12+
"datastoreProperties": {
13+
"datastoreId": "12345678901234567890123456789012",
14+
"datastoreName": "TestDatastore123",
15+
"datastoreStatus": "ACTIVE",
16+
"losslessStorageFormat": "JPEG_2000_LOSSLESS",
17+
"datastoreArn": "arn:aws:medical-imaging:us-east-1:123456789012:datastore/12345678901234567890123456789012",
18+
"createdAt": "2022-11-15T23:33:09.643000+00:00",
19+
"updatedAt": "2022-11-15T23:33:09.643000+00:00"
1920
}
2021
}
2122

0 commit comments

Comments
 (0)