| 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.ECS.Types.ManagedAgent
Description
Synopsis
- data ManagedAgent = ManagedAgent' {}
- newManagedAgent :: ManagedAgent
- managedAgent_lastStartedAt :: Lens' ManagedAgent (Maybe UTCTime)
- managedAgent_lastStatus :: Lens' ManagedAgent (Maybe Text)
- managedAgent_name :: Lens' ManagedAgent (Maybe ManagedAgentName)
- managedAgent_reason :: Lens' ManagedAgent (Maybe Text)
Documentation
data ManagedAgent Source #
Details about the managed agent status for the container.
See: newManagedAgent smart constructor.
Constructors
| ManagedAgent' | |
Fields
| |
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:lastStartedAt:ManagedAgent', managedAgent_lastStartedAt - The Unix timestamp for the time when the managed agent was last started.
$sel:lastStatus:ManagedAgent', managedAgent_lastStatus - The last known status of the managed agent.
$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:reason:ManagedAgent', managedAgent_reason - The reason for why the managed agent is in the state it is in.
managedAgent_lastStartedAt :: Lens' ManagedAgent (Maybe UTCTime) Source #
The Unix timestamp for the time when the managed agent was last started.
managedAgent_lastStatus :: Lens' ManagedAgent (Maybe Text) Source #
The last known status of the managed agent.
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_reason :: Lens' ManagedAgent (Maybe Text) Source #
The reason for why the managed agent is in the state it is in.