Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Deletes a group.
Calling this action requires developer credentials.
Synopsis
- data DeleteGroup = DeleteGroup' {
- groupName :: Text
- userPoolId :: Text
- newDeleteGroup :: Text -> Text -> DeleteGroup
- deleteGroup_groupName :: Lens' DeleteGroup Text
- deleteGroup_userPoolId :: Lens' DeleteGroup Text
- data DeleteGroupResponse = DeleteGroupResponse' {
- newDeleteGroupResponse :: DeleteGroupResponse
Creating a Request
data DeleteGroup Source #
See: newDeleteGroup
smart constructor.
DeleteGroup' | |
|
Instances
Create a value of DeleteGroup
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:groupName:DeleteGroup'
, deleteGroup_groupName
- The name of the group.
$sel:userPoolId:DeleteGroup'
, deleteGroup_userPoolId
- The user pool ID for the user pool.
Request Lenses
deleteGroup_groupName :: Lens' DeleteGroup Text Source #
The name of the group.
deleteGroup_userPoolId :: Lens' DeleteGroup Text Source #
The user pool ID for the user pool.
Destructuring the Response
data DeleteGroupResponse Source #
See: newDeleteGroupResponse
smart constructor.
Instances
Eq DeleteGroupResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteGroup (==) :: DeleteGroupResponse -> DeleteGroupResponse -> Bool # (/=) :: DeleteGroupResponse -> DeleteGroupResponse -> Bool # | |
Read DeleteGroupResponse Source # | |
Show DeleteGroupResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteGroup showsPrec :: Int -> DeleteGroupResponse -> ShowS # show :: DeleteGroupResponse -> String # showList :: [DeleteGroupResponse] -> ShowS # | |
Generic DeleteGroupResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteGroup type Rep DeleteGroupResponse :: Type -> Type # from :: DeleteGroupResponse -> Rep DeleteGroupResponse x # to :: Rep DeleteGroupResponse x -> DeleteGroupResponse # | |
NFData DeleteGroupResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteGroup rnf :: DeleteGroupResponse -> () # | |
type Rep DeleteGroupResponse Source # | |
Defined in Amazonka.CognitoIdentityProvider.DeleteGroup |
newDeleteGroupResponse :: DeleteGroupResponse Source #
Create a value of DeleteGroupResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.