Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ManagedAgent = ManagedAgent' {}
- newManagedAgent :: ManagedAgent
- managedAgent_lastStatus :: Lens' ManagedAgent (Maybe Text)
- managedAgent_reason :: Lens' ManagedAgent (Maybe Text)
- managedAgent_name :: Lens' ManagedAgent (Maybe ManagedAgentName)
- managedAgent_lastStartedAt :: Lens' ManagedAgent (Maybe UTCTime)
Documentation
data ManagedAgent Source #
Details about the managed agent status for the container.
See: newManagedAgent
smart constructor.
ManagedAgent' | |
|
Instances
newManagedAgent :: ManagedAgent Source #
Create a value of ManagedAgent
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:lastStatus:ManagedAgent'
, managedAgent_lastStatus
- The last known status of the managed agent.
$sel:reason:ManagedAgent'
, managedAgent_reason
- The reason for why the managed agent is in the state it is in.
$sel:name:ManagedAgent'
, managedAgent_name
- The name of the managed agent. When the execute command feature is
enabled, the managed agent name is ExecuteCommandAgent
.
$sel:lastStartedAt:ManagedAgent'
, managedAgent_lastStartedAt
- The Unix timestamp for when the managed agent was last started.
managedAgent_lastStatus :: Lens' ManagedAgent (Maybe Text) Source #
The last known status of the managed agent.
managedAgent_reason :: Lens' ManagedAgent (Maybe Text) Source #
The reason for why the managed agent is in the state it is in.
managedAgent_name :: Lens' ManagedAgent (Maybe ManagedAgentName) Source #
The name of the managed agent. When the execute command feature is
enabled, the managed agent name is ExecuteCommandAgent
.
managedAgent_lastStartedAt :: Lens' ManagedAgent (Maybe UTCTime) Source #
The Unix timestamp for when the managed agent was last started.