amazonka-ecs-0.3.1: Amazon EC2 Container Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.SubmitContainerStateChange

Contents

Description

This action is only used by the Amazon EC2 Container Service agent, and it is not intended for use outside of the agent.

Sent to acknowledge that a container changed states.

http://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_SubmitContainerStateChange.html

Synopsis

Request

Request constructor

Request lenses

scscCluster :: Lens' SubmitContainerStateChange (Maybe Text) Source

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container.

scscExitCode :: Lens' SubmitContainerStateChange (Maybe Int) Source

The exit code returned for the state change request.

scscNetworkBindings :: Lens' SubmitContainerStateChange [NetworkBinding] Source

The network bindings of the container.

scscReason :: Lens' SubmitContainerStateChange (Maybe Text) Source

The reason for the state change request.

scscStatus :: Lens' SubmitContainerStateChange (Maybe Text) Source

The status of the state change request.

scscTask :: Lens' SubmitContainerStateChange (Maybe Text) Source

The task UUID or full Amazon Resource Name (ARN) of the task that hosts the container.

Response

Response constructor

Response lenses