Smaws_Client_MarketplaceAgreement.SearchAgreementsSearches across all agreements that a proposer or an acceptor has in AWS Marketplace. The search returns a list of agreements with basic agreement information.
The following filter combinations are supported:
PartyType as Proposer + AgreementType + ResourceIdentifierPartyType as Proposer + AgreementType + OfferIdPartyType as Proposer + AgreementType + AcceptorAccountIdPartyType as Proposer + AgreementType + StatusPartyType as Proposer + AgreementType + ResourceIdentifier + StatusPartyType as Proposer + AgreementType + OfferId + StatusPartyType as Proposer + AgreementType + AcceptorAccountId + StatusPartyType as Proposer + AgreementType + ResourceType + StatusPartyType as Proposer + AgreementType + AcceptorAccountId + ResourceType + StatusPartyType as Proposer + AgreementType + AcceptorAccountId + OfferIdPartyType as Proposer + AgreementType + AcceptorAccountId + OfferId + StatusPartyType as Proposer + AgreementType + AcceptorAccountId + ResourceIdentifierPartyType as Proposer + AgreementType + AcceptorAccountId + ResourceIdentifier + StatusPartyType as Proposer + AgreementType + AcceptorAccountId + ResourceTypeval error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InternalServerException of Types.internal_server_exception
| `ThrottlingException of Types.throttling_exception
| `ValidationException of Types.validation_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.search_agreements_input ->
(Types.search_agreements_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `InternalServerException of Types.internal_server_exception
| `ThrottlingException of Types.throttling_exception
| `ValidationException of Types.validation_exception ])
Stdlib.result