libZSservicesZSamazonka-ec2-instance-connectZSamazonka-ec2-instance-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.EC2InstanceConnect.Lens

Description

 
Synopsis

Operations

SendSSHPublicKey

sendSSHPublicKey_instanceOSUser :: Lens' SendSSHPublicKey Text Source #

The OS user on the EC2 instance for whom the key can be used to authenticate.

sendSSHPublicKey_sSHPublicKey :: Lens' SendSSHPublicKey Text Source #

The public key material. To use the public key, you must have the matching private key.

sendSSHPublicKey_availabilityZone :: Lens' SendSSHPublicKey Text Source #

The Availability Zone in which the EC2 instance was launched.

sendSSHPublicKeyResponse_requestId :: Lens' SendSSHPublicKeyResponse (Maybe Text) Source #

The ID of the request. Please provide this ID when contacting AWS Support for assistance.

sendSSHPublicKeyResponse_success :: Lens' SendSSHPublicKeyResponse (Maybe Bool) Source #

Is true if the request succeeds and an error otherwise.

SendSerialConsoleSSHPublicKey

sendSerialConsoleSSHPublicKey_serialPort :: Lens' SendSerialConsoleSSHPublicKey (Maybe Natural) Source #

The serial port of the EC2 instance. Currently only port 0 is supported.

Default: 0

sendSerialConsoleSSHPublicKey_sSHPublicKey :: Lens' SendSerialConsoleSSHPublicKey Text Source #

The public key material. To use the public key, you must have the matching private key. For information about the supported key formats and lengths, see Requirements for key pairs in the Amazon EC2 User Guide.

sendSerialConsoleSSHPublicKeyResponse_requestId :: Lens' SendSerialConsoleSSHPublicKeyResponse (Maybe Text) Source #

The ID of the request. Please provide this ID when contacting AWS Support for assistance.

Types