Module Smaws_Client_Pricing

Pricing client library built on EIO.

Types

module Types : sig ... end

Builders

val make_service : ?attribute_names:Types.attribute_name_list -> service_code:Types.string_ -> unit -> Types.service
val make_price_list : ?file_formats:Types.file_formats -> ?currency_code:Types.currency_code -> ?region_code:Types.region_code -> ?price_list_arn:Types.price_list_arn -> unit -> Types.price_list
val make_list_price_lists_response : ?next_token:Types.string_ -> ?price_lists:Types.price_lists -> unit -> Types.list_price_lists_response
val make_list_price_lists_request : ?max_results:Types.max_results -> ?next_token:Types.string_ -> ?region_code:Types.region_code -> currency_code:Types.currency_code -> effective_date:Types.effective_date -> service_code:Types.service_code -> unit -> Types.list_price_lists_request
val make_get_products_response : ?next_token:Types.string_ -> ?price_list:Types.price_list_json_items -> ?format_version:Types.format_version -> unit -> Types.get_products_response
val make_filter : value:Types.value -> field:Types.field -> type_:Types.filter_type -> unit -> Types.filter
val make_get_products_request : ?max_results:Types.get_products_max_results -> ?next_token:Types.string_ -> ?format_version:Types.format_version -> ?filters:Types.filters -> service_code:Types.string_ -> unit -> Types.get_products_request
val make_get_price_list_file_url_response : ?url:Types.string_ -> unit -> Types.get_price_list_file_url_response
val make_get_price_list_file_url_request : file_format:Types.file_format -> price_list_arn:Types.price_list_arn -> unit -> Types.get_price_list_file_url_request
val make_attribute_value : ?value:Types.string_ -> unit -> Types.attribute_value
val make_get_attribute_values_response : ?next_token:Types.string_ -> ?attribute_values:Types.attribute_value_list -> unit -> Types.get_attribute_values_response
val make_get_attribute_values_request : ?max_results:Types.get_attribute_values_max_results -> ?next_token:Types.string_ -> attribute_name:Types.string_ -> service_code:Types.string_ -> unit -> Types.get_attribute_values_request
val make_describe_services_response : ?next_token:Types.string_ -> ?format_version:Types.format_version -> ?services:Types.service_list -> unit -> Types.describe_services_response
val make_describe_services_request : ?max_results:Types.describe_services_max_results -> ?next_token:Types.string_ -> ?format_version:Types.format_version -> ?service_code:Types.string_ -> unit -> Types.describe_services_request

Operations

module DescribeServices : sig ... end

Returns the metadata for one service or a list of the metadata for all services. Use this without a service code to get the service codes for all services. Use it with a service code, such as AmazonEC2, to get information specific to that service, such as the attribute names available for that service. For example, some of the attribute names available for EC2 are volumeType, maxIopsVolume, operation, locationType, and instanceCapacity10xlarge.

module GetAttributeValues : sig ... end

Returns a list of attribute values. Attributes are similar to the details in a Price List API offer file. For a list of available attributes, see Offer File Definitions in the Billing and Cost Management User Guide.

module GetPriceListFileUrl : sig ... end

This feature is in preview release and is subject to change. Your use of Amazon Web Services Price List API is subject to the Beta Service Participation terms of the Amazon Web Services Service Terms (Section 1.10).

module GetProducts : sig ... end

Returns a list of all products that match the filter criteria.

module ListPriceLists : sig ... end
module Json_serializers : sig ... end
module Json_deserializers : sig ... end