libZSservicesZSamazonka-healthZSamazonka-health
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.AWSHealth.Types.OrganizationEventDetails

Description

 
Synopsis

Documentation

data OrganizationEventDetails Source #

Detailed information about an event. A combination of an Event object, an EventDescription object, and additional metadata about the event. Returned by the DescribeEventDetailsForOrganization operation.

See: newOrganizationEventDetails smart constructor.

Constructors

OrganizationEventDetails' 

Fields

Instances

Instances details
Eq OrganizationEventDetails Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventDetails

Read OrganizationEventDetails Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventDetails

Show OrganizationEventDetails Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventDetails

Generic OrganizationEventDetails Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventDetails

Associated Types

type Rep OrganizationEventDetails :: Type -> Type #

NFData OrganizationEventDetails Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventDetails

Hashable OrganizationEventDetails Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventDetails

FromJSON OrganizationEventDetails Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventDetails

type Rep OrganizationEventDetails Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventDetails

type Rep OrganizationEventDetails = D1 ('MetaData "OrganizationEventDetails" "Amazonka.AWSHealth.Types.OrganizationEventDetails" "libZSservicesZSamazonka-healthZSamazonka-health" 'False) (C1 ('MetaCons "OrganizationEventDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "event") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Event)) :*: S1 ('MetaSel ('Just "eventDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventDescription))) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newOrganizationEventDetails :: OrganizationEventDetails Source #

Create a value of OrganizationEventDetails 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:event:OrganizationEventDetails', organizationEventDetails_event - Undocumented member.

$sel:eventDescription:OrganizationEventDetails', organizationEventDetails_eventDescription - Undocumented member.

$sel:awsAccountId:OrganizationEventDetails', organizationEventDetails_awsAccountId - The 12-digit AWS account numbers that contains the affected entities.

$sel:eventMetadata:OrganizationEventDetails', organizationEventDetails_eventMetadata - Additional metadata about the event.

organizationEventDetails_awsAccountId :: Lens' OrganizationEventDetails (Maybe Text) Source #

The 12-digit AWS account numbers that contains the affected entities.