Smaws_Client_CostExplorer.StartCostAllocationTagBackfillRequest a cost allocation tag backfill. This will backfill the activation status (either active or inactive) for all tag keys from para:BackfillFrom up to the time this request is made.
You can request a backfill once every 24 hours.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `BackfillLimitExceededException of Types.backfill_limit_exceeded_exception
| `LimitExceededException of Types.limit_exceeded_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.start_cost_allocation_tag_backfill_request ->
(Types.start_cost_allocation_tag_backfill_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BackfillLimitExceededException of
Types.backfill_limit_exceeded_exception
| `LimitExceededException of Types.limit_exceeded_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.start_cost_allocation_tag_backfill_request ->
(Types.start_cost_allocation_tag_backfill_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `BackfillLimitExceededException of
Types.backfill_limit_exceeded_exception
| `LimitExceededException of Types.limit_exceeded_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result