-
Notifications
You must be signed in to change notification settings - Fork 135
Update with latest SDK changes #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Thank you, @vrcca! 💜
I added a few minor points.
| end | ||
|
|
||
| @doc """ | ||
| This API is in preview release for Amazon Connect and is subject to change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting that they put preview APIs into the specs :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering if we should update only with latest tag instead of main branch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vrcca it's a good point. They release a new version every week. We can aim to update only with the latest tag, yes 👍
lib/aws/generated/health_lake.ex
Outdated
| @doc """ | ||
| Creates a Data Store that can ingest and export FHIR formatted data. | ||
| """ | ||
| def create_f_h_i_r_datastore(%Client{} = client, input, options \\ []) do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FHIR can be an acronym in aws-beam
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes can be found here: aws-beam/aws-elixir#57
Many changes since last year :)