package pricing

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pricing
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AttributeNameList = Array[String]
  2. trait AttributeValue extends Object

    The values of a given attribute, such as Throughput Optimized HDD or Provisioned IOPS for the Amazon EC2 volumeType attribute.

    The values of a given attribute, such as Throughput Optimized HDD or Provisioned IOPS for the Amazon EC2 volumeType attribute.

    Annotations
    @RawJSType() @native()
  3. type AttributeValueList = Array[AttributeValue]
  4. type BoxedInteger = Int
  5. trait DescribeServicesRequest extends Object
    Annotations
    @RawJSType() @native()
  6. trait DescribeServicesResponse extends Object
    Annotations
    @RawJSType() @native()
  7. trait ExpiredNextTokenExceptionException extends Object

    The pagination token expired.

    The pagination token expired. Try again without a pagination token.

    Annotations
    @RawJSType() @native()
  8. trait Filter extends Object

    The constraints that you want all returned products to match.

    The constraints that you want all returned products to match.

    Annotations
    @RawJSType() @native()
  9. type FilterType = String
  10. type Filters = Array[Filter]
  11. trait GetAttributeValuesRequest extends Object
    Annotations
    @RawJSType() @native()
  12. trait GetAttributeValuesResponse extends Object
    Annotations
    @RawJSType() @native()
  13. trait GetProductsRequest extends Object
    Annotations
    @RawJSType() @native()
  14. trait GetProductsResponse extends Object
    Annotations
    @RawJSType() @native()
  15. trait InternalErrorExceptionException extends Object

    An error on the server occurred during the processing of your request.

    An error on the server occurred during the processing of your request. Try again later.

    Annotations
    @RawJSType() @native()
  16. trait InvalidNextTokenExceptionException extends Object

    The pagination token is invalid.

    The pagination token is invalid. Try again without a pagination token.

    Annotations
    @RawJSType() @native()
  17. trait InvalidParameterExceptionException extends Object

    One or more parameters had an invalid value.

    One or more parameters had an invalid value.

    Annotations
    @RawJSType() @native()
  18. trait NotFoundExceptionException extends Object

    The requested resource can't be found.

    The requested resource can't be found.

    Annotations
    @RawJSType() @native()
  19. type PriceList = Array[PriceListItemJSON]
  20. type PriceListItemJSON = String
  21. class Pricing extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "Pricing" )
  22. implicit final class PricingOps extends AnyVal
  23. trait Service extends Object

    The metadata for a service, such as the service code and available attribute names.

    The metadata for a service, such as the service code and available attribute names.

    Annotations
    @RawJSType() @native()
  24. type ServiceList = Array[Service]
  25. type errorMessage = String

Inherited from AnyRef

Inherited from Any

Ungrouped