amazonka-health-2.0: Amazon Health APIs and Notifications 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.AWSHealth.Types.OrganizationEventFilter

Description

 
Synopsis

Documentation

data OrganizationEventFilter Source #

The values to filter results from the DescribeEventsForOrganization operation.

See: newOrganizationEventFilter smart constructor.

Constructors

OrganizationEventFilter' 

Fields

Instances

Instances details
ToJSON OrganizationEventFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventFilter

Generic OrganizationEventFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventFilter

Associated Types

type Rep OrganizationEventFilter :: Type -> Type #

Read OrganizationEventFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventFilter

Show OrganizationEventFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventFilter

NFData OrganizationEventFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventFilter

Methods

rnf :: OrganizationEventFilter -> () #

Eq OrganizationEventFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventFilter

Hashable OrganizationEventFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventFilter

type Rep OrganizationEventFilter Source # 
Instance details

Defined in Amazonka.AWSHealth.Types.OrganizationEventFilter

type Rep OrganizationEventFilter = D1 ('MetaData "OrganizationEventFilter" "Amazonka.AWSHealth.Types.OrganizationEventFilter" "amazonka-health-2.0-97kQZARXu4I8k4sVSmOp5K" 'False) (C1 ('MetaCons "OrganizationEventFilter'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "awsAccountIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeRange))) :*: (S1 ('MetaSel ('Just "entityArns") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "entityValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "eventStatusCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty EventStatusCode)))))) :*: ((S1 ('MetaSel ('Just "eventTypeCategories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty EventTypeCategory))) :*: (S1 ('MetaSel ('Just "eventTypeCodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "lastUpdatedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeRange)))) :*: (S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "services") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DateTimeRange)))))))

newOrganizationEventFilter :: OrganizationEventFilter Source #

Create a value of OrganizationEventFilter 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:awsAccountIds:OrganizationEventFilter', organizationEventFilter_awsAccountIds - A list of 12-digit Amazon Web Services account numbers that contains the affected entities.

$sel:endTime:OrganizationEventFilter', organizationEventFilter_endTime - Undocumented member.

$sel:entityArns:OrganizationEventFilter', organizationEventFilter_entityArns - A list of entity ARNs (unique identifiers).

$sel:entityValues:OrganizationEventFilter', organizationEventFilter_entityValues - A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).

$sel:eventStatusCodes:OrganizationEventFilter', organizationEventFilter_eventStatusCodes - A list of event status codes.

$sel:eventTypeCategories:OrganizationEventFilter', organizationEventFilter_eventTypeCategories - A list of event type category codes. Possible values are issue, accountNotification, or scheduledChange. Currently, the investigation value isn't supported at this time.

$sel:eventTypeCodes:OrganizationEventFilter', organizationEventFilter_eventTypeCodes - A list of unique identifiers for event types. For example, "AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED".

$sel:lastUpdatedTime:OrganizationEventFilter', organizationEventFilter_lastUpdatedTime - Undocumented member.

$sel:regions:OrganizationEventFilter', organizationEventFilter_regions - A list of Amazon Web Services Regions.

$sel:services:OrganizationEventFilter', organizationEventFilter_services - The Amazon Web Services services associated with the event. For example, EC2, RDS.

$sel:startTime:OrganizationEventFilter', organizationEventFilter_startTime - Undocumented member.

organizationEventFilter_awsAccountIds :: Lens' OrganizationEventFilter (Maybe (NonEmpty Text)) Source #

A list of 12-digit Amazon Web Services account numbers that contains the affected entities.

organizationEventFilter_entityValues :: Lens' OrganizationEventFilter (Maybe (NonEmpty Text)) Source #

A list of entity identifiers, such as EC2 instance IDs (i-34ab692e) or EBS volumes (vol-426ab23e).

organizationEventFilter_eventTypeCategories :: Lens' OrganizationEventFilter (Maybe (NonEmpty EventTypeCategory)) Source #

A list of event type category codes. Possible values are issue, accountNotification, or scheduledChange. Currently, the investigation value isn't supported at this time.

organizationEventFilter_eventTypeCodes :: Lens' OrganizationEventFilter (Maybe (NonEmpty Text)) Source #

A list of unique identifiers for event types. For example, "AWS_EC2_SYSTEM_MAINTENANCE_EVENT","AWS_RDS_MAINTENANCE_SCHEDULED".

organizationEventFilter_services :: Lens' OrganizationEventFilter (Maybe (NonEmpty Text)) Source #

The Amazon Web Services services associated with the event. For example, EC2, RDS.