Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Modifies the certificate used by the client.
This action can potentially start a workflow to install the new certificate on the client's HSMs.
- modifyLunaClient :: Text -> Text -> ModifyLunaClient
- data ModifyLunaClient
- mlcClientARN :: Lens' ModifyLunaClient Text
- mlcCertificate :: Lens' ModifyLunaClient Text
- modifyLunaClientResponse :: Int -> ModifyLunaClientResponse
- data ModifyLunaClientResponse
- mlcrsClientARN :: Lens' ModifyLunaClientResponse (Maybe Text)
- mlcrsResponseStatus :: Lens' ModifyLunaClientResponse Int
Creating a Request
Creates a value of ModifyLunaClient
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ModifyLunaClient Source #
See: modifyLunaClient
smart constructor.
Request Lenses
mlcClientARN :: Lens' ModifyLunaClient Text Source #
The ARN of the client.
mlcCertificate :: Lens' ModifyLunaClient Text Source #
The new certificate for the client.
Destructuring the Response
modifyLunaClientResponse Source #
Creates a value of ModifyLunaClientResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ModifyLunaClientResponse Source #
See: modifyLunaClientResponse
smart constructor.
Response Lenses
mlcrsClientARN :: Lens' ModifyLunaClientResponse (Maybe Text) Source #
The ARN of the client.
mlcrsResponseStatus :: Lens' ModifyLunaClientResponse Int Source #
The response status code.