amazonka-workspaces-1.6.1: Amazon WorkSpaces 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.WorkSpaces.UpdateRulesOfIPGroup

Contents

Description

Replaces the current rules of the specified IP access control group with the specified rules.

Synopsis

Creating a Request

updateRulesOfIPGroup Source #

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

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

data UpdateRulesOfIPGroup Source #

See: updateRulesOfIPGroup smart constructor.

Instances
Eq UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Data UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Methods

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

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

toConstr :: UpdateRulesOfIPGroup -> Constr #

dataTypeOf :: UpdateRulesOfIPGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Show UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Generic UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Associated Types

type Rep UpdateRulesOfIPGroup :: Type -> Type #

Hashable UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

ToJSON UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

AWSRequest UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Associated Types

type Rs UpdateRulesOfIPGroup :: Type #

ToHeaders UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

ToPath UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

ToQuery UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

NFData UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Methods

rnf :: UpdateRulesOfIPGroup -> () #

type Rep UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

type Rep UpdateRulesOfIPGroup = D1 (MetaData "UpdateRulesOfIPGroup" "Network.AWS.WorkSpaces.UpdateRulesOfIPGroup" "amazonka-workspaces-1.6.1-5Hv8h1qwyt66H9W1muWLiX" False) (C1 (MetaCons "UpdateRulesOfIPGroup'" PrefixI True) (S1 (MetaSel (Just "_uroigGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_uroigUserRules") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [IPRuleItem])))
type Rs UpdateRulesOfIPGroup Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Request Lenses

Destructuring the Response

updateRulesOfIPGroupResponse Source #

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

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

data UpdateRulesOfIPGroupResponse Source #

See: updateRulesOfIPGroupResponse smart constructor.

Instances
Eq UpdateRulesOfIPGroupResponse Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Data UpdateRulesOfIPGroupResponse Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Methods

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

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

toConstr :: UpdateRulesOfIPGroupResponse -> Constr #

dataTypeOf :: UpdateRulesOfIPGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateRulesOfIPGroupResponse Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Show UpdateRulesOfIPGroupResponse Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Generic UpdateRulesOfIPGroupResponse Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

Associated Types

type Rep UpdateRulesOfIPGroupResponse :: Type -> Type #

NFData UpdateRulesOfIPGroupResponse Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

type Rep UpdateRulesOfIPGroupResponse Source # 
Instance details

Defined in Network.AWS.WorkSpaces.UpdateRulesOfIPGroup

type Rep UpdateRulesOfIPGroupResponse = D1 (MetaData "UpdateRulesOfIPGroupResponse" "Network.AWS.WorkSpaces.UpdateRulesOfIPGroup" "amazonka-workspaces-1.6.1-5Hv8h1qwyt66H9W1muWLiX" True) (C1 (MetaCons "UpdateRulesOfIPGroupResponse'" PrefixI True) (S1 (MetaSel (Just "_uroigrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses