-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
marketplace-entitlement: get_entitlements #3520
Comments
Thanks @Alustrat for reporting these issues. It looks like that AWS API Documentation link should point to here: https://docs.aws.amazon.com/marketplaceentitlement/latest/APIReference/API_GetEntitlements.html. Boto3 and other SDK documentation is pulled upstream from service API teams, so those respective service teams must address their respective documentation issues. I created this issue in our cross-SDK repo to track the documentation problems going forward: aws/aws-sdk#432. Regarding this point:
What error are you seeing? If you can provide your debug logs (with any sensitive info redacted) by adding |
Hello @tim-finnigan, no problem 😃 Thanks for taking care of this ! For the pagination point, I will not be able to help you with the debug logs I will be far from my computer for the next days but I can show you the error we received:
Following what this error said, I came to the conclusion that the pagination was in fact limited to 25. I finally completely removed the |
Juste thought that if these errors are right, It could also be a good Idea to throw them when using the client stub (currently they are not). |
Hi @Alustrat thanks for following up. It sounds like you were able to resolve the issue. We'll continue to track the documentation problems in that other issue going forward. Since the documentation and error come from the service side, this is something that the Marketplace Entitlement service team would need to address rather than boto3 directly. Please refer to that issue for updates going forward, and if you have an AWS Support plan consider reaching out there for assistance or by using the Provide feedback links at the bottom of API documentation pages such as GetEntitlements. |
Describe the issue
Client version: 1.26.19
Doc version: 1.26.23
Hi there !
While using the marketplace-entitlement client from boto3 I encountered an error which seems to go against what is said on the documentation page.
My code looks like this:
And the error I receive with this code is:
However the boto3 documentation say "Filter is used to return entitlements for a specific customer or for a specific dimension.".
While I'm reporting this one, I want to add some other points that affect the same documentation (but let me know if you want that I create other issues for them):
CUSTOMER_ID
andDIMENSION
(it is mentioned on the AWS referenceAPI page but never on the boto3 documentation page)Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/marketplace-entitlement.html#MarketplaceEntitlementService.Client.get_entitlements
The text was updated successfully, but these errors were encountered: