amazonka-ds-2.0: Amazon Directory Service 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.DirectoryService.Types.UpdateInfoEntry

Description

 
Synopsis

Documentation

data UpdateInfoEntry Source #

An entry of update information related to a requested update type.

See: newUpdateInfoEntry smart constructor.

Constructors

UpdateInfoEntry' 

Fields

Instances

Instances details
FromJSON UpdateInfoEntry Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateInfoEntry

Generic UpdateInfoEntry Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateInfoEntry

Associated Types

type Rep UpdateInfoEntry :: Type -> Type #

Read UpdateInfoEntry Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateInfoEntry

Show UpdateInfoEntry Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateInfoEntry

NFData UpdateInfoEntry Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateInfoEntry

Methods

rnf :: UpdateInfoEntry -> () #

Eq UpdateInfoEntry Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateInfoEntry

Hashable UpdateInfoEntry Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateInfoEntry

type Rep UpdateInfoEntry Source # 
Instance details

Defined in Amazonka.DirectoryService.Types.UpdateInfoEntry

newUpdateInfoEntry :: UpdateInfoEntry Source #

Create a value of UpdateInfoEntry 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:initiatedBy:UpdateInfoEntry', updateInfoEntry_initiatedBy - This specifies if the update was initiated by the customer or by the service team.

$sel:lastUpdatedDateTime:UpdateInfoEntry', updateInfoEntry_lastUpdatedDateTime - The last updated date and time of a particular directory setting.

$sel:newValue':UpdateInfoEntry', updateInfoEntry_newValue - The new value of the target setting.

$sel:previousValue:UpdateInfoEntry', updateInfoEntry_previousValue - The old value of the target setting.

$sel:region:UpdateInfoEntry', updateInfoEntry_region - The name of the Region.

$sel:startTime:UpdateInfoEntry', updateInfoEntry_startTime - The start time of the UpdateDirectorySetup for the particular type.

$sel:status:UpdateInfoEntry', updateInfoEntry_status - The status of the update performed on the directory.

$sel:statusReason:UpdateInfoEntry', updateInfoEntry_statusReason - The reason for the current status of the update type activity.

updateInfoEntry_initiatedBy :: Lens' UpdateInfoEntry (Maybe Text) Source #

This specifies if the update was initiated by the customer or by the service team.

updateInfoEntry_lastUpdatedDateTime :: Lens' UpdateInfoEntry (Maybe UTCTime) Source #

The last updated date and time of a particular directory setting.

updateInfoEntry_newValue :: Lens' UpdateInfoEntry (Maybe UpdateValue) Source #

The new value of the target setting.

updateInfoEntry_startTime :: Lens' UpdateInfoEntry (Maybe UTCTime) Source #

The start time of the UpdateDirectorySetup for the particular type.

updateInfoEntry_status :: Lens' UpdateInfoEntry (Maybe UpdateStatus) Source #

The status of the update performed on the directory.

updateInfoEntry_statusReason :: Lens' UpdateInfoEntry (Maybe Text) Source #

The reason for the current status of the update type activity.