amazonka-ec2-1.6.0: 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 Source #

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

Instances

Eq ModifyVPCEndpointServiceConfiguration Source # 
Data ModifyVPCEndpointServiceConfiguration Source # 

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 Source # 
Show ModifyVPCEndpointServiceConfiguration Source # 
Generic ModifyVPCEndpointServiceConfiguration Source # 
Hashable ModifyVPCEndpointServiceConfiguration Source # 
NFData ModifyVPCEndpointServiceConfiguration Source # 
AWSRequest ModifyVPCEndpointServiceConfiguration Source # 
ToHeaders ModifyVPCEndpointServiceConfiguration Source # 
ToPath ModifyVPCEndpointServiceConfiguration Source # 
ToQuery ModifyVPCEndpointServiceConfiguration Source # 
type Rep ModifyVPCEndpointServiceConfiguration Source # 
type Rep ModifyVPCEndpointServiceConfiguration = D1 * (MetaData "ModifyVPCEndpointServiceConfiguration" "Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" False) (C1 * (MetaCons "ModifyVPCEndpointServiceConfiguration'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_mvescRemoveNetworkLoadBalancerARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) (S1 * (MetaSel (Just Symbol "_mvescAcceptanceRequired") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_mvescAddNetworkLoadBalancerARNs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_mvescDryRun") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_mvescServiceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))))
type Rs ModifyVPCEndpointServiceConfiguration Source # 

Request Lenses

mvescRemoveNetworkLoadBalancerARNs :: Lens' ModifyVPCEndpointServiceConfiguration [Text] Source #

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

mvescAcceptanceRequired :: Lens' ModifyVPCEndpointServiceConfiguration (Maybe Bool) Source #

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

mvescAddNetworkLoadBalancerARNs :: Lens' ModifyVPCEndpointServiceConfiguration [Text] Source #

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

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

Destructuring the Response

modifyVPCEndpointServiceConfigurationResponse Source #

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

Instances

Eq ModifyVPCEndpointServiceConfigurationResponse Source # 
Data ModifyVPCEndpointServiceConfigurationResponse Source # 

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 Source # 
Show ModifyVPCEndpointServiceConfigurationResponse Source # 
Generic ModifyVPCEndpointServiceConfigurationResponse Source # 
NFData ModifyVPCEndpointServiceConfigurationResponse Source # 
type Rep ModifyVPCEndpointServiceConfigurationResponse Source # 
type Rep ModifyVPCEndpointServiceConfigurationResponse = D1 * (MetaData "ModifyVPCEndpointServiceConfigurationResponse" "Network.AWS.EC2.ModifyVPCEndpointServiceConfiguration" "amazonka-ec2-1.6.0-Kkew7Kpgof6EYi20Z0WOzs" False) (C1 * (MetaCons "ModifyVPCEndpointServiceConfigurationResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_mvescrsReturn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_mvescrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

mvescrsReturn :: Lens' ModifyVPCEndpointServiceConfigurationResponse (Maybe Bool) Source #

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