libZSservicesZSamazonka-chimeZSamazonka-chime
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.Chime.DeleteChannel

Description

Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process.

The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.

Synopsis

Creating a Request

data DeleteChannel Source #

See: newDeleteChannel smart constructor.

Constructors

DeleteChannel' 

Fields

Instances

Instances details
Eq DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Read DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Show DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Generic DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Associated Types

type Rep DeleteChannel :: Type -> Type #

NFData DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Methods

rnf :: DeleteChannel -> () #

Hashable DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

AWSRequest DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Associated Types

type AWSResponse DeleteChannel #

ToHeaders DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

ToPath DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

ToQuery DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

type Rep DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

type Rep DeleteChannel = D1 ('MetaData "DeleteChannel" "Amazonka.Chime.DeleteChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteChannel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "chimeBearer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteChannel Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

newDeleteChannel Source #

Create a value of DeleteChannel 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:chimeBearer:DeleteChannel', deleteChannel_chimeBearer - The AppInstanceUserArn of the user that makes the API call.

$sel:channelArn:DeleteChannel', deleteChannel_channelArn - The ARN of the channel being deleted.

Request Lenses

deleteChannel_chimeBearer :: Lens' DeleteChannel (Maybe Text) Source #

The AppInstanceUserArn of the user that makes the API call.

deleteChannel_channelArn :: Lens' DeleteChannel Text Source #

The ARN of the channel being deleted.

Destructuring the Response

data DeleteChannelResponse Source #

See: newDeleteChannelResponse smart constructor.

Instances

Instances details
Eq DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Read DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Show DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Generic DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Associated Types

type Rep DeleteChannelResponse :: Type -> Type #

NFData DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

Methods

rnf :: DeleteChannelResponse -> () #

type Rep DeleteChannelResponse Source # 
Instance details

Defined in Amazonka.Chime.DeleteChannel

type Rep DeleteChannelResponse = D1 ('MetaData "DeleteChannelResponse" "Amazonka.Chime.DeleteChannel" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "DeleteChannelResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeleteChannelResponse :: DeleteChannelResponse Source #

Create a value of DeleteChannelResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.