Skip to content

Commit 04b69a1

Browse files
author
AWS
committed
Amazon HealthLake Update: Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0
1 parent 1597697 commit 04b69a1

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
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": "Amazon HealthLake",
4+
"contributor": "",
5+
"description": "Added new authorization strategy value 'SMART_ON_FHIR' for CreateFHIRDatastore API to support Smart App 2.0"
6+
}

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
"endpointPrefix":"healthlake",
66
"jsonVersion":"1.0",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"HealthLake",
910
"serviceFullName":"Amazon HealthLake",
1011
"serviceId":"HealthLake",
1112
"signatureVersion":"v4",
1213
"signingName":"healthlake",
1314
"targetPrefix":"HealthLake",
14-
"uid":"healthlake-2017-07-01"
15+
"uid":"healthlake-2017-07-01",
16+
"auth":["aws.auth#sigv4"]
1517
},
1618
"operations":{
1719
"CreateFHIRDatastore":{
@@ -241,6 +243,7 @@
241243
"type":"string",
242244
"enum":[
243245
"SMART_ON_FHIR_V1",
246+
"SMART_ON_FHIR",
244247
"AWS_AUTH"
245248
]
246249
},
@@ -807,6 +810,7 @@
807810
"type":"string",
808811
"enum":[
809812
"SUBMITTED",
813+
"QUEUED",
810814
"IN_PROGRESS",
811815
"COMPLETED_WITH_ERRORS",
812816
"COMPLETED",
@@ -1073,8 +1077,7 @@
10731077
"required":[
10741078
"OutputDataConfig",
10751079
"DatastoreId",
1076-
"DataAccessRoleArn",
1077-
"ClientToken"
1080+
"DataAccessRoleArn"
10781081
],
10791082
"members":{
10801083
"JobName":{
@@ -1127,8 +1130,7 @@
11271130
"InputDataConfig",
11281131
"JobOutputDataConfig",
11291132
"DatastoreId",
1130-
"DataAccessRoleArn",
1131-
"ClientToken"
1133+
"DataAccessRoleArn"
11321134
],
11331135
"members":{
11341136
"JobName":{

0 commit comments

Comments
 (0)