Skip to content

Commit 5ce5230

Browse files
authored
Python: HealthLake, metadata updates (#7131)
Metadata fixes
1 parent 4aec5a8 commit 5ce5230

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

.doc_gen/metadata/healthlake_metadata.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ healthlake_CreateFHIRDatastore:
55
versions:
66
- sdk_version: 3
77
github: python/example_code/healthlake
8+
github_note_at_bottom: true
89
excerpts:
910
- description:
1011
snippet_tags:
@@ -23,6 +24,7 @@ healthlake_DescribeFHIRDatastore:
2324
versions:
2425
- sdk_version: 3
2526
github: python/example_code/healthlake
27+
github_note_at_bottom: true
2628
excerpts:
2729
- description:
2830
snippet_tags:
@@ -36,6 +38,7 @@ healthlake_ListFHIRDatastores:
3638
versions:
3739
- sdk_version: 3
3840
github: python/example_code/healthlake
41+
github_note_at_bottom: true
3942
excerpts:
4043
- description:
4144
snippet_tags:
@@ -49,6 +52,7 @@ healthlake_DeleteFHIRDatastore:
4952
versions:
5053
- sdk_version: 3
5154
github: python/example_code/healthlake
55+
github_note_at_bottom: true
5256
excerpts:
5357
- description:
5458
snippet_tags:
@@ -62,6 +66,7 @@ healthlake_StartFHIRImportJob:
6266
versions:
6367
- sdk_version: 3
6468
github: python/example_code/healthlake
69+
github_note_at_bottom: true
6570
excerpts:
6671
- description:
6772
snippet_tags:
@@ -75,32 +80,35 @@ healthlake_DescribeFHIRImportJob:
7580
versions:
7681
- sdk_version: 3
7782
github: python/example_code/healthlake
83+
github_note_at_bottom: true
7884
excerpts:
7985
- description:
8086
snippet_tags:
8187
- python.example_code.healthlake.HealthLakeWrapper.decl
8288
- python.example_code.healthlake.DescribeFHIRImportJob
8389
services:
8490
healthlake: {DescribeFHIRImportJob}
85-
healthlake_ListFHIRDatastoreImportJobs:
91+
healthlake_ListFHIRImportJobs:
8692
languages:
8793
Python:
8894
versions:
8995
- sdk_version: 3
9096
github: python/example_code/healthlake
97+
github_note_at_bottom: true
9198
excerpts:
9299
- description:
93100
snippet_tags:
94101
- python.example_code.healthlake.HealthLakeWrapper.decl
95-
- python.example_code.healthlake.ListFHIRDatastoreImportJobs
102+
- python.example_code.healthlake.ListFHIRImportJobs
96103
services:
97-
healthlake: {ListFHIRDatastoreImportJobs}
104+
healthlake: {ListFHIRImportJobs}
98105
healthlake_StartFHIRExportJob:
99106
languages:
100107
Python:
101108
versions:
102109
- sdk_version: 3
103110
github: python/example_code/healthlake
111+
github_note_at_bottom: true
104112
excerpts:
105113
- description:
106114
snippet_tags:
@@ -114,6 +122,7 @@ healthlake_DescribeFHIRExportJob:
114122
versions:
115123
- sdk_version: 3
116124
github: python/example_code/healthlake
125+
github_note_at_bottom: true
117126
excerpts:
118127
- description:
119128
snippet_tags:
@@ -127,6 +136,7 @@ healthlake_ListFHIRExportJobs:
127136
versions:
128137
- sdk_version: 3
129138
github: python/example_code/healthlake
139+
github_note_at_bottom: true
130140
excerpts:
131141
- description:
132142
snippet_tags:
@@ -140,6 +150,7 @@ healthlake_TagResource:
140150
versions:
141151
- sdk_version: 3
142152
github: python/example_code/healthlake
153+
github_note_at_bottom: true
143154
excerpts:
144155
- description:
145156
snippet_tags:
@@ -153,6 +164,7 @@ healthlake_ListTagsForResource:
153164
versions:
154165
- sdk_version: 3
155166
github: python/example_code/healthlake
167+
github_note_at_bottom: true
156168
excerpts:
157169
- description:
158170
snippet_tags:
@@ -166,6 +178,7 @@ healthlake_UntagResource:
166178
versions:
167179
- sdk_version: 3
168180
github: python/example_code/healthlake
181+
github_note_at_bottom: true
169182
excerpts:
170183
- description:
171184
snippet_tags:

python/example_code/healthlake/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ Code excerpts that show you how to call individual service functions.
4343
- [DescribeFHIRDatastore](health_lake_wrapper.py#L84)
4444
- [DescribeFHIRExportJob](health_lake_wrapper.py#L310)
4545
- [DescribeFHIRImportJob](health_lake_wrapper.py#L197)
46-
- [ListFHIRDatastoreImportJobs](health_lake_wrapper.py#L222)
4746
- [ListFHIRDatastores](health_lake_wrapper.py#L106)
4847
- [ListFHIRExportJobs](health_lake_wrapper.py#L335)
48+
- [ListFHIRImportJobs](health_lake_wrapper.py#L222)
4949
- [ListTagsForResource](health_lake_wrapper.py#L404)
5050
- [StartFHIRExportJob](health_lake_wrapper.py#L272)
5151
- [StartFHIRImportJob](health_lake_wrapper.py#L154)
@@ -92,4 +92,4 @@ in the `python` folder.
9292

9393
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
9494

95-
SPDX-License-Identifier: Apache-2.0
95+
SPDX-License-Identifier: Apache-2.0

python/example_code/healthlake/health_lake_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def describe_fhir_import_job(
219219

220220
# snippet-end:[python.example_code.healthlake.DescribeFHIRImportJob]
221221

222-
# snippet-start:[python.example_code.healthlake.ListFHIRDatastoreImportJobs]
222+
# snippet-start:[python.example_code.healthlake.ListFHIRImportJobs]
223223
def list_fhir_import_jobs(
224224
self,
225225
datastore_id: str,
@@ -267,7 +267,7 @@ def list_fhir_import_jobs(
267267
)
268268
raise
269269

270-
# snippet-end:[python.example_code.healthlake.ListFHIRDatastoreImportJobs]
270+
# snippet-end:[python.example_code.healthlake.ListFHIRImportJobs]
271271

272272
# snippet-start:[python.example_code.healthlake.StartFHIRExportJob]
273273
def start_fhir_export_job(

0 commit comments

Comments
 (0)