Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Return public key configuration informaation
Synopsis
- getPublicKeyConfig :: Text -> GetPublicKeyConfig
- data GetPublicKeyConfig
- gpkcId :: Lens' GetPublicKeyConfig Text
- getPublicKeyConfigResponse :: Int -> GetPublicKeyConfigResponse
- data GetPublicKeyConfigResponse
- gpkcrsETag :: Lens' GetPublicKeyConfigResponse (Maybe Text)
- gpkcrsPublicKeyConfig :: Lens' GetPublicKeyConfigResponse (Maybe PublicKeyConfig)
- gpkcrsResponseStatus :: Lens' GetPublicKeyConfigResponse Int
Creating a Request
Creates a value of GetPublicKeyConfig
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gpkcId
- Request the ID for the public key configuration.
data GetPublicKeyConfig Source #
See: getPublicKeyConfig
smart constructor.
Instances
Request Lenses
Destructuring the Response
getPublicKeyConfigResponse Source #
Creates a value of GetPublicKeyConfigResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gpkcrsETag
- The current version of the public key configuration. For example:E2QWRUHAPOMQZL
.gpkcrsPublicKeyConfig
- Return the result for the public key configuration.gpkcrsResponseStatus
- -- | The response status code.
data GetPublicKeyConfigResponse Source #
See: getPublicKeyConfigResponse
smart constructor.
Instances
Response Lenses
gpkcrsETag :: Lens' GetPublicKeyConfigResponse (Maybe Text) Source #
The current version of the public key configuration. For example: E2QWRUHAPOMQZL
.
gpkcrsPublicKeyConfig :: Lens' GetPublicKeyConfigResponse (Maybe PublicKeyConfig) Source #
Return the result for the public key configuration.
gpkcrsResponseStatus :: Lens' GetPublicKeyConfigResponse Int Source #
- - | The response status code.