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
Documentation
data VersionInfo Source #
The Docker and Amazon ECS container agent version information about a container instance.
See: newVersionInfo
smart constructor.
VersionInfo' | |
|
Instances
newVersionInfo :: VersionInfo Source #
Create a value of VersionInfo
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:agentHash:VersionInfo'
, versionInfo_agentHash
- The Git commit hash for the Amazon ECS container agent build on the
amazon-ecs-agent
GitHub repository.
$sel:agentVersion:VersionInfo'
, versionInfo_agentVersion
- The version number of the Amazon ECS container agent.
$sel:dockerVersion:VersionInfo'
, versionInfo_dockerVersion
- The Docker version running on the container instance.
versionInfo_agentHash :: Lens' VersionInfo (Maybe Text) Source #
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.
versionInfo_agentVersion :: Lens' VersionInfo (Maybe Text) Source #
The version number of the Amazon ECS container agent.
versionInfo_dockerVersion :: Lens' VersionInfo (Maybe Text) Source #
The Docker version running on the container instance.