amazonka-identitystore-2.0: Amazon SSO Identity Store SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IdentityStore.DeleteGroup

Description

Delete a group within an identity store given GroupId.

Synopsis

Creating a Request

data DeleteGroup Source #

See: newDeleteGroup smart constructor.

Constructors

DeleteGroup' 

Fields

Instances

Instances details
ToJSON DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

ToHeaders DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

Methods

toHeaders :: DeleteGroup -> [Header] #

ToPath DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

ToQuery DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

AWSRequest DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

Associated Types

type AWSResponse DeleteGroup #

Generic DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

Associated Types

type Rep DeleteGroup :: Type -> Type #

Read DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

Show DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

NFData DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

Methods

rnf :: DeleteGroup -> () #

Eq DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

Hashable DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

type AWSResponse DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

type Rep DeleteGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

type Rep DeleteGroup = D1 ('MetaData "DeleteGroup" "Amazonka.IdentityStore.DeleteGroup" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "DeleteGroup'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityStoreId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "groupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteGroup Source #

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:

DeleteGroup, deleteGroup_identityStoreId - The globally unique identifier for the identity store.

DeleteGroup, deleteGroup_groupId - The identifier for a group in the identity store.

Request Lenses

deleteGroup_identityStoreId :: Lens' DeleteGroup Text Source #

The globally unique identifier for the identity store.

deleteGroup_groupId :: Lens' DeleteGroup Text Source #

The identifier for a group in the identity store.

Destructuring the Response

data DeleteGroupResponse Source #

See: newDeleteGroupResponse smart constructor.

Constructors

DeleteGroupResponse' 

Fields

Instances

Instances details
Generic DeleteGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

Associated Types

type Rep DeleteGroupResponse :: Type -> Type #

Read DeleteGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

Show DeleteGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

NFData DeleteGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

Methods

rnf :: DeleteGroupResponse -> () #

Eq DeleteGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

type Rep DeleteGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.DeleteGroup

type Rep DeleteGroupResponse = D1 ('MetaData "DeleteGroupResponse" "Amazonka.IdentityStore.DeleteGroup" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "DeleteGroupResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteGroupResponse Source #

Create a value of DeleteGroupResponse 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:httpStatus:DeleteGroupResponse', deleteGroupResponse_httpStatus - The response's http status code.

Response Lenses