| Copyright | (c) 2013-2017 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 |
| Language | Haskell2010 |
Network.AWS.ECS.DiscoverPollEndpoint
Description
Returns an endpoint for the Amazon EC2 Container Service agent to poll for updates.
- discoverPollEndpoint :: DiscoverPollEndpoint
- data DiscoverPollEndpoint
- dpeCluster :: Lens' DiscoverPollEndpoint (Maybe Text)
- dpeContainerInstance :: Lens' DiscoverPollEndpoint (Maybe Text)
- discoverPollEndpointResponse :: Int -> DiscoverPollEndpointResponse
- data DiscoverPollEndpointResponse
- dpersTelemetryEndpoint :: Lens' DiscoverPollEndpointResponse (Maybe Text)
- dpersEndpoint :: Lens' DiscoverPollEndpointResponse (Maybe Text)
- dpersResponseStatus :: Lens' DiscoverPollEndpointResponse Int
Creating a Request
discoverPollEndpoint :: DiscoverPollEndpoint Source #
Creates a value of DiscoverPollEndpoint with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpeCluster- The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.dpeContainerInstance- The container instance ID or full Amazon Resource Name (ARN) of the container instance. The ARN contains thearn:aws:ecsnamespace, followed by the region of the container instance, the AWS account ID of the container instance owner, thecontainer-instancenamespace, and then the container instance ID. For example,arn:aws:ecs:region :aws_account_id :container-instance/container_instance_ID.
data DiscoverPollEndpoint Source #
See: discoverPollEndpoint smart constructor.
Instances
Request Lenses
dpeCluster :: Lens' DiscoverPollEndpoint (Maybe Text) Source #
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
dpeContainerInstance :: Lens' DiscoverPollEndpoint (Maybe Text) Source #
The container instance ID 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 ID. For example, arn:aws:ecs:region :aws_account_id :container-instance/container_instance_ID .
Destructuring the Response
discoverPollEndpointResponse Source #
Arguments
| :: Int | |
| -> DiscoverPollEndpointResponse |
Creates a value of DiscoverPollEndpointResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dpersTelemetryEndpoint- The telemetry endpoint for the Amazon ECS agent.dpersEndpoint- The endpoint for the Amazon ECS agent to poll.dpersResponseStatus- -- | The response status code.
data DiscoverPollEndpointResponse Source #
See: discoverPollEndpointResponse smart constructor.
Instances
Response Lenses
dpersTelemetryEndpoint :: Lens' DiscoverPollEndpointResponse (Maybe Text) Source #
The telemetry endpoint for the Amazon ECS agent.
dpersEndpoint :: Lens' DiscoverPollEndpointResponse (Maybe Text) Source #
The endpoint for the Amazon ECS agent to poll.
dpersResponseStatus :: Lens' DiscoverPollEndpointResponse Int Source #
- - | The response status code.