amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.ServiceTypeDetail

Description

 
Synopsis

Documentation

data ServiceTypeDetail Source #

Describes the type of service for a VPC endpoint.

See: newServiceTypeDetail smart constructor.

Constructors

ServiceTypeDetail' 

Fields

Instances

Instances details
FromXML ServiceTypeDetail Source # 
Instance details

Defined in Amazonka.EC2.Types.ServiceTypeDetail

Generic ServiceTypeDetail Source # 
Instance details

Defined in Amazonka.EC2.Types.ServiceTypeDetail

Associated Types

type Rep ServiceTypeDetail :: Type -> Type #

Read ServiceTypeDetail Source # 
Instance details

Defined in Amazonka.EC2.Types.ServiceTypeDetail

Show ServiceTypeDetail Source # 
Instance details

Defined in Amazonka.EC2.Types.ServiceTypeDetail

NFData ServiceTypeDetail Source # 
Instance details

Defined in Amazonka.EC2.Types.ServiceTypeDetail

Methods

rnf :: ServiceTypeDetail -> () #

Eq ServiceTypeDetail Source # 
Instance details

Defined in Amazonka.EC2.Types.ServiceTypeDetail

Hashable ServiceTypeDetail Source # 
Instance details

Defined in Amazonka.EC2.Types.ServiceTypeDetail

type Rep ServiceTypeDetail Source # 
Instance details

Defined in Amazonka.EC2.Types.ServiceTypeDetail

type Rep ServiceTypeDetail = D1 ('MetaData "ServiceTypeDetail" "Amazonka.EC2.Types.ServiceTypeDetail" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "ServiceTypeDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ServiceType))))

newServiceTypeDetail :: ServiceTypeDetail Source #

Create a value of ServiceTypeDetail 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:serviceType:ServiceTypeDetail', serviceTypeDetail_serviceType - The type of service.