File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
awscli/examples/medical-imaging Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,14 @@ The following ``get-datastore`` code example gets a data store's properties. ::
99Output::
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
You can’t perform that action at this time.
0 commit comments