Module Awso_sustainability_asyncSource

include module type of struct include Awso_sustainability.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval 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.

Returns estimated carbon emission values based on customer grouping and filtering parameters. We recommend using pagination to ensure that the operation returns quickly and successfully.

Returns estimated carbon emission values based on customer grouping and filtering parameters. We recommend using pagination to ensure that the operation returns quickly and successfully.

Sourcemodule GetEstimatedCarbonEmissionsDimensionValuesResponse = Awso_sustainability.Values.GetEstimatedCarbonEmissionsDimensionValuesResponse

Returns the possible dimension values available for a customer's account. We recommend using pagination to ensure that the operation returns quickly and successfully.

Sourcemodule GetEstimatedCarbonEmissionsDimensionValuesRequest = Awso_sustainability.Values.GetEstimatedCarbonEmissionsDimensionValuesRequest

Returns the possible dimension values available for a customer's account. We recommend using pagination to ensure that the operation returns quickly and successfully.

Sourcemodule Cli : sig ... end