Documentation ¶
Index ¶
- func GenerateAPIKey(resp *svcsdk.ApiKey) *svcapitypes.APIKey
- func GenerateCreateApiKeyInput(cr *svcapitypes.APIKey) *svcsdk.CreateApiKeyInput
- func GenerateDeleteApiKeyInput(cr *svcapitypes.APIKey) *svcsdk.DeleteApiKeyInput
- func GenerateGetApiKeyInput(cr *svcapitypes.APIKey) *svcsdk.GetApiKeyInput
- func GenerateUpdateApiKeyInput(cr *svcapitypes.APIKey) *svcsdk.UpdateApiKeyInput
- func IsNotFound(err error) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateAPIKey ¶
func GenerateAPIKey(resp *svcsdk.ApiKey) *svcapitypes.APIKey
GenerateAPIKey returns the current state in the form of *svcapitypes.APIKey.
func GenerateCreateApiKeyInput ¶
func GenerateCreateApiKeyInput(cr *svcapitypes.APIKey) *svcsdk.CreateApiKeyInput
GenerateCreateApiKeyInput returns a create input.
func GenerateDeleteApiKeyInput ¶
func GenerateDeleteApiKeyInput(cr *svcapitypes.APIKey) *svcsdk.DeleteApiKeyInput
GenerateDeleteApiKeyInput returns a deletion input.
func GenerateGetApiKeyInput ¶
func GenerateGetApiKeyInput(cr *svcapitypes.APIKey) *svcsdk.GetApiKeyInput
GenerateGetApiKeyInput returns input for read operation.
func GenerateUpdateApiKeyInput ¶
func GenerateUpdateApiKeyInput(cr *svcapitypes.APIKey) *svcsdk.UpdateApiKeyInput
GenerateUpdateApiKeyInput returns an update input.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.