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

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

Network.AWS.EC2.DescribeVPCEndpointServices

Contents

Description

Describes available services to which you can create a VPC endpoint.

Synopsis

Creating a Request

describeVPCEndpointServices :: DescribeVPCEndpointServices Source #

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:

  • dvesFilters - One or more filters. * service-name : The name of the service.
  • dvesServiceNames - One or more service names.
  • 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 Source #

Contains the parameters for DescribeVpcEndpointServices.

See: describeVPCEndpointServices smart constructor.

Instances
Eq DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

Data DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.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 Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

Show DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

Generic DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

Associated Types

type Rep DescribeVPCEndpointServices :: Type -> Type #

Hashable DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

AWSRequest DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

Associated Types

type Rs DescribeVPCEndpointServices :: Type #

ToHeaders DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

ToPath DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

ToQuery DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

NFData DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

type Rep DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

type Rep DescribeVPCEndpointServices = D1 (MetaData "DescribeVPCEndpointServices" "Network.AWS.EC2.DescribeVPCEndpointServices" "amazonka-ec2-1.6.1-GgG1M0FWcBrE5I5IM2QktE" False) (C1 (MetaCons "DescribeVPCEndpointServices'" PrefixI True) ((S1 (MetaSel (Just "_dvesFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Filter])) :*: S1 (MetaSel (Just "_dvesServiceNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_dvesNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_dvesDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_dvesMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))))
type Rs DescribeVPCEndpointServices Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

Request Lenses

dvesFilters :: Lens' DescribeVPCEndpointServices [Filter] Source #

One or more filters. * service-name : The name of the service.

dvesNextToken :: Lens' DescribeVPCEndpointServices (Maybe Text) Source #

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

dvesDryRun :: Lens' DescribeVPCEndpointServices (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 .

dvesMaxResults :: Lens' DescribeVPCEndpointServices (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

describeVPCEndpointServicesResponse Source #

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 Source #

Contains the output of DescribeVpcEndpointServices.

See: describeVPCEndpointServicesResponse smart constructor.

Instances
Eq DescribeVPCEndpointServicesResponse Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

Data DescribeVPCEndpointServicesResponse Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

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 Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

Show DescribeVPCEndpointServicesResponse Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

Generic DescribeVPCEndpointServicesResponse Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

NFData DescribeVPCEndpointServicesResponse Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

type Rep DescribeVPCEndpointServicesResponse Source # 
Instance details

Defined in Network.AWS.EC2.DescribeVPCEndpointServices

type Rep DescribeVPCEndpointServicesResponse = D1 (MetaData "DescribeVPCEndpointServicesResponse" "Network.AWS.EC2.DescribeVPCEndpointServices" "amazonka-ec2-1.6.1-GgG1M0FWcBrE5I5IM2QktE" False) (C1 (MetaCons "DescribeVPCEndpointServicesResponse'" PrefixI True) ((S1 (MetaSel (Just "_dvesrsServiceDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ServiceDetail])) :*: S1 (MetaSel (Just "_dvesrsServiceNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_dvesrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_dvesrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

dvesrsNextToken :: Lens' DescribeVPCEndpointServicesResponse (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.