libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
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.AuditManager.Types.AWSService

Description

 
Synopsis

Documentation

data AWSService Source #

An Amazon Web Service such as Amazon S3, CloudTrail, and so on.

See: newAWSService smart constructor.

Constructors

AWSService' 

Fields

Instances

Instances details
Eq AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Read AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Show AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Generic AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Associated Types

type Rep AWSService :: Type -> Type #

NFData AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Methods

rnf :: AWSService -> () #

Hashable AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

ToJSON AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

FromJSON AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

type Rep AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

type Rep AWSService = D1 ('MetaData "AWSService" "Amazonka.AuditManager.Types.AWSService" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "AWSService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAWSService :: AWSService Source #

Create a value of AWSService 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:AWSService', aWSService_serviceName - The name of the Amazon Web Service.

aWSService_serviceName :: Lens' AWSService (Maybe Text) Source #

The name of the Amazon Web Service.