amazonka-cloudhsm-1.6.1: 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 # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

Data ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

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

Defined in Network.AWS.CloudHSM.ModifyHAPG

Show ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

Generic ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

Associated Types

type Rep ModifyHAPG :: Type -> Type #

Hashable ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

ToJSON ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

AWSRequest ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

Associated Types

type Rs ModifyHAPG :: Type #

ToHeaders ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

Methods

toHeaders :: ModifyHAPG -> [Header] #

ToPath ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

ToQuery ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

NFData ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

Methods

rnf :: ModifyHAPG -> () #

type Rep ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

type Rep ModifyHAPG = D1 (MetaData "ModifyHAPG" "Network.AWS.CloudHSM.ModifyHAPG" "amazonka-cloudhsm-1.6.1-4znIKUA0fUEDSYNWkcPcz3" False) (C1 (MetaCons "ModifyHAPG'" PrefixI True) (S1 (MetaSel (Just "_mhPartitionSerialList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_mhLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mhHAPGARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ModifyHAPG Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

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

Defined in Network.AWS.CloudHSM.ModifyHAPG

Data ModifyHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

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

Defined in Network.AWS.CloudHSM.ModifyHAPG

Show ModifyHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

Generic ModifyHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

Associated Types

type Rep ModifyHAPGResponse :: Type -> Type #

NFData ModifyHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

Methods

rnf :: ModifyHAPGResponse -> () #

type Rep ModifyHAPGResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ModifyHAPG

type Rep ModifyHAPGResponse = D1 (MetaData "ModifyHAPGResponse" "Network.AWS.CloudHSM.ModifyHAPG" "amazonka-cloudhsm-1.6.1-4znIKUA0fUEDSYNWkcPcz3" False) (C1 (MetaCons "ModifyHAPGResponse'" PrefixI True) (S1 (MetaSel (Just "_mhrsHAPGARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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.