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

Copyright(c) 2013-2016 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.DescribeVPCEndpointServices

Contents

Description

Describes all supported AWS services that can be specified when creating a VPC endpoint.

Synopsis

Creating a Request

describeVPCEndpointServices :: DescribeVPCEndpointServices #

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

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

  • dvesNextToken - The token for the next set of items to return. (You received this token from a prior call.)
  • dvesDryRun - 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 .
  • dvesMaxResults - 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.

data DescribeVPCEndpointServices #

Contains the parameters for DescribeVpcEndpointServices.

See: describeVPCEndpointServices smart constructor.

Instances

Eq DescribeVPCEndpointServices # 
Data DescribeVPCEndpointServices # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeVPCEndpointServices -> c DescribeVPCEndpointServices #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeVPCEndpointServices #

toConstr :: DescribeVPCEndpointServices -> Constr #

dataTypeOf :: DescribeVPCEndpointServices -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeVPCEndpointServices) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeVPCEndpointServices) #

gmapT :: (forall b. Data b => b -> b) -> DescribeVPCEndpointServices -> DescribeVPCEndpointServices #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeVPCEndpointServices -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeVPCEndpointServices -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeVPCEndpointServices -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeVPCEndpointServices -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointServices -> m DescribeVPCEndpointServices #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointServices -> m DescribeVPCEndpointServices #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointServices -> m DescribeVPCEndpointServices #

Read DescribeVPCEndpointServices # 
Show DescribeVPCEndpointServices # 
Generic DescribeVPCEndpointServices # 
Hashable DescribeVPCEndpointServices # 
NFData DescribeVPCEndpointServices # 
AWSRequest DescribeVPCEndpointServices # 
ToQuery DescribeVPCEndpointServices # 
ToPath DescribeVPCEndpointServices # 
ToHeaders DescribeVPCEndpointServices # 
type Rep DescribeVPCEndpointServices # 
type Rep DescribeVPCEndpointServices = D1 (MetaData "DescribeVPCEndpointServices" "Network.AWS.EC2.DescribeVPCEndpointServices" "amazonka-ec2-1.4.5-C4CR35JggG2GhWFrIiKGhu" False) (C1 (MetaCons "DescribeVPCEndpointServices'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dvesNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dvesDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_dvesMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))
type Rs DescribeVPCEndpointServices # 

Request Lenses

dvesNextToken :: Lens' DescribeVPCEndpointServices (Maybe Text) #

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

dvesDryRun :: Lens' DescribeVPCEndpointServices (Maybe Bool) #

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 .

dvesMaxResults :: Lens' DescribeVPCEndpointServices (Maybe Int) #

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

describeVPCEndpointServicesResponse #

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

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

data DescribeVPCEndpointServicesResponse #

Contains the output of DescribeVpcEndpointServices.

See: describeVPCEndpointServicesResponse smart constructor.

Instances

Eq DescribeVPCEndpointServicesResponse # 
Data DescribeVPCEndpointServicesResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeVPCEndpointServicesResponse -> c DescribeVPCEndpointServicesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeVPCEndpointServicesResponse #

toConstr :: DescribeVPCEndpointServicesResponse -> Constr #

dataTypeOf :: DescribeVPCEndpointServicesResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeVPCEndpointServicesResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeVPCEndpointServicesResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeVPCEndpointServicesResponse -> DescribeVPCEndpointServicesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeVPCEndpointServicesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeVPCEndpointServicesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeVPCEndpointServicesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeVPCEndpointServicesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointServicesResponse -> m DescribeVPCEndpointServicesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointServicesResponse -> m DescribeVPCEndpointServicesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeVPCEndpointServicesResponse -> m DescribeVPCEndpointServicesResponse #

Read DescribeVPCEndpointServicesResponse # 
Show DescribeVPCEndpointServicesResponse # 
Generic DescribeVPCEndpointServicesResponse # 
NFData DescribeVPCEndpointServicesResponse # 
type Rep DescribeVPCEndpointServicesResponse # 
type Rep DescribeVPCEndpointServicesResponse = D1 (MetaData "DescribeVPCEndpointServicesResponse" "Network.AWS.EC2.DescribeVPCEndpointServices" "amazonka-ec2-1.4.5-C4CR35JggG2GhWFrIiKGhu" False) (C1 (MetaCons "DescribeVPCEndpointServicesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dvesrsServiceNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) ((:*:) (S1 (MetaSel (Just Symbol "_dvesrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dvesrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

dvesrsServiceNames :: Lens' DescribeVPCEndpointServicesResponse [Text] #

A list of supported AWS services.

dvesrsNextToken :: Lens' DescribeVPCEndpointServicesResponse (Maybe Text) #

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