Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Amazonka.MQ.Types.ActionRequired
Description
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
|
Instances
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.