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.ModifyVPCEndpointServiceConfiguration

Contents

Description

Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint.

Synopsis

Creating a Request

modifyVPCEndpointServiceConfiguration #

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

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

  • mvescRemoveNetworkLoadBalancerARNs - The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.
  • mvescAcceptanceRequired - Indicate whether requests to create an endpoint to your service must be accepted.
  • mvescAddNetworkLoadBalancerARNs - The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.
  • mvescDryRun - 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 .
  • mvescServiceId - The ID of the service.

data ModifyVPCEndpointServiceConfiguration #

Instances
Eq ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

Data ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

Methods

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

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

toConstr :: ModifyVPCEndpointServiceConfiguration -> Constr #

dataTypeOf :: ModifyVPCEndpointServiceConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

Show ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

Generic ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

Hashable ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

AWSRequest ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

ToHeaders ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

ToPath ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

ToQuery ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

NFData ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

type Rep ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

type Rep ModifyVPCEndpointServiceConfiguration = D1 (MetaData "ModifyVPCEndpointServiceConfiguration" "Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration" "amazonka-ec2-1.6.1-H98Zd65xIYr2z4e5UhW9ck" False) (C1 (MetaCons "ModifyVPCEndpointServiceConfiguration'" PrefixI True) ((S1 (MetaSel (Just "_mvescRemoveNetworkLoadBalancerARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_mvescAcceptanceRequired") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_mvescAddNetworkLoadBalancerARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_mvescDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_mvescServiceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs ModifyVPCEndpointServiceConfiguration # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

Request Lenses

mvescRemoveNetworkLoadBalancerARNs :: Lens' ModifyVPCEndpointServiceConfiguration [Text] #

The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.

mvescAcceptanceRequired :: Lens' ModifyVPCEndpointServiceConfiguration (Maybe Bool) #

Indicate whether requests to create an endpoint to your service must be accepted.

mvescAddNetworkLoadBalancerARNs :: Lens' ModifyVPCEndpointServiceConfiguration [Text] #

The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.

mvescDryRun :: Lens' ModifyVPCEndpointServiceConfiguration (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 .

Destructuring the Response

modifyVPCEndpointServiceConfigurationResponse #

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

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

data ModifyVPCEndpointServiceConfigurationResponse #

Instances
Eq ModifyVPCEndpointServiceConfigurationResponse # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

Data ModifyVPCEndpointServiceConfigurationResponse # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

Methods

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

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

toConstr :: ModifyVPCEndpointServiceConfigurationResponse -> Constr #

dataTypeOf :: ModifyVPCEndpointServiceConfigurationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ModifyVPCEndpointServiceConfigurationResponse # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

Show ModifyVPCEndpointServiceConfigurationResponse # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

Generic ModifyVPCEndpointServiceConfigurationResponse # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

NFData ModifyVPCEndpointServiceConfigurationResponse # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

type Rep ModifyVPCEndpointServiceConfigurationResponse # 
Instance details

Defined in Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration

type Rep ModifyVPCEndpointServiceConfigurationResponse = D1 (MetaData "ModifyVPCEndpointServiceConfigurationResponse" "Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration" "amazonka-ec2-1.6.1-H98Zd65xIYr2z4e5UhW9ck" False) (C1 (MetaCons "ModifyVPCEndpointServiceConfigurationResponse'" PrefixI True) (S1 (MetaSel (Just "_mvescrsReturn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_mvescrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

mvescrsReturn :: Lens' ModifyVPCEndpointServiceConfigurationResponse (Maybe Bool) #

Returns true if the request succeeds; otherwise, it returns an error.