types

package
v1.20.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientVersion

type ClientVersion string
const (
	ClientVersionFiveOne   ClientVersion = "5.1"
	ClientVersionFiveThree ClientVersion = "5.3"
)

Enum values for ClientVersion

func (ClientVersion) Values added in v0.29.0

func (ClientVersion) Values() []ClientVersion

Values returns all known values for ClientVersion. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type CloudHsmInternalException

type CloudHsmInternalException struct {
	Message *string

	ErrorCodeOverride *string

	Retryable bool
	// contains filtered or unexported fields
}

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 (*CloudHsmInternalException) ErrorMessage

func (e *CloudHsmInternalException) ErrorMessage() string

type CloudHsmObjectState

type CloudHsmObjectState string
const (
	CloudHsmObjectStateReady    CloudHsmObjectState = "READY"
	CloudHsmObjectStateUpdating CloudHsmObjectState = "UPDATING"
	CloudHsmObjectStateDegraded CloudHsmObjectState = "DEGRADED"
)

Enum values for CloudHsmObjectState

func (CloudHsmObjectState) Values added in v0.29.0

Values returns all known values for CloudHsmObjectState. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type CloudHsmServiceException

type CloudHsmServiceException struct {
	Message *string

	ErrorCodeOverride *string

	Retryable bool
	// contains filtered or unexported fields
}

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

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

func (HsmStatus) Values added in v0.29.0

func (HsmStatus) Values() []HsmStatus

Values returns all known values for HsmStatus. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type InvalidRequestException

type InvalidRequestException struct {
	Message *string

	ErrorCodeOverride *string

	Retryable bool
	// contains filtered or unexported fields
}

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

type SubscriptionType

type SubscriptionType string
const (
	SubscriptionTypeProduction SubscriptionType = "PRODUCTION"
)

Enum values for SubscriptionType

func (SubscriptionType) Values added in v0.29.0

Values returns all known values for SubscriptionType. Note that this can be expanded in the future, and so it is only as up to date as the client. The ordering of this slice is not guaranteed to be stable across updates.

type Tag

type Tag struct {

	// The key of the tag.
	//
	// This member is required.
	Key *string

	// The value of the tag.
	//
	// This member is required.
	Value *string
	// contains filtered or unexported fields
}

A key-value pair that identifies or specifies metadata about an AWS CloudHSM resource.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL