amazonka-mq-2.0: Amazon MQ 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.MQ.Types.ActionRequired

Description

 
Synopsis

Documentation

data ActionRequired Source #

The action required to resolve a broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.

See: newActionRequired smart constructor.

Constructors

ActionRequired' 

Fields

  • actionRequiredCode :: Maybe Text

    The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state. You can find instructions by choosing the link for your code from the list of action required codes in Amazon MQ action required codes. Each code references a topic with detailed information, instructions, and recommendations for how to resolve the issue and prevent future occurrences.

  • actionRequiredInfo :: Maybe Text

    Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.

Instances

Instances details
FromJSON ActionRequired Source # 
Instance details

Defined in Amazonka.MQ.Types.ActionRequired

Generic ActionRequired Source # 
Instance details

Defined in Amazonka.MQ.Types.ActionRequired

Associated Types

type Rep ActionRequired :: Type -> Type #

Read ActionRequired Source # 
Instance details

Defined in Amazonka.MQ.Types.ActionRequired

Show ActionRequired Source # 
Instance details

Defined in Amazonka.MQ.Types.ActionRequired

NFData ActionRequired Source # 
Instance details

Defined in Amazonka.MQ.Types.ActionRequired

Methods

rnf :: ActionRequired -> () #

Eq ActionRequired Source # 
Instance details

Defined in Amazonka.MQ.Types.ActionRequired

Hashable ActionRequired Source # 
Instance details

Defined in Amazonka.MQ.Types.ActionRequired

type Rep ActionRequired Source # 
Instance details

Defined in Amazonka.MQ.Types.ActionRequired

type Rep ActionRequired = D1 ('MetaData "ActionRequired" "Amazonka.MQ.Types.ActionRequired" "amazonka-mq-2.0-3ebKNoK022m255Abw9OF0s" 'False) (C1 ('MetaCons "ActionRequired'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionRequiredCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionRequiredInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newActionRequired :: ActionRequired Source #

Create a value of ActionRequired 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:actionRequiredCode:ActionRequired', actionRequired_actionRequiredCode - The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state. You can find instructions by choosing the link for your code from the list of action required codes in Amazon MQ action required codes. Each code references a topic with detailed information, instructions, and recommendations for how to resolve the issue and prevent future occurrences.

$sel:actionRequiredInfo:ActionRequired', actionRequired_actionRequiredInfo - Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.

actionRequired_actionRequiredCode :: Lens' ActionRequired (Maybe Text) Source #

The code you can use to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state. You can find instructions by choosing the link for your code from the list of action required codes in Amazon MQ action required codes. Each code references a topic with detailed information, instructions, and recommendations for how to resolve the issue and prevent future occurrences.

actionRequired_actionRequiredInfo :: Lens' ActionRequired (Maybe Text) Source #

Information about the action required to resolve your broker issue when the broker is in a CRITICAL_ACTION_REQUIRED state.