api

package
v1.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 10, 2021 License: AGPL-3.0 Imports: 15 Imported by: 0

Documentation

Overview

Package api defines CRUD actions for the Cognito Api.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CognitoTrigger added in v1.0.0

func CognitoTrigger(header events.CognitoEventUserPoolsHeader, input json.RawMessage) (interface{}, error)

Types

type API

type API struct{}

The API has receiver methods for each of the handlers.

func (API) GetUser

func (API) GetUser(input *models.GetUserInput) (*models.GetUserOutput, error)

GetUser calls userGateway to get user information.

func (API) InviteUser

func (API) InviteUser(input *models.InviteUserInput) (*models.InviteUserOutput, error)

InviteUser adds a new user to the Cognito user pool.

func (API) ListUsers added in v0.2.0

func (API) ListUsers(input *models.ListUsersInput) (*models.ListUsersOutput, error)

ListUsers lists details for each user in Panther.

func (API) RemoveUser added in v0.2.0

func (API) RemoveUser(input *models.RemoveUserInput) (*models.RemoveUserOutput, error)

RemoveUser deletes a user from cognito.

func (API) ResetUserPassword

func (API) ResetUserPassword(input *models.ResetUserPasswordInput) (*models.ResetUserPasswordOutput, error)

ResetUserPassword resets a user password.

func (API) UpdateUser

func (API) UpdateUser(input *models.UpdateUserInput) (*models.UpdateUserOutput, error)

UpdateUser modifies user attributes.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL