amazonka-cloudhsm-1.6.0: Amazon CloudHSM 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.CloudHSM.ModifyHAPG

Contents

Description

This is documentation for AWS CloudHSM Classic . For more information, see AWS CloudHSM Classic FAQs , the AWS CloudHSM Classic User Guide , and the AWS CloudHSM Classic API Reference .

For information about the current version of AWS CloudHSM , see AWS CloudHSM , the AWS CloudHSM User Guide , and the AWS CloudHSM API Reference .

Modifies an existing high-availability partition group.

Synopsis

Creating a Request

modifyHAPG Source #

Arguments

:: Text

mhHAPGARN

-> ModifyHAPG 

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

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

  • mhPartitionSerialList - The list of partition serial numbers to make members of the high-availability partition group.
  • mhLabel - The new label for the high-availability partition group.
  • mhHAPGARN - The ARN of the high-availability partition group to modify.

data ModifyHAPG Source #

See: modifyHAPG smart constructor.

Instances

Eq ModifyHAPG Source # 
Data ModifyHAPG Source # 

Methods

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

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

toConstr :: ModifyHAPG -> Constr #

dataTypeOf :: ModifyHAPG -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ModifyHAPG Source # 
Show ModifyHAPG Source # 
Generic ModifyHAPG Source # 

Associated Types

type Rep ModifyHAPG :: * -> * #

Hashable ModifyHAPG Source # 
ToJSON ModifyHAPG Source # 
NFData ModifyHAPG Source # 

Methods

rnf :: ModifyHAPG -> () #

AWSRequest ModifyHAPG Source # 
ToHeaders ModifyHAPG Source # 

Methods

toHeaders :: ModifyHAPG -> [Header] #

ToPath ModifyHAPG Source # 
ToQuery ModifyHAPG Source # 
type Rep ModifyHAPG Source # 
type Rep ModifyHAPG = D1 * (MetaData "ModifyHAPG" "Network.AWS.CloudHSM.ModifyHAPG" "amazonka-cloudhsm-1.6.0-7LcyNAvS0fpIUvEQaE6swE" False) (C1 * (MetaCons "ModifyHAPG'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_mhPartitionSerialList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_mhLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_mhHAPGARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs ModifyHAPG Source # 

Request Lenses

mhPartitionSerialList :: Lens' ModifyHAPG [Text] Source #

The list of partition serial numbers to make members of the high-availability partition group.

mhLabel :: Lens' ModifyHAPG (Maybe Text) Source #

The new label for the high-availability partition group.

mhHAPGARN :: Lens' ModifyHAPG Text Source #

The ARN of the high-availability partition group to modify.

Destructuring the Response

modifyHAPGResponse Source #

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

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

data ModifyHAPGResponse Source #

See: modifyHAPGResponse smart constructor.

Instances

Eq ModifyHAPGResponse Source # 
Data ModifyHAPGResponse Source # 

Methods

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

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

toConstr :: ModifyHAPGResponse -> Constr #

dataTypeOf :: ModifyHAPGResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ModifyHAPGResponse Source # 
Show ModifyHAPGResponse Source # 
Generic ModifyHAPGResponse Source # 
NFData ModifyHAPGResponse Source # 

Methods

rnf :: ModifyHAPGResponse -> () #

type Rep ModifyHAPGResponse Source # 
type Rep ModifyHAPGResponse = D1 * (MetaData "ModifyHAPGResponse" "Network.AWS.CloudHSM.ModifyHAPG" "amazonka-cloudhsm-1.6.0-7LcyNAvS0fpIUvEQaE6swE" False) (C1 * (MetaCons "ModifyHAPGResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_mhrsHAPGARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_mhrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

mhrsHAPGARN :: Lens' ModifyHAPGResponse (Maybe Text) Source #

The ARN of the high-availability partition group.

mhrsResponseStatus :: Lens' ModifyHAPGResponse Int Source #

  • - | The response status code.