PartnerCentralRevenueMeasurementClient

AWS Partner Central Revenue Measurement API for creating, managing, and tracking revenue attributions and their allocations with deal entities such as offers and opportunities.

Properties

Link copied to clipboard

PartnerCentralRevenueMeasurementClient's configuration

Functions

Link copied to clipboard

Creates a new marketplace revenue share resource in the specified catalog.

Link copied to clipboard

Creates a new marketplace revenue share allocation for the specified product.

Link copied to clipboard

Creates a new revenue attribution record in the specified catalog.

Link copied to clipboard

Retrieves the details of a specific marketplace revenue share.

Link copied to clipboard

Retrieves the details of a specific marketplace revenue share allocation.

Link copied to clipboard

Retrieves the details of a specific revenue attribution.

Link copied to clipboard

Retrieves a single allocation by its RevenueAttributionAllocationId. Supports optional point-in-time version queries.

Link copied to clipboard

Retrieves the current status of a previously submitted allocations task. When COMPLETE, includes the latest revision. When FAILED, includes error details.

Link copied to clipboard

Returns a paginated list of allocations under a marketplace revenue share, with optional filtering by status and effective date range. Supports historical reads at a specific share revision.

Link copied to clipboard

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

Link copied to clipboard

Returns a paginated list of committed allocations with support for filtering by entity, customer, status, or date range.

Link copied to clipboard

Returns a paginated list of revenue attributions with optional filters.

Link copied to clipboard

Returns the tags associated with the specified resource.

Link copied to clipboard

Submits a batch of up to 250 allocation changes (CREATE and/or UPDATE) for asynchronous processing. Returns a TaskId for tracking.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Adds or overwrites one or more tags for the specified resource.

Link copied to clipboard

Removes one or more tags from the specified resource.

Link copied to clipboard

Updates an existing marketplace revenue share allocation. Supports modifying effective dates, revenue share percentage, and status with time-based mutability rules.

Link copied to clipboard

Updates an existing revenue attribution record.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates a new marketplace revenue share resource in the specified catalog.

Link copied to clipboard

Creates a new marketplace revenue share allocation for the specified product.

Link copied to clipboard

Creates a new revenue attribution record in the specified catalog.

Link copied to clipboard

Retrieves the details of a specific marketplace revenue share.

Link copied to clipboard

Retrieves the details of a specific marketplace revenue share allocation.

Link copied to clipboard

Retrieves the details of a specific revenue attribution.

Link copied to clipboard

Retrieves a single allocation by its RevenueAttributionAllocationId. Supports optional point-in-time version queries.

Link copied to clipboard

Retrieves the current status of a previously submitted allocations task. When COMPLETE, includes the latest revision. When FAILED, includes error details.

Link copied to clipboard

Returns a paginated list of allocations under a marketplace revenue share, with optional filtering by status and effective date range. Supports historical reads at a specific share revision.

Link copied to clipboard

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

Link copied to clipboard

Returns a paginated list of committed allocations with support for filtering by entity, customer, status, or date range.

Link copied to clipboard

Returns a paginated list of revenue attributions with optional filters.

Link copied to clipboard

Returns the tags associated with the specified resource.

Link copied to clipboard

Submits a batch of up to 250 allocation changes (CREATE and/or UPDATE) for asynchronous processing. Returns a TaskId for tracking.

Link copied to clipboard

Adds or overwrites one or more tags for the specified resource.

Link copied to clipboard

Removes one or more tags from the specified resource.

Link copied to clipboard

Updates an existing marketplace revenue share allocation. Supports modifying effective dates, revenue share percentage, and status with time-based mutability rules.

Link copied to clipboard

Updates an existing revenue attribution record.

Link copied to clipboard

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.