package types
import "github.com/aws/aws-sdk-go-v2/service/cloudhsm/types"
Index ¶
- type ClientVersion
- type CloudHsmInternalException
- func (e *CloudHsmInternalException) Error() string
- func (e *CloudHsmInternalException) ErrorCode() string
- func (e *CloudHsmInternalException) ErrorFault() smithy.ErrorFault
- func (e *CloudHsmInternalException) ErrorMessage() string
- func (e *CloudHsmInternalException) GetMessage() string
- func (e *CloudHsmInternalException) GetRetryable() bool
- func (e *CloudHsmInternalException) HasMessage() bool
- func (e *CloudHsmInternalException) HasRetryable() bool
- type CloudHsmObjectState
- type CloudHsmServiceException
- func (e *CloudHsmServiceException) Error() string
- func (e *CloudHsmServiceException) ErrorCode() string
- func (e *CloudHsmServiceException) ErrorFault() smithy.ErrorFault
- func (e *CloudHsmServiceException) ErrorMessage() string
- func (e *CloudHsmServiceException) GetMessage() string
- func (e *CloudHsmServiceException) GetRetryable() bool
- func (e *CloudHsmServiceException) HasMessage() bool
- func (e *CloudHsmServiceException) HasRetryable() bool
- type HsmStatus
- type InvalidRequestException
- func (e *InvalidRequestException) Error() string
- func (e *InvalidRequestException) ErrorCode() string
- func (e *InvalidRequestException) ErrorFault() smithy.ErrorFault
- func (e *InvalidRequestException) ErrorMessage() string
- func (e *InvalidRequestException) GetMessage() string
- func (e *InvalidRequestException) GetRetryable() bool
- func (e *InvalidRequestException) HasMessage() bool
- func (e *InvalidRequestException) HasRetryable() bool
- type SubscriptionType
- type Tag
Types ¶
type ClientVersion ¶
type ClientVersion string
const ( ClientVersionFive_one ClientVersion = "5.1" ClientVersionFive_three ClientVersion = "5.3" )
Enum values for ClientVersion
type CloudHsmInternalException ¶
Indicates that an internal error occurred.
func (*CloudHsmInternalException) Error ¶
func (e *CloudHsmInternalException) Error() string
func (*CloudHsmInternalException) ErrorCode ¶
func (e *CloudHsmInternalException) ErrorCode() string
func (*CloudHsmInternalException) ErrorFault ¶
func (e *CloudHsmInternalException) ErrorFault() smithy.ErrorFault
func (*CloudHsmInternalException) ErrorMessage ¶
func (e *CloudHsmInternalException) ErrorMessage() string
func (*CloudHsmInternalException) GetMessage ¶
func (e *CloudHsmInternalException) GetMessage() string
func (*CloudHsmInternalException) GetRetryable ¶
func (e *CloudHsmInternalException) GetRetryable() bool
func (*CloudHsmInternalException) HasMessage ¶
func (e *CloudHsmInternalException) HasMessage() bool
func (*CloudHsmInternalException) HasRetryable ¶
func (e *CloudHsmInternalException) HasRetryable() bool
type CloudHsmObjectState ¶
type CloudHsmObjectState string
const ( CloudHsmObjectStateReady CloudHsmObjectState = "READY" CloudHsmObjectStateUpdating CloudHsmObjectState = "UPDATING" CloudHsmObjectStateDegraded CloudHsmObjectState = "DEGRADED" )
Enum values for CloudHsmObjectState
type CloudHsmServiceException ¶
Indicates that an exception occurred in the AWS CloudHSM service.
func (*CloudHsmServiceException) Error ¶
func (e *CloudHsmServiceException) Error() string
func (*CloudHsmServiceException) ErrorCode ¶
func (e *CloudHsmServiceException) ErrorCode() string
func (*CloudHsmServiceException) ErrorFault ¶
func (e *CloudHsmServiceException) ErrorFault() smithy.ErrorFault
func (*CloudHsmServiceException) ErrorMessage ¶
func (e *CloudHsmServiceException) ErrorMessage() string
func (*CloudHsmServiceException) GetMessage ¶
func (e *CloudHsmServiceException) GetMessage() string
func (*CloudHsmServiceException) GetRetryable ¶
func (e *CloudHsmServiceException) GetRetryable() bool
func (*CloudHsmServiceException) HasMessage ¶
func (e *CloudHsmServiceException) HasMessage() bool
func (*CloudHsmServiceException) HasRetryable ¶
func (e *CloudHsmServiceException) HasRetryable() bool
type HsmStatus ¶
type HsmStatus string
const ( HsmStatusPending HsmStatus = "PENDING" HsmStatusRunning HsmStatus = "RUNNING" HsmStatusUpdating HsmStatus = "UPDATING" HsmStatusSuspended HsmStatus = "SUSPENDED" HsmStatusTerminating HsmStatus = "TERMINATING" HsmStatusTerminated HsmStatus = "TERMINATED" HsmStatusDegraded HsmStatus = "DEGRADED" )
Enum values for HsmStatus
type InvalidRequestException ¶
Indicates that one or more of the request parameters are not valid.
func (*InvalidRequestException) Error ¶
func (e *InvalidRequestException) Error() string
func (*InvalidRequestException) ErrorCode ¶
func (e *InvalidRequestException) ErrorCode() string
func (*InvalidRequestException) ErrorFault ¶
func (e *InvalidRequestException) ErrorFault() smithy.ErrorFault
func (*InvalidRequestException) ErrorMessage ¶
func (e *InvalidRequestException) ErrorMessage() string
func (*InvalidRequestException) GetMessage ¶
func (e *InvalidRequestException) GetMessage() string
func (*InvalidRequestException) GetRetryable ¶
func (e *InvalidRequestException) GetRetryable() bool
func (*InvalidRequestException) HasMessage ¶
func (e *InvalidRequestException) HasMessage() bool
func (*InvalidRequestException) HasRetryable ¶
func (e *InvalidRequestException) HasRetryable() bool
type SubscriptionType ¶
type SubscriptionType string
const ( SubscriptionTypeProduction SubscriptionType = "PRODUCTION" )
Enum values for SubscriptionType
type Tag ¶
A key-value pair that identifies or specifies metadata about an AWS CloudHSM resource.
Source Files ¶
- Version
- v0.1.0
- Published
- Sep 29, 2020
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 48 minutes ago –
Tools for package owners.