Skip to content

Commit 6322d03

Browse files
author
AWS
committed
Amazon HealthLake Update: General availability for Amazon HealthLake. StartFHIRImportJob and StartFHIRExportJob APIs now require AWS KMS parameter. For more information, see the Amazon HealthLake Documentation https://docs.aws.amazon.com/healthlake/index.html.
1 parent 78fa93c commit 6322d03

File tree

3 files changed

+385
-4
lines changed

3 files changed

+385
-4
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": "General availability for Amazon HealthLake. StartFHIRImportJob and StartFHIRExportJob APIs now require AWS KMS parameter. For more information, see the Amazon HealthLake Documentation https://docs.aws.amazon.com/healthlake/index.html."
6+
}

services/healthlake/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
"input_token": "NextToken",
55
"output_token": "NextToken",
66
"limit_key": "MaxResults"
7+
},
8+
"ListFHIRExportJobs": {
9+
"input_token": "NextToken",
10+
"output_token": "NextToken",
11+
"limit_key": "MaxResults"
12+
},
13+
"ListFHIRImportJobs": {
14+
"input_token": "NextToken",
15+
"output_token": "NextToken",
16+
"limit_key": "MaxResults"
717
}
818
}
919
}

0 commit comments

Comments
 (0)