Documentation ¶
Index ¶
- func GenerateDeleteMethodResponseInput(cr *svcapitypes.MethodResponse) *svcsdk.DeleteMethodResponseInput
- func GenerateGetMethodResponseInput(cr *svcapitypes.MethodResponse) *svcsdk.GetMethodResponseInput
- func GenerateMethodResponse(resp *svcsdk.MethodResponse) *svcapitypes.MethodResponse
- func GeneratePutMethodResponseInput(cr *svcapitypes.MethodResponse) *svcsdk.PutMethodResponseInput
- func GenerateUpdateMethodResponseInput(cr *svcapitypes.MethodResponse) *svcsdk.UpdateMethodResponseInput
- func IsNotFound(err error) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateDeleteMethodResponseInput ¶
func GenerateDeleteMethodResponseInput(cr *svcapitypes.MethodResponse) *svcsdk.DeleteMethodResponseInput
GenerateDeleteMethodResponseInput returns a deletion input.
func GenerateGetMethodResponseInput ¶
func GenerateGetMethodResponseInput(cr *svcapitypes.MethodResponse) *svcsdk.GetMethodResponseInput
GenerateGetMethodResponseInput returns input for read operation.
func GenerateMethodResponse ¶
func GenerateMethodResponse(resp *svcsdk.MethodResponse) *svcapitypes.MethodResponse
GenerateMethodResponse returns the current state in the form of *svcapitypes.MethodResponse.
func GeneratePutMethodResponseInput ¶
func GeneratePutMethodResponseInput(cr *svcapitypes.MethodResponse) *svcsdk.PutMethodResponseInput
GeneratePutMethodResponseInput returns a create input.
func GenerateUpdateMethodResponseInput ¶
func GenerateUpdateMethodResponseInput(cr *svcapitypes.MethodResponse) *svcsdk.UpdateMethodResponseInput
GenerateUpdateMethodResponseInput 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.