Module Awso_freetier.ValuesSource

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 ]
Sourcemodule GenericString : sig ... end
Sourcemodule AccessDeniedException : sig ... end

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

Sourcemodule AccountId : sig ... end
Sourcemodule AccountPlanStatus : sig ... end
Sourcemodule AccountPlanType : sig ... end
Sourcemodule ActivityStatus : sig ... end
Sourcemodule GenericDouble : sig ... end
Sourcemodule CurrencyCode : sig ... end
Sourcemodule MonetaryAmount : sig ... end

The monetary amount of the credit.

Sourcemodule ActivityReward : sig ... end

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

Sourcemodule ActivityId : sig ... end
Sourcemodule ActivitySummary : sig ... end

The summary of activities.

Sourcemodule Activities : sig ... end
Sourcemodule Dimension : sig ... end
Sourcemodule Value : sig ... end
Sourcemodule Values : sig ... end
Sourcemodule MatchOption : sig ... end
Sourcemodule MatchOptions : sig ... end
Sourcemodule DimensionValues : sig ... end

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

module Expression : sig ... end

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.

module Expressions : sig ... end
Sourcemodule FilterActivityStatuses : sig ... end
Sourcemodule FreeTierUsage : sig ... end

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

Sourcemodule FreeTierUsages : sig ... end
Sourcemodule LanguageCode : sig ... end
Sourcemodule GetAccountActivityRequest : sig ... end

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

Sourcemodule ValidationException : sig ... end

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

Sourcemodule ThrottlingException : sig ... end

The request was denied due to request throttling.

Sourcemodule ResourceNotFoundException : sig ... end

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

Sourcemodule InternalServerException : sig ... end

An unexpected error occurred during the processing of your request.

Sourcemodule Integer : sig ... end

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

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

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

Sourcemodule NextPageToken : sig ... end
Sourcemodule MaxResults : sig ... end
Sourcemodule GetFreeTierUsageRequest : sig ... end

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

Sourcemodule GetFreeTierUsageResponse : sig ... end

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

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

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

Sourcemodule UpgradeAccountPlanRequest : sig ... end

The account plan type for the Amazon Web Services account.

The account plan type for the Amazon Web Services account.