Awso_sustainability_syncSourceval get_estimated_carbon_emissions :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sustainability.Values.GetEstimatedCarbonEmissionsRequest.t ->
(Awso_sustainability.Values.GetEstimatedCarbonEmissionsResponse.t,
Awso_sustainability.Values.GetEstimatedCarbonEmissionsResponse.error)
Result.tval get_estimated_carbon_emissions_dimension_values :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sustainability.Values.GetEstimatedCarbonEmissionsDimensionValuesRequest.t ->
(Awso_sustainability.Values.GetEstimatedCarbonEmissionsDimensionValuesResponse.t,
Awso_sustainability.Values.GetEstimatedCarbonEmissionsDimensionValuesResponse.error)
Result.tinclude module type of struct include Awso_sustainability.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]Represents a carbon emissions quantity with its value and unit of measurement.
Represents a duration of time defined by start and end timestamps.
Contains estimated carbon emissions data for a specific time period and dimension grouping.
Represents a dimension and its corresponding value.
You do not have sufficient access to perform this action.
The request processing has failed because of an unknown error, exception, or failure.
The request was denied due to request throttling.
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Filters emission values by specific dimension values.
Contains configuration for the fiscal year granularities (e.g., YEARLY_FISCAL, QUARTERLY_FISCAL.
module GetEstimatedCarbonEmissionsResponse =
Awso_sustainability.Values.GetEstimatedCarbonEmissionsResponseReturns estimated carbon emission values based on customer grouping and filtering parameters. We recommend using pagination to ensure that the operation returns quickly and successfully.
module GetEstimatedCarbonEmissionsRequest =
Awso_sustainability.Values.GetEstimatedCarbonEmissionsRequestReturns estimated carbon emission values based on customer grouping and filtering parameters. We recommend using pagination to ensure that the operation returns quickly and successfully.
module GetEstimatedCarbonEmissionsDimensionValuesResponse =
Awso_sustainability.Values.GetEstimatedCarbonEmissionsDimensionValuesResponseReturns the possible dimension values available for a customer's account. We recommend using pagination to ensure that the operation returns quickly and successfully.
module GetEstimatedCarbonEmissionsDimensionValuesRequest =
Awso_sustainability.Values.GetEstimatedCarbonEmissionsDimensionValuesRequestReturns the possible dimension values available for a customer's account. We recommend using pagination to ensure that the operation returns quickly and successfully.