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.ServiceMetadata

Description

 
Synopsis

Documentation

data ServiceMetadata Source #

The metadata associated with the specified Amazon Web Service.

See: newServiceMetadata smart constructor.

Constructors

ServiceMetadata' 

Fields

Instances

Instances details
Eq ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Read ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Show ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Generic ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Associated Types

type Rep ServiceMetadata :: Type -> Type #

NFData ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Methods

rnf :: ServiceMetadata -> () #

Hashable ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

FromJSON ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

type Rep ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

type Rep ServiceMetadata = D1 ('MetaData "ServiceMetadata" "Amazonka.AuditManager.Types.ServiceMetadata" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ServiceMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newServiceMetadata :: ServiceMetadata Source #

Create a value of ServiceMetadata 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:category:ServiceMetadata', serviceMetadata_category - The category in which the Amazon Web Service belongs, such as compute, storage, database, and so on.

$sel:name:ServiceMetadata', serviceMetadata_name - The name of the Amazon Web Service.

$sel:displayName:ServiceMetadata', serviceMetadata_displayName - The display name of the Amazon Web Service.

$sel:description:ServiceMetadata', serviceMetadata_description - The description of the specified Amazon Web Service.

serviceMetadata_category :: Lens' ServiceMetadata (Maybe Text) Source #

The category in which the Amazon Web Service belongs, such as compute, storage, database, and so on.

serviceMetadata_name :: Lens' ServiceMetadata (Maybe Text) Source #

The name of the Amazon Web Service.

serviceMetadata_displayName :: Lens' ServiceMetadata (Maybe Text) Source #

The display name of the Amazon Web Service.

serviceMetadata_description :: Lens' ServiceMetadata (Maybe Text) Source #

The description of the specified Amazon Web Service.