libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas
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.ServiceQuotas.Types.ServiceInfo

Description

 
Synopsis

Documentation

data ServiceInfo Source #

Information about a service.

See: newServiceInfo smart constructor.

Constructors

ServiceInfo' 

Fields

Instances

Instances details
Eq ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Read ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Show ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Generic ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Associated Types

type Rep ServiceInfo :: Type -> Type #

NFData ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

Methods

rnf :: ServiceInfo -> () #

Hashable ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

FromJSON ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

type Rep ServiceInfo Source # 
Instance details

Defined in Amazonka.ServiceQuotas.Types.ServiceInfo

type Rep ServiceInfo = D1 ('MetaData "ServiceInfo" "Amazonka.ServiceQuotas.Types.ServiceInfo" "libZSservicesZSamazonka-service-quotasZSamazonka-service-quotas" 'False) (C1 ('MetaCons "ServiceInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "serviceCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newServiceInfo :: ServiceInfo Source #

Create a value of ServiceInfo 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:serviceName:ServiceInfo', serviceInfo_serviceName - The service name.

$sel:serviceCode:ServiceInfo', serviceInfo_serviceCode - The service identifier.