amazonka-storagegateway-1.6.1: Amazon Storage Gateway 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.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 Source #

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

SetLocalConsolePasswordInput

See: setLocalConsolePassword smart constructor.

Instances
Eq SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

Data SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.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 #

Show SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

Generic SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

Associated Types

type Rep SetLocalConsolePassword :: Type -> Type #

Hashable SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

ToJSON SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

AWSRequest SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

Associated Types

type Rs SetLocalConsolePassword :: Type #

ToHeaders SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

ToPath SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

ToQuery SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

NFData SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

Methods

rnf :: SetLocalConsolePassword -> () #

type Rep SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

type Rep SetLocalConsolePassword = D1 (MetaData "SetLocalConsolePassword" "Network.AWS.StorageGateway.SetLocalConsolePassword" "amazonka-storagegateway-1.6.1-8r5RVaLfJcl46lpEVK6Ktc" False) (C1 (MetaCons "SetLocalConsolePassword'" PrefixI True) (S1 (MetaSel (Just "_slcpGatewayARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_slcpLocalConsolePassword") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Sensitive Text))))
type Rs SetLocalConsolePassword Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

Request Lenses

slcpLocalConsolePassword :: Lens' SetLocalConsolePassword Text Source #

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

Destructuring the Response

setLocalConsolePasswordResponse Source #

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

See: setLocalConsolePasswordResponse smart constructor.

Instances
Eq SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

Data SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

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

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

Show SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

Generic SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

Associated Types

type Rep SetLocalConsolePasswordResponse :: Type -> Type #

NFData SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

type Rep SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Network.AWS.StorageGateway.SetLocalConsolePassword

type Rep SetLocalConsolePasswordResponse = D1 (MetaData "SetLocalConsolePasswordResponse" "Network.AWS.StorageGateway.SetLocalConsolePassword" "amazonka-storagegateway-1.6.1-8r5RVaLfJcl46lpEVK6Ktc" False) (C1 (MetaCons "SetLocalConsolePasswordResponse'" PrefixI True) (S1 (MetaSel (Just "_slcprsGatewayARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_slcprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses