Smaws_Client_PricingPricing client library built on EIO.
module Types : sig ... endval make_service :
?attribute_names:Types.attribute_name_list ->
service_code:Types.string_ ->
unit ->
Types.serviceval 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_listval make_list_price_lists_response :
?next_token:Types.string_ ->
?price_lists:Types.price_lists ->
unit ->
Types.list_price_lists_responseval 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_requestval make_get_products_response :
?next_token:Types.string_ ->
?price_list:Types.price_list_json_items ->
?format_version:Types.format_version ->
unit ->
Types.get_products_responseval make_filter :
value:Types.value ->
field:Types.field ->
type_:Types.filter_type ->
unit ->
Types.filterval 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_requestval make_get_price_list_file_url_response :
?url:Types.string_ ->
unit ->
Types.get_price_list_file_url_responseval 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_requestval make_attribute_value :
?value:Types.string_ ->
unit ->
Types.attribute_valueval make_get_attribute_values_response :
?next_token:Types.string_ ->
?attribute_values:Types.attribute_value_list ->
unit ->
Types.get_attribute_values_responseval 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_requestval make_describe_services_response :
?next_token:Types.string_ ->
?format_version:Types.format_version ->
?services:Types.service_list ->
unit ->
Types.describe_services_responseval 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_requestOperations
module DescribeServices : sig ... endReturns 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 ... endReturns 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 ... endThis 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 ... endReturns a list of all products that match the filter criteria.
module ListPriceLists : sig ... endmodule Json_serializers : sig ... endmodule Json_deserializers : sig ... end