Skip to content
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

What version should I specify for MediaPackage and MediaPackageVod client? #2899

Closed
lechatthecat opened this issue Mar 14, 2024 · 3 comments
Closed
Assignees
Labels
documentation This is a problem with documentation. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.

Comments

@lechatthecat
Copy link

Describe the issue

For s3 client, document says I must specify API version "2006-03-01" for production:
https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/locking-api-versions.html

But on document of Media Package and Media Package Vod, there is no such version information. Should I always use "latest" for the version?

Links

https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/locking-api-versions.html
https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/mediapackage/
https://docs.aws.amazon.com/mediapackage-vod/latest/apireference/what-is-mp-vod.html

@lechatthecat lechatthecat added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Mar 14, 2024
@stobrien89
Copy link
Member

Hi @lechatthecat,

Assuming you're opening this issue for PHP SDK (your links reference the JS SDK), Generally speaking, you're fine to use latest as your api version. Recently we removed version as required argument in client constructors and set an implicit default of latest. Nowadays services will just release an entirely new service when they want drastically change their API.

@stobrien89 stobrien89 self-assigned this Mar 14, 2024
@stobrien89 stobrien89 added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed needs-triage This issue or PR still needs to be triaged. labels Mar 14, 2024
@lechatthecat
Copy link
Author

@stobrien89
Thank you for your information. Yes, I am using PHP SDK.
OK, I will use "latest" for Media Package and Media Package VOD even in Production. And I'm closing this issue.

Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Projects
None yet
Development

No branches or pull requests

2 participants