Shared
ModelsExpand Collapse
CostQuote { currency, monthly_total, priced_at, usage_dimensions } Cost quote returned by POST /cost.
CostQuote { currency, monthly_total, priced_at, usage_dimensions }
Cost quote returned by POST /cost.
monthly_total: string
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
formatdecimal
CostQuoteUpdate { after, before, currency, 2 more } Cost quote returned by PATCH /:id/cost: the current-state quote, the post-update quote, and the signed diff.
CostQuoteUpdate { after, before, currency, 2 more }
Cost quote returned by PATCH /:id/cost: the current-state quote, the post-update quote, and the signed diff.
after: After { monthly_total, usage_dimensions } Quote for the proposed (post-update) resource state.
after: After { monthly_total, usage_dimensions }
Quote for the proposed (post-update) resource state.
monthly_total: string
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
formatdecimal
before: Before { monthly_total, usage_dimensions } Quote for the proposed (post-update) resource state.
before: Before { monthly_total, usage_dimensions }
Quote for the proposed (post-update) resource state.
monthly_total: string
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
formatdecimal
diff: Diff { monthly_total_delta, usage_dimensions } Per-dimension and total deltas: after minus before.
diff: Diff { monthly_total_delta, usage_dimensions }
Per-dimension and total deltas: after minus before.
monthly_total_delta: string
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
formatdecimal
usage_dimensions: Array<UsageDimension>Per-dimension diff entries. Includes every dimension touched by the update.
usage_dimensions: Array<UsageDimension>
Per-dimension diff entries. Includes every dimension touched by the update.