libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.AwsRdsDbStatusInfo

Description

 
Synopsis

Documentation

data AwsRdsDbStatusInfo Source #

Information about the status of a read replica.

See: newAwsRdsDbStatusInfo smart constructor.

Constructors

AwsRdsDbStatusInfo' 

Fields

  • status :: Maybe Text

    The status of the read replica instance.

  • normal :: Maybe Bool

    Whether the read replica instance is operating normally.

  • statusType :: Maybe Text

    The type of status. For a read replica, the status type is read replication.

  • message :: Maybe Text

    If the read replica is currently in an error state, provides the error details.

Instances

Instances details
Eq AwsRdsDbStatusInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbStatusInfo

Read AwsRdsDbStatusInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbStatusInfo

Show AwsRdsDbStatusInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbStatusInfo

Generic AwsRdsDbStatusInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbStatusInfo

Associated Types

type Rep AwsRdsDbStatusInfo :: Type -> Type #

NFData AwsRdsDbStatusInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbStatusInfo

Methods

rnf :: AwsRdsDbStatusInfo -> () #

Hashable AwsRdsDbStatusInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbStatusInfo

ToJSON AwsRdsDbStatusInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbStatusInfo

FromJSON AwsRdsDbStatusInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbStatusInfo

type Rep AwsRdsDbStatusInfo Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsRdsDbStatusInfo

type Rep AwsRdsDbStatusInfo = D1 ('MetaData "AwsRdsDbStatusInfo" "Amazonka.SecurityHub.Types.AwsRdsDbStatusInfo" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsRdsDbStatusInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "normal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "statusType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAwsRdsDbStatusInfo :: AwsRdsDbStatusInfo Source #

Create a value of AwsRdsDbStatusInfo 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:AwsRdsDbStatusInfo', awsRdsDbStatusInfo_status - The status of the read replica instance.

$sel:normal:AwsRdsDbStatusInfo', awsRdsDbStatusInfo_normal - Whether the read replica instance is operating normally.

$sel:statusType:AwsRdsDbStatusInfo', awsRdsDbStatusInfo_statusType - The type of status. For a read replica, the status type is read replication.

$sel:message:AwsRdsDbStatusInfo', awsRdsDbStatusInfo_message - If the read replica is currently in an error state, provides the error details.

awsRdsDbStatusInfo_status :: Lens' AwsRdsDbStatusInfo (Maybe Text) Source #

The status of the read replica instance.

awsRdsDbStatusInfo_normal :: Lens' AwsRdsDbStatusInfo (Maybe Bool) Source #

Whether the read replica instance is operating normally.

awsRdsDbStatusInfo_statusType :: Lens' AwsRdsDbStatusInfo (Maybe Text) Source #

The type of status. For a read replica, the status type is read replication.

awsRdsDbStatusInfo_message :: Lens' AwsRdsDbStatusInfo (Maybe Text) Source #

If the read replica is currently in an error state, provides the error details.