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 |
Network.AWS.CloudHSM.Types
Description
- cloudHSM :: Service
- _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
- data Tag
- tag :: Text -> Text -> Tag
- tagKey :: Lens' Tag Text
- tagValue :: Lens' Tag Text
Service Configuration
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
Instances
SubscriptionType
data SubscriptionType Source
Specifies the type of subscription for the HSM.
- PRODUCTION - The HSM is being used in a production environment.
- TRIAL - The HSM is being used in a product trial.
Constructors
Production |
Instances
Tag
A key-value pair that identifies or specifies metadata about a resource.
See: tag
smart constructor.