libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.Types.AwsService

Description

 
Synopsis

Documentation

data AwsService Source #

Provides information about an Amazon Web Service that performed an action on an affected resource.

See: newAwsService smart constructor.

Constructors

AwsService' 

Fields

Instances

Instances details
Eq AwsService Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AwsService

Read AwsService Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AwsService

Show AwsService Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AwsService

Generic AwsService Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AwsService

Associated Types

type Rep AwsService :: Type -> Type #

NFData AwsService Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AwsService

Methods

rnf :: AwsService -> () #

Hashable AwsService Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AwsService

FromJSON AwsService Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AwsService

type Rep AwsService Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AwsService

type Rep AwsService = D1 ('MetaData "AwsService" "Amazonka.MacieV2.Types.AwsService" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "AwsService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "invokedBy") '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:invokedBy:AwsService', awsService_invokedBy - The name of the Amazon Web Service that performed the action.

awsService_invokedBy :: Lens' AwsService (Maybe Text) Source #

The name of the Amazon Web Service that performed the action.