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

Description

Remove one or more specified aliases from a set of aliases for a given user.

Synopsis

Creating a Request

data DeleteAlias Source #

See: newDeleteAlias smart constructor.

Constructors

DeleteAlias' 

Fields

  • organizationId :: Text

    The identifier for the organization under which the user exists.

  • entityId :: Text

    The identifier for the member (user or group) from which to have the aliases removed.

  • alias :: Text

    The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).

Instances

Instances details
Eq DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Read DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Show DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Generic DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Associated Types

type Rep DeleteAlias :: Type -> Type #

NFData DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Methods

rnf :: DeleteAlias -> () #

Hashable DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

ToJSON DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

AWSRequest DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Associated Types

type AWSResponse DeleteAlias #

ToHeaders DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Methods

toHeaders :: DeleteAlias -> [Header] #

ToPath DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

ToQuery DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

type Rep DeleteAlias Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

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

Defined in Amazonka.WorkMail.DeleteAlias

newDeleteAlias Source #

Create a value of DeleteAlias 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:DeleteAlias', deleteAlias_organizationId - The identifier for the organization under which the user exists.

$sel:entityId:DeleteAlias', deleteAlias_entityId - The identifier for the member (user or group) from which to have the aliases removed.

$sel:alias:DeleteAlias', deleteAlias_alias - The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).

Request Lenses

deleteAlias_organizationId :: Lens' DeleteAlias Text Source #

The identifier for the organization under which the user exists.

deleteAlias_entityId :: Lens' DeleteAlias Text Source #

The identifier for the member (user or group) from which to have the aliases removed.

deleteAlias_alias :: Lens' DeleteAlias Text Source #

The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).

Destructuring the Response

data DeleteAliasResponse Source #

See: newDeleteAliasResponse smart constructor.

Constructors

DeleteAliasResponse' 

Fields

Instances

Instances details
Eq DeleteAliasResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Read DeleteAliasResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Show DeleteAliasResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Generic DeleteAliasResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Associated Types

type Rep DeleteAliasResponse :: Type -> Type #

NFData DeleteAliasResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

Methods

rnf :: DeleteAliasResponse -> () #

type Rep DeleteAliasResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DeleteAlias

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

newDeleteAliasResponse Source #

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

Response Lenses