libZSservicesZSamazonka-elastic-inferenceZSamazonka-elastic-inference
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ElasticInference.DescribeAcceleratorOfferings

Description

Describes the locations in which a given accelerator type or set of types is present in a given region.

Synopsis

Creating a Request

data DescribeAcceleratorOfferings Source #

See: newDescribeAcceleratorOfferings smart constructor.

Constructors

DescribeAcceleratorOfferings' 

Fields

  • acceleratorTypes :: Maybe [Text]

    The list of accelerator types to describe.

  • locationType :: LocationType

    The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.

Instances

Instances details
Eq DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

Read DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

Show DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

Generic DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

Associated Types

type Rep DescribeAcceleratorOfferings :: Type -> Type #

NFData DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

Hashable DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

ToJSON DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

AWSRequest DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

ToHeaders DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

ToPath DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

ToQuery DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

type Rep DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

type Rep DescribeAcceleratorOfferings = D1 ('MetaData "DescribeAcceleratorOfferings" "Amazonka.ElasticInference.DescribeAcceleratorOfferings" "libZSservicesZSamazonka-elastic-inferenceZSamazonka-elastic-inference" 'False) (C1 ('MetaCons "DescribeAcceleratorOfferings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceleratorTypes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "locationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LocationType)))
type AWSResponse DescribeAcceleratorOfferings Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

newDescribeAcceleratorOfferings Source #

Create a value of DescribeAcceleratorOfferings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:acceleratorTypes:DescribeAcceleratorOfferings', describeAcceleratorOfferings_acceleratorTypes - The list of accelerator types to describe.

$sel:locationType:DescribeAcceleratorOfferings', describeAcceleratorOfferings_locationType - The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.

Request Lenses

describeAcceleratorOfferings_locationType :: Lens' DescribeAcceleratorOfferings LocationType Source #

The location type that you want to describe accelerator type offerings for. It can assume the following values: region: will return the accelerator type offering at the regional level. availability-zone: will return the accelerator type offering at the availability zone level. availability-zone-id: will return the accelerator type offering at the availability zone level returning the availability zone id.

Destructuring the Response

data DescribeAcceleratorOfferingsResponse Source #

Constructors

DescribeAcceleratorOfferingsResponse' 

Fields

Instances

Instances details
Eq DescribeAcceleratorOfferingsResponse Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

Read DescribeAcceleratorOfferingsResponse Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

Show DescribeAcceleratorOfferingsResponse Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

Generic DescribeAcceleratorOfferingsResponse Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

NFData DescribeAcceleratorOfferingsResponse Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

type Rep DescribeAcceleratorOfferingsResponse Source # 
Instance details

Defined in Amazonka.ElasticInference.DescribeAcceleratorOfferings

type Rep DescribeAcceleratorOfferingsResponse = D1 ('MetaData "DescribeAcceleratorOfferingsResponse" "Amazonka.ElasticInference.DescribeAcceleratorOfferings" "libZSservicesZSamazonka-elastic-inferenceZSamazonka-elastic-inference" 'False) (C1 ('MetaCons "DescribeAcceleratorOfferingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "acceleratorTypeOfferings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AcceleratorTypeOffering])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDescribeAcceleratorOfferingsResponse Source #

Create a value of DescribeAcceleratorOfferingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:acceleratorTypeOfferings:DescribeAcceleratorOfferingsResponse', describeAcceleratorOfferingsResponse_acceleratorTypeOfferings - The list of accelerator type offerings for a specific location.

$sel:httpStatus:DescribeAcceleratorOfferingsResponse', describeAcceleratorOfferingsResponse_httpStatus - The response's http status code.

Response Lenses