amazonka-storagegateway-1.4.5: Amazon Storage Gateway SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.StorageGateway.SetLocalConsolePassword

Contents

Description

Sets the password for your VM local console. When you log in to the local console for the first time, you log in to the VM with the default credentials. We recommend that you set a new password. You don't need to know the default password to set a new password.

Synopsis

Creating a Request

setLocalConsolePassword #

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

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

data SetLocalConsolePassword #

SetLocalConsolePasswordInput

See: setLocalConsolePassword smart constructor.

Instances

Eq SetLocalConsolePassword # 
Data SetLocalConsolePassword # 

Methods

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

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

toConstr :: SetLocalConsolePassword -> Constr #

dataTypeOf :: SetLocalConsolePassword -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SetLocalConsolePassword # 
Show SetLocalConsolePassword # 
Generic SetLocalConsolePassword # 
Hashable SetLocalConsolePassword # 
ToJSON SetLocalConsolePassword # 
NFData SetLocalConsolePassword # 

Methods

rnf :: SetLocalConsolePassword -> () #

AWSRequest SetLocalConsolePassword # 
ToQuery SetLocalConsolePassword # 
ToPath SetLocalConsolePassword # 
ToHeaders SetLocalConsolePassword # 
type Rep SetLocalConsolePassword # 
type Rep SetLocalConsolePassword = D1 (MetaData "SetLocalConsolePassword" "Network.AWS.StorageGateway.SetLocalConsolePassword" "amazonka-storagegateway-1.4.5-ChAHao40T5hDKKv8LXBPA4" False) (C1 (MetaCons "SetLocalConsolePassword'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_slcpGatewayARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_slcpLocalConsolePassword") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive Text)))))
type Rs SetLocalConsolePassword # 

Request Lenses

slcpLocalConsolePassword :: Lens' SetLocalConsolePassword Text #

The password you want to set for your VM local console.

Destructuring the Response

setLocalConsolePasswordResponse #

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

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

data SetLocalConsolePasswordResponse #

See: setLocalConsolePasswordResponse smart constructor.

Instances

Eq SetLocalConsolePasswordResponse # 
Data SetLocalConsolePasswordResponse # 

Methods

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

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

toConstr :: SetLocalConsolePasswordResponse -> Constr #

dataTypeOf :: SetLocalConsolePasswordResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read SetLocalConsolePasswordResponse # 
Show SetLocalConsolePasswordResponse # 
Generic SetLocalConsolePasswordResponse # 
NFData SetLocalConsolePasswordResponse # 
type Rep SetLocalConsolePasswordResponse # 
type Rep SetLocalConsolePasswordResponse = D1 (MetaData "SetLocalConsolePasswordResponse" "Network.AWS.StorageGateway.SetLocalConsolePassword" "amazonka-storagegateway-1.4.5-ChAHao40T5hDKKv8LXBPA4" False) (C1 (MetaCons "SetLocalConsolePasswordResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_slcprsGatewayARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_slcprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses