Values.GetAttributeValuesResponseSourceReturns 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.
type nonrec t = {attributeValues : AttributeValueList.t option;The list of values for an attribute. For example, Throughput Optimized HDD and Provisioned IOPS are two available values for the AmazonEC2 volumeType.
*)nextToken : String_.t option;The pagination token that indicates the next set of results to retrieve.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ExpiredNextTokenException of ExpiredNextTokenException.t| `InternalErrorException of InternalErrorException.t| `InvalidNextTokenException of InvalidNextTokenException.t| `InvalidParameterException of InvalidParameterException.t| `NotFoundException of NotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ExpiredNextTokenException of ExpiredNextTokenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidParameterException of InvalidParameterException.t
| `NotFoundException of NotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ExpiredNextTokenException of ExpiredNextTokenException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidNextTokenException of InvalidNextTokenException.t
| `InvalidParameterException of InvalidParameterException.t
| `NotFoundException of NotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]