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 ContainerStateChange = ContainerStateChange' {}
- newContainerStateChange :: ContainerStateChange
- containerStateChange_networkBindings :: Lens' ContainerStateChange (Maybe [NetworkBinding])
- containerStateChange_status :: Lens' ContainerStateChange (Maybe Text)
- containerStateChange_containerName :: Lens' ContainerStateChange (Maybe Text)
- containerStateChange_reason :: Lens' ContainerStateChange (Maybe Text)
- containerStateChange_imageDigest :: Lens' ContainerStateChange (Maybe Text)
- containerStateChange_exitCode :: Lens' ContainerStateChange (Maybe Int)
- containerStateChange_runtimeId :: Lens' ContainerStateChange (Maybe Text)
Documentation
data ContainerStateChange Source #
An object representing a change in state for a container.
See: newContainerStateChange
smart constructor.
ContainerStateChange' | |
|
Instances
newContainerStateChange :: ContainerStateChange Source #
Create a value of ContainerStateChange
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:networkBindings:ContainerStateChange'
, containerStateChange_networkBindings
- Any network bindings associated with the container.
$sel:status:ContainerStateChange'
, containerStateChange_status
- The status of the container.
$sel:containerName:ContainerStateChange'
, containerStateChange_containerName
- The name of the container.
$sel:reason:ContainerStateChange'
, containerStateChange_reason
- The reason for the state change.
$sel:imageDigest:ContainerStateChange'
, containerStateChange_imageDigest
- The container image SHA 256 digest.
$sel:exitCode:ContainerStateChange'
, containerStateChange_exitCode
- The exit code for the container, if the state change is a result of the
container exiting.
$sel:runtimeId:ContainerStateChange'
, containerStateChange_runtimeId
- The ID of the Docker container.
containerStateChange_networkBindings :: Lens' ContainerStateChange (Maybe [NetworkBinding]) Source #
Any network bindings associated with the container.
containerStateChange_status :: Lens' ContainerStateChange (Maybe Text) Source #
The status of the container.
containerStateChange_containerName :: Lens' ContainerStateChange (Maybe Text) Source #
The name of the container.
containerStateChange_reason :: Lens' ContainerStateChange (Maybe Text) Source #
The reason for the state change.
containerStateChange_imageDigest :: Lens' ContainerStateChange (Maybe Text) Source #
The container image SHA 256 digest.
containerStateChange_exitCode :: Lens' ContainerStateChange (Maybe Int) Source #
The exit code for the container, if the state change is a result of the container exiting.
containerStateChange_runtimeId :: Lens' ContainerStateChange (Maybe Text) Source #
The ID of the Docker container.