| Copyright | (c) 2013-2015 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 |
Network.AWS.CloudHSM.Types
Description
- data CloudHSM
- _InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError
- _CloudHSMServiceException :: AsError a => Getting (First ServiceError) a ServiceError
- _CloudHSMInternalException :: AsError a => Getting (First ServiceError) a ServiceError
- data ClientVersion
- data CloudHSMObjectState
- data HSMStatus
- data SubscriptionType = Production
Service
Version 2014-05-30 of the Amazon CloudHSM SDK.
Instances
| AWSService CloudHSM | |
| type Sg CloudHSM = V4 |
Errors
_InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source
Indicates that one or more of the request parameters are not valid.
_CloudHSMServiceException :: AsError a => Getting (First ServiceError) a ServiceError Source
Indicates that an exception occurred in the AWS CloudHSM service.
_CloudHSMInternalException :: AsError a => Getting (First ServiceError) a ServiceError Source
Indicates that an internal error occurred.
ClientVersion
data ClientVersion Source
Instances
CloudHSMObjectState
data CloudHSMObjectState Source
Instances
HSMStatus
SubscriptionType
data SubscriptionType Source
Constructors
| Production |
Instances