libZSservicesZSamazonka-dsZSamazonka-ds
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.DirectoryService.Types.EventTopic

Description

 
Synopsis

Documentation

data EventTopic Source #

Information about Amazon SNS topic and Directory Service directory associations.

See: newEventTopic smart constructor.

Constructors

EventTopic' 

Fields

Instances

Instances details
Eq EventTopic Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.EventTopic

Read EventTopic Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.EventTopic

Show EventTopic Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.EventTopic

Generic EventTopic Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.EventTopic

Associated Types

type Rep EventTopic :: Type -> Type #

NFData EventTopic Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.EventTopic

Methods

rnf :: EventTopic -> () #

Hashable EventTopic Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.EventTopic

FromJSON EventTopic Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.EventTopic

type Rep EventTopic Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.EventTopic

type Rep EventTopic = D1 ('MetaData "EventTopic" "Amazonka.DirectoryService.Types.EventTopic" "libZSservicesZSamazonka-dsZSamazonka-ds" 'False) (C1 ('MetaCons "EventTopic'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TopicStatus)) :*: S1 ('MetaSel ('Just "directoryId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "topicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "topicArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newEventTopic :: EventTopic Source #

Create a value of EventTopic 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:status:EventTopic', eventTopic_status - The topic registration status.

$sel:directoryId:EventTopic', eventTopic_directoryId - The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.

$sel:topicName:EventTopic', eventTopic_topicName - The name of an Amazon SNS topic the receives status messages from the directory.

$sel:topicArn:EventTopic', eventTopic_topicArn - The Amazon SNS topic ARN (Amazon Resource Name).

$sel:createdDateTime:EventTopic', eventTopic_createdDateTime - The date and time of when you associated your directory with the Amazon SNS topic.

eventTopic_status :: Lens' EventTopic (Maybe TopicStatus) Source #

The topic registration status.

eventTopic_directoryId :: Lens' EventTopic (Maybe Text) Source #

The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.

eventTopic_topicName :: Lens' EventTopic (Maybe Text) Source #

The name of an Amazon SNS topic the receives status messages from the directory.

eventTopic_topicArn :: Lens' EventTopic (Maybe Text) Source #

The Amazon SNS topic ARN (Amazon Resource Name).

eventTopic_createdDateTime :: Lens' EventTopic (Maybe UTCTime) Source #

The date and time of when you associated your directory with the Amazon SNS topic.