amazonka-chime-2.0: Amazon Chime 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.Chime.AssociateSigninDelegateGroupsWithAccount

Description

Associates the specified sign-in delegate groups with the specified Amazon Chime account.

Synopsis

Creating a Request

data AssociateSigninDelegateGroupsWithAccount Source #

Constructors

AssociateSigninDelegateGroupsWithAccount' 

Fields

Instances

Instances details
ToJSON AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

ToHeaders AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

ToPath AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

ToQuery AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

AWSRequest AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Generic AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Read AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Show AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

NFData AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Eq AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Hashable AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type AWSResponse AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type Rep AssociateSigninDelegateGroupsWithAccount Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type Rep AssociateSigninDelegateGroupsWithAccount = D1 ('MetaData "AssociateSigninDelegateGroupsWithAccount" "Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AssociateSigninDelegateGroupsWithAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "signinDelegateGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [SigninDelegateGroup])))

newAssociateSigninDelegateGroupsWithAccount Source #

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

AssociateSigninDelegateGroupsWithAccount, associateSigninDelegateGroupsWithAccount_accountId - The Amazon Chime account ID.

AssociateSigninDelegateGroupsWithAccount, associateSigninDelegateGroupsWithAccount_signinDelegateGroups - The sign-in delegate groups.

Request Lenses

Destructuring the Response

data AssociateSigninDelegateGroupsWithAccountResponse Source #

Constructors

AssociateSigninDelegateGroupsWithAccountResponse' 

Fields

Instances

Instances details
Generic AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Read AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Show AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

NFData AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

Eq AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type Rep AssociateSigninDelegateGroupsWithAccountResponse Source # 
Instance details

Defined in Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount

type Rep AssociateSigninDelegateGroupsWithAccountResponse = D1 ('MetaData "AssociateSigninDelegateGroupsWithAccountResponse" "Amazonka.Chime.AssociateSigninDelegateGroupsWithAccount" "amazonka-chime-2.0-AQIuSSkHccQ9VXokPBc5Nb" 'False) (C1 ('MetaCons "AssociateSigninDelegateGroupsWithAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateSigninDelegateGroupsWithAccountResponse Source #

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

Response Lenses