View a markdown version of this page

ListMarketplaceRevenueShares - AWS Partner Central

ListMarketplaceRevenueShares

Returns a paginated list of marketplace revenue shares with optional filters.

Request Parameters

Catalog

The catalog to list marketplace revenue shares from.

Type: String

Valid Values: AWS | Sandbox

Required: Yes

CreatedAfter

Filter results to only include marketplace revenue shares created after this timestamp.

Type: Timestamp

Required: No

CreatedBefore

Filter results to only include marketplace revenue shares created before this timestamp.

Type: Timestamp

Required: No

MaxResults

The maximum number of results to return in a single call.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 100.

Required: No

NextToken

Token for pagination. Use the value returned in the previous response to retrieve the next page.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: [\S]+

Required: No

ProductCodes

Filter results to only include shares with these product codes.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 10 items.

Required: No

ProductIds

Filter results to only include shares with these product identifiers.

Type: Array of strings

Array Members: Minimum number of 1 item. Maximum number of 10 items.

Length Constraints: Fixed length of 18.

Pattern: prod-[a-z0-9]{13}

Required: No

SortBy

The field to sort marketplace revenue shares by.

Type: String

Valid Values: LastModifiedDate

Required: No

SortOrder

The direction to sort results.

Type: String

Valid Values: ASCENDING | DESCENDING

Required: No

Response Elements

The following elements are returned by the service.

MarketplaceRevenueShareSummaries

The list of marketplace revenue share summaries.

Type: Array of MarketplaceRevenueShareSummary objects

NextToken

Token for pagination. Present if there are more results available.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: [\S]+

Errors

For information about the errors that are common to all actions, see Common Error Types.

AccessDeniedException

The request was denied due to insufficient permissions.

Reason

The reason for the access denial.

HTTP Status Code: 403

InternalServerException

An internal server error occurred. Retry your request.

HTTP Status Code: 500

ThrottlingException

The request was throttled due to too many requests. Retry your request.

QuotaCode

The quota code associated with the throttling error.

ServiceCode

The service code associated with the throttling error.

HTTP Status Code: 429

ValidationException

The request failed validation due to invalid input parameters.

FieldList

A list of fields that failed validation.

Reason

The reason for the validation failure.

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: