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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ECS.DiscoverPollEndpoint

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.

Returns an endpoint for the Amazon EC2 Container Service agent to poll for updates.

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

Synopsis

Request

Request constructor

discoverPollEndpoint :: DiscoverPollEndpoint Source

DiscoverPollEndpoint constructor.

The fields accessible through corresponding lenses are:

Request lenses

dpeCluster :: Lens' DiscoverPollEndpoint (Maybe Text) Source

The cluster that the container instance belongs to.

dpeContainerInstance :: Lens' DiscoverPollEndpoint (Maybe Text) Source

The container instance UUID or full Amazon Resource Name (ARN) of the container instance. The ARN contains the 'arn:aws:ecs' namespace, followed by the region of the container instance, the AWS account ID of the container instance owner, the 'container-instance' namespace, and then the container instance UUID. For example, arn:aws:ecs:region:aws_account_id:container-instance/ container_instance_UUID.

Response

Response constructor

discoverPollEndpointResponse :: DiscoverPollEndpointResponse Source

DiscoverPollEndpointResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses

dperEndpoint :: Lens' DiscoverPollEndpointResponse (Maybe Text) Source

The endpoint for the Amazon ECS agent to poll.