Module Awso_freetier_asyncSource

include module type of struct include Values end
include module type of struct include Awso_freetier.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 targetPrefix : 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 ]

You don't have sufficient access to perform this action.

The monetary amount of the credit.

The summary of the rewards granted as a result of activities completed.

The summary of activities.

Contains the specifications for the filters to use for your request.

Use Expression to filter in the GetFreeTierUsage API operation. You can use the following patterns: Simple dimension values (Dimensions root operator) Complex expressions with logical operators (AND, NOT, and OR root operators). For simple dimension values, you can set the dimension name, values, and match type for the filters that you plan to use. Example for simple dimension values You can filter to match exactly for REGION==us-east-1 OR REGION==us-west-1. The corresponding Expression appears like the following: { "Dimensions": { "Key": "REGION", "Values": [ "us-east-1", "us-west-1" ], "MatchOptions": ["EQUALS"] } } As shown in the previous example, lists of dimension values are combined with OR when you apply the filter. For complex expressions with logical operators, you can have nested expressions to use the logical operators and specify advanced filtering. Example for complex expressions with logical operators You can filter by ((REGION == us-east-1 OR REGION == us-west-1) OR (SERVICE CONTAINS AWSLambda)) AND (USAGE_TYPE !CONTAINS DataTransfer). The corresponding Expression appears like the following: { "And": [ {"Or": [ {"Dimensions": { "Key": "REGION", "Values": [ "us-east-1", "us-west-1" ], "MatchOptions": ["EQUALS"] }}, {"Dimensions": { "Key": "SERVICE", "Values": ["AWSLambda"], "MatchOptions": ["CONTAINS"] } } ]}, {"Not": {"Dimensions": { "Key": "USAGE_TYPE", "Values": ["DataTransfer"], "MatchOptions": ["CONTAINS"] }}} ] } In the following Contents, you must specify exactly one of the following root operators.

Consists of a Amazon Web Services Free Tier offer’s metadata and your data usage for the offer.

Sourcemodule GetAccountActivityRequest = Awso_freetier.Values.GetAccountActivityRequest

Returns a specific activity record that is available to the customer.

The input fails to satisfy the constraints specified by an Amazon Web Services service.

The request was denied due to request throttling.

Sourcemodule SyntheticTimestamp_date_time = Awso_freetier.Values.SyntheticTimestamp_date_time
Sourcemodule ResourceNotFoundException = Awso_freetier.Values.ResourceNotFoundException

This exception is thrown when the requested resource cannot be found.

An unexpected error occurred during the processing of your request.

Sourcemodule GetAccountActivityResponse = Awso_freetier.Values.GetAccountActivityResponse

Returns a specific activity record that is available to the customer.

Sourcemodule GetAccountPlanStateRequest = Awso_freetier.Values.GetAccountPlanStateRequest

This returns all of the information related to the state of the account plan related to Free Tier.

Sourcemodule GetAccountPlanStateResponse = Awso_freetier.Values.GetAccountPlanStateResponse

This returns all of the information related to the state of the account plan related to Free Tier.

Returns a list of all Free Tier usage objects that match your filters.

Sourcemodule GetFreeTierUsageResponse = Awso_freetier.Values.GetFreeTierUsageResponse

Returns a list of all Free Tier usage objects that match your filters.

Sourcemodule ListAccountActivitiesRequest = Awso_freetier.Values.ListAccountActivitiesRequest

Returns a list of activities that are available. This operation supports pagination and filtering by status.

Sourcemodule ListAccountActivitiesResponse = Awso_freetier.Values.ListAccountActivitiesResponse

Returns a list of activities that are available. This operation supports pagination and filtering by status.

Sourcemodule UpgradeAccountPlanRequest = Awso_freetier.Values.UpgradeAccountPlanRequest

The account plan type for the Amazon Web Services account.

Sourcemodule UpgradeAccountPlanResponse = Awso_freetier.Values.UpgradeAccountPlanResponse

The account plan type for the Amazon Web Services account.

Sourcemodule Cli : sig ... end