libZSservicesZSamazonka-workmailZSamazonka-workmail
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.WorkMail.DisassociateDelegateFromResource

Description

Removes a member from the resource's set of delegates.

Synopsis

Creating a Request

data DisassociateDelegateFromResource Source #

See: newDisassociateDelegateFromResource smart constructor.

Constructors

DisassociateDelegateFromResource' 

Fields

  • organizationId :: Text

    The identifier for the organization under which the resource exists.

  • resourceId :: Text

    The identifier of the resource from which delegates' set members are removed.

  • entityId :: Text

    The identifier for the member (user, group) to be removed from the resource's delegates.

Instances

Instances details
Eq DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

Read DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

Show DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

Generic DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

Associated Types

type Rep DisassociateDelegateFromResource :: Type -> Type #

NFData DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

Hashable DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

ToJSON DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

AWSRequest DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

ToHeaders DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

ToPath DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

ToQuery DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

type Rep DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

type Rep DisassociateDelegateFromResource = D1 ('MetaData "DisassociateDelegateFromResource" "Amazonka.WorkMail.DisassociateDelegateFromResource" "libZSservicesZSamazonka-workmailZSamazonka-workmail" 'False) (C1 ('MetaCons "DisassociateDelegateFromResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse DisassociateDelegateFromResource Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

newDisassociateDelegateFromResource Source #

Create a value of DisassociateDelegateFromResource 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:organizationId:DisassociateDelegateFromResource', disassociateDelegateFromResource_organizationId - The identifier for the organization under which the resource exists.

$sel:resourceId:DisassociateDelegateFromResource', disassociateDelegateFromResource_resourceId - The identifier of the resource from which delegates' set members are removed.

$sel:entityId:DisassociateDelegateFromResource', disassociateDelegateFromResource_entityId - The identifier for the member (user, group) to be removed from the resource's delegates.

Request Lenses

disassociateDelegateFromResource_organizationId :: Lens' DisassociateDelegateFromResource Text Source #

The identifier for the organization under which the resource exists.

disassociateDelegateFromResource_resourceId :: Lens' DisassociateDelegateFromResource Text Source #

The identifier of the resource from which delegates' set members are removed.

disassociateDelegateFromResource_entityId :: Lens' DisassociateDelegateFromResource Text Source #

The identifier for the member (user, group) to be removed from the resource's delegates.

Destructuring the Response

data DisassociateDelegateFromResourceResponse Source #

Constructors

DisassociateDelegateFromResourceResponse' 

Fields

Instances

Instances details
Eq DisassociateDelegateFromResourceResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

Read DisassociateDelegateFromResourceResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

Show DisassociateDelegateFromResourceResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

Generic DisassociateDelegateFromResourceResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

NFData DisassociateDelegateFromResourceResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

type Rep DisassociateDelegateFromResourceResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DisassociateDelegateFromResource

type Rep DisassociateDelegateFromResourceResponse = D1 ('MetaData "DisassociateDelegateFromResourceResponse" "Amazonka.WorkMail.DisassociateDelegateFromResource" "libZSservicesZSamazonka-workmailZSamazonka-workmail" 'False) (C1 ('MetaCons "DisassociateDelegateFromResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateDelegateFromResourceResponse Source #

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

Response Lenses