package
0.0.2
Repository: https://github.com/aws/aws-controllers-k8s.git
Documentation: pkg.go.dev

# Functions

CheckExceptionMessagePrefix returns Go code that contains a condition to check if the message_prefix specified for a particular HTTP status code in generator config is a prefix for the exception message returned by AWS API.
CheckRequiredFieldsMissingFromShape returns Go code that contains a condition checking that the required fields in the supplied Shape have a non-nil value in the corresponding CR's Spec or Status substruct.
No description provided by the author
SetResource returns the Go code that sets a CRD's field value to the value of an output shape's member fields.
SetResourceGetAttributes returns the Go code that sets the Status fields from the Output shape returned from a resource's GetAttributes operation.
SetSDK returns the Go code that sets an SDK input shape's member fields from a CRD's fields.
SetSDKGetAttributes returns the Go code that sets the Input shape for a resource's GetAttributes operation.
SetSDKSetAttributes returns the Go code that sets the Input shape for a resource's SetAttributes operation.