amazonka-cloudhsm-1.4.0: Amazon CloudHSM SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.Types

Contents

Description

 

Synopsis

Service Configuration

cloudHSM :: Service Source

API version '2014-05-30' of the Amazon CloudHSM SDK 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

CloudHSMObjectState

HSMStatus

SubscriptionType

Tag

data Tag Source

A key-value pair that identifies or specifies metadata about a resource.

See: tag smart constructor.

tag Source

Arguments

:: Text

tagKey

-> Text

tagValue

-> Tag 

Creates a value of Tag with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tagKey :: Lens' Tag Text Source

The key of the tag.

tagValue :: Lens' Tag Text Source

The value of the tag.