MarketplaceAgreementClient
AWS Marketplace is a curated digital catalog that customers can use to find, buy, deploy, and manage third-party software, data, and services to build solutions and run their businesses. The AWS Marketplace Agreement Service provides an API interface that helps AWS Marketplace sellers manage their product-related agreements, including listing, searching, and filtering agreements.
To manage agreements in AWS Marketplace, you must ensure that your AWS Identity and Access Management (IAM) policies and roles are set up. The user must have the required policies/permissions that allow them to carry out the actions in AWS:
DescribeAgreement
– Grants permission to users to obtain detailed meta data about any of their agreements.GetAgreementTerms
– Grants permission to users to obtain details about the terms of an agreement.SearchAgreements
– Grants permission to users to search through all their agreements.
Functions
Provides details about an agreement, such as the proposer, acceptor, start date, and end date.
Obtains details about the terms in an agreement that you participated in as proposer or acceptor.
Searches across all agreements that a proposer or an acceptor has in AWS Marketplace. The search returns a list of agreements with basic agreement information.
Inherited functions
Provides details about an agreement, such as the proposer, acceptor, start date, and end date.
Obtains details about the terms in an agreement that you participated in as proposer or acceptor.
Paginate over GetAgreementTermsResponse results.
Searches across all agreements that a proposer or an acceptor has in AWS Marketplace. The search returns a list of agreements with basic agreement information.
Paginate over SearchAgreementsResponse results.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.