Documentation ¶
Index ¶
- func GenerateCreateUserPoolClientInput(cr *svcapitypes.UserPoolClient) *svcsdk.CreateUserPoolClientInput
- func GenerateDeleteUserPoolClientInput(cr *svcapitypes.UserPoolClient) *svcsdk.DeleteUserPoolClientInput
- func GenerateDescribeUserPoolClientInput(cr *svcapitypes.UserPoolClient) *svcsdk.DescribeUserPoolClientInput
- func GenerateUpdateUserPoolClientInput(cr *svcapitypes.UserPoolClient) *svcsdk.UpdateUserPoolClientInput
- func GenerateUserPoolClient(resp *svcsdk.DescribeUserPoolClientOutput) *svcapitypes.UserPoolClient
- func IsNotFound(err error) bool
- func SetupUserPoolClient(mgr ctrl.Manager, o controller.Options) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateCreateUserPoolClientInput ¶
func GenerateCreateUserPoolClientInput(cr *svcapitypes.UserPoolClient) *svcsdk.CreateUserPoolClientInput
GenerateCreateUserPoolClientInput returns a create input.
func GenerateDeleteUserPoolClientInput ¶
func GenerateDeleteUserPoolClientInput(cr *svcapitypes.UserPoolClient) *svcsdk.DeleteUserPoolClientInput
GenerateDeleteUserPoolClientInput returns a deletion input.
func GenerateDescribeUserPoolClientInput ¶
func GenerateDescribeUserPoolClientInput(cr *svcapitypes.UserPoolClient) *svcsdk.DescribeUserPoolClientInput
GenerateDescribeUserPoolClientInput returns input for read operation.
func GenerateUpdateUserPoolClientInput ¶
func GenerateUpdateUserPoolClientInput(cr *svcapitypes.UserPoolClient) *svcsdk.UpdateUserPoolClientInput
GenerateUpdateUserPoolClientInput returns an update input.
func GenerateUserPoolClient ¶
func GenerateUserPoolClient(resp *svcsdk.DescribeUserPoolClientOutput) *svcapitypes.UserPoolClient
GenerateUserPoolClient returns the current state in the form of *svcapitypes.UserPoolClient.
func IsNotFound ¶
IsNotFound returns whether the given error is of type NotFound or not.
func SetupUserPoolClient ¶
func SetupUserPoolClient(mgr ctrl.Manager, o controller.Options) error
SetupUserPoolClient adds a controller that reconciles UserPoolClient.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.