updateMarketplaceRevenueShareAllocation

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

Samples

// Example for UpdateMarketplaceRevenueShareAllocation
val resp = partnerCentralRevenueMeasurementClient.updateMarketplaceRevenueShareAllocation {
    catalog = CatalogName.fromValue("AWS")
    productId = "prod-abc123def4567"
    marketplaceRevenueShareAllocationId = "mrsa-abc123def4567"
    marketplaceRevenueShareRevision = "1"
    revenueSharePercent = "20.00"
}