amazonka-storagegateway-2.0: Amazon Storage Gateway SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.StorageGateway.SetLocalConsolePassword

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

data SetLocalConsolePassword Source #

SetLocalConsolePasswordInput

See: newSetLocalConsolePassword smart constructor.

Constructors

SetLocalConsolePassword' 

Fields

Instances

Instances details
ToJSON SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

ToHeaders SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

ToPath SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

ToQuery SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

AWSRequest SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

Generic SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

Associated Types

type Rep SetLocalConsolePassword :: Type -> Type #

Show SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

NFData SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

Methods

rnf :: SetLocalConsolePassword -> () #

Eq SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

Hashable SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

type AWSResponse SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

type Rep SetLocalConsolePassword Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

type Rep SetLocalConsolePassword = D1 ('MetaData "SetLocalConsolePassword" "Amazonka.StorageGateway.SetLocalConsolePassword" "amazonka-storagegateway-2.0-A8x7b0LCNm33wkCZlwgcSL" 'False) (C1 ('MetaCons "SetLocalConsolePassword'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "localConsolePassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text))))

newSetLocalConsolePassword Source #

Create a value of SetLocalConsolePassword with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

SetLocalConsolePassword, setLocalConsolePassword_gatewayARN - Undocumented member.

$sel:localConsolePassword:SetLocalConsolePassword', setLocalConsolePassword_localConsolePassword - The password you want to set for your VM local console.

Request Lenses

setLocalConsolePassword_localConsolePassword :: Lens' SetLocalConsolePassword Text Source #

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

Destructuring the Response

data SetLocalConsolePasswordResponse Source #

See: newSetLocalConsolePasswordResponse smart constructor.

Constructors

SetLocalConsolePasswordResponse' 

Fields

Instances

Instances details
Generic SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

Associated Types

type Rep SetLocalConsolePasswordResponse :: Type -> Type #

Read SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

Show SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

NFData SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

Eq SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

type Rep SetLocalConsolePasswordResponse Source # 
Instance details

Defined in Amazonka.StorageGateway.SetLocalConsolePassword

type Rep SetLocalConsolePasswordResponse = D1 ('MetaData "SetLocalConsolePasswordResponse" "Amazonka.StorageGateway.SetLocalConsolePassword" "amazonka-storagegateway-2.0-A8x7b0LCNm33wkCZlwgcSL" 'False) (C1 ('MetaCons "SetLocalConsolePasswordResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayARN") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSetLocalConsolePasswordResponse Source #

Create a value of SetLocalConsolePasswordResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

SetLocalConsolePassword, setLocalConsolePasswordResponse_gatewayARN - Undocumented member.

$sel:httpStatus:SetLocalConsolePasswordResponse', setLocalConsolePasswordResponse_httpStatus - The response's http status code.

Response Lenses