# Functions
BoolValue calls underlying aws ToBool.
Int32Value converts the supplied int32 pointer to a int32, returning 0 if the pointer is nil.
Int64Value converts the supplied int64 pointer to a int64, returning 0 if the pointer is nil.
LateInitialize return from if current matches the default value of T.
LateInitializeIntFrom32Ptr returns in if it's non-nil, otherwise returns from which is the backup for the cases in is nil.
LateInitializeIntFromInt32Ptr returns in if it's non-nil, otherwise returns from which is the backup for the cases in is nil.
LateInitializeSlice returns from if current is nil and from is not empty.
LateInitializeTimePtr returns in if it's non-nil, otherwise returns from which is the backup for the cases in is nil.
LateInitializeValueFromPtr returns from if current matches the default value of T.
SlicePtrToValue converts a slice of pointers to a slice of its respective values.
SliceValueToPtr converts a slice of values to a slice of pointers.
StringValue converts the supplied string pointer to a string, returning the empty string if the pointer is nil.
TimeToMetaTime converts a standard Go time.Time to a K8s metav1.Time.
ToInt32FromIntPtr converts an int32 pointer to an int pointer.
Int32 converts the supplied int for use with the AWS Go SDK.
Int32Address returns the given *int in the form of *int32.
Int64 converts the supplied int for use with the AWS Go SDK.
ToOrNilIfZeroValue returns a pointer to val if it does NOT match the default value of T.