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.CreateGroup

Description

Creates a group within the specified identity store.

Synopsis

Creating a Request

data CreateGroup Source #

See: newCreateGroup smart constructor.

Constructors

CreateGroup' 

Fields

Instances

Instances details
ToJSON CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

ToHeaders CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

Methods

toHeaders :: CreateGroup -> [Header] #

ToPath CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

ToQuery CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

AWSRequest CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

Associated Types

type AWSResponse CreateGroup #

Generic CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

Associated Types

type Rep CreateGroup :: Type -> Type #

Show CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

NFData CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

Methods

rnf :: CreateGroup -> () #

Eq CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

Hashable CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

type AWSResponse CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

type Rep CreateGroup Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

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

newCreateGroup Source #

Create a value of CreateGroup 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:

CreateGroup, createGroup_description - A string containing the description of the group.

CreateGroup, createGroup_displayName - A string containing the name of the group. This value is commonly displayed when the group is referenced.

CreateGroup, createGroup_identityStoreId - The globally unique identifier for the identity store.

Request Lenses

createGroup_description :: Lens' CreateGroup (Maybe Text) Source #

A string containing the description of the group.

createGroup_displayName :: Lens' CreateGroup (Maybe Text) Source #

A string containing the name of the group. This value is commonly displayed when the group is referenced.

createGroup_identityStoreId :: Lens' CreateGroup Text Source #

The globally unique identifier for the identity store.

Destructuring the Response

data CreateGroupResponse Source #

See: newCreateGroupResponse smart constructor.

Constructors

CreateGroupResponse' 

Fields

Instances

Instances details
Generic CreateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

Associated Types

type Rep CreateGroupResponse :: Type -> Type #

Read CreateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

Show CreateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

NFData CreateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

Methods

rnf :: CreateGroupResponse -> () #

Eq CreateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

type Rep CreateGroupResponse Source # 
Instance details

Defined in Amazonka.IdentityStore.CreateGroup

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

newCreateGroupResponse Source #

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

CreateGroupResponse, createGroupResponse_groupId - The identifier of the newly created group in the identity store.

CreateGroup, createGroupResponse_identityStoreId - The globally unique identifier for the identity store.

Response Lenses

createGroupResponse_groupId :: Lens' CreateGroupResponse Text Source #

The identifier of the newly created group in the identity store.

createGroupResponse_identityStoreId :: Lens' CreateGroupResponse Text Source #

The globally unique identifier for the identity store.