Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- sendSSHPublicKey_instanceId :: Lens' SendSSHPublicKey Text
- sendSSHPublicKey_instanceOSUser :: Lens' SendSSHPublicKey Text
- sendSSHPublicKey_sSHPublicKey :: Lens' SendSSHPublicKey Text
- sendSSHPublicKey_availabilityZone :: Lens' SendSSHPublicKey Text
- sendSSHPublicKeyResponse_requestId :: Lens' SendSSHPublicKeyResponse (Maybe Text)
- sendSSHPublicKeyResponse_success :: Lens' SendSSHPublicKeyResponse (Maybe Bool)
- sendSSHPublicKeyResponse_httpStatus :: Lens' SendSSHPublicKeyResponse Int
- sendSerialConsoleSSHPublicKey_serialPort :: Lens' SendSerialConsoleSSHPublicKey (Maybe Natural)
- sendSerialConsoleSSHPublicKey_instanceId :: Lens' SendSerialConsoleSSHPublicKey Text
- sendSerialConsoleSSHPublicKey_sSHPublicKey :: Lens' SendSerialConsoleSSHPublicKey Text
- sendSerialConsoleSSHPublicKeyResponse_requestId :: Lens' SendSerialConsoleSSHPublicKeyResponse (Maybe Text)
- sendSerialConsoleSSHPublicKeyResponse_success :: Lens' SendSerialConsoleSSHPublicKeyResponse (Maybe Bool)
- sendSerialConsoleSSHPublicKeyResponse_httpStatus :: Lens' SendSerialConsoleSSHPublicKeyResponse Int
Operations
SendSSHPublicKey
sendSSHPublicKey_instanceId :: Lens' SendSSHPublicKey Text Source #
The ID of the EC2 instance.
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.
sendSSHPublicKeyResponse_httpStatus :: Lens' SendSSHPublicKeyResponse Int Source #
The response's http status code.
SendSerialConsoleSSHPublicKey
sendSerialConsoleSSHPublicKey_serialPort :: Lens' SendSerialConsoleSSHPublicKey (Maybe Natural) Source #
The serial port of the EC2 instance. Currently only port 0 is supported.
Default: 0
sendSerialConsoleSSHPublicKey_instanceId :: Lens' SendSerialConsoleSSHPublicKey Text Source #
The ID of the EC2 instance.
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.
sendSerialConsoleSSHPublicKeyResponse_success :: Lens' SendSerialConsoleSSHPublicKeyResponse (Maybe Bool) Source #
Is true if the request succeeds and an error otherwise.
sendSerialConsoleSSHPublicKeyResponse_httpStatus :: Lens' SendSerialConsoleSSHPublicKeyResponse Int Source #
The response's http status code.