amazonka-ec2-1.3.6: Amazon Elastic Compute Cloud SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DescribeVPCEndpoints

Contents

Description

Describes one or more of your VPC endpoints.

See: AWS API Reference for DescribeVPCEndpoints.

Synopsis

Creating a Request

describeVPCEndpoints :: DescribeVPCEndpoints Source

Creates a value of DescribeVPCEndpoints with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dvpceFilters :: Lens' DescribeVPCEndpoints [Filter] Source

One or more filters.

  • 'service-name': The name of the AWS service.
  • 'vpc-id': The ID of the VPC in which the endpoint resides.
  • 'vpc-endpoint-id': The ID of the endpoint.
  • 'vpc-endpoint-state': The state of the endpoint. (pending | available | deleting | deleted)

dvpceNextToken :: Lens' DescribeVPCEndpoints (Maybe Text) Source

The token for the next set of items to return. (You received this token from a prior call.)

dvpceDryRun :: Lens' DescribeVPCEndpoints (Maybe Bool) Source

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

dvpceMaxResults :: Lens' DescribeVPCEndpoints (Maybe Int) Source

The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.

Constraint: If the value is greater than 1000, we return only 1000 items.

Destructuring the Response

describeVPCEndpointsResponse Source

Creates a value of DescribeVPCEndpointsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

dvpcersNextToken :: Lens' DescribeVPCEndpointsResponse (Maybe Text) Source

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.