libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging
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.ChimeSDKMessaging.Types.BatchChannelMemberships

Description

 
Synopsis

Documentation

data BatchChannelMemberships Source #

The membership information, including member ARNs, the channel ARN, and membership types.

See: newBatchChannelMemberships smart constructor.

Constructors

BatchChannelMemberships' 

Fields

Instances

Instances details
Eq BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchChannelMemberships

Show BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchChannelMemberships

Generic BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchChannelMemberships

Associated Types

type Rep BatchChannelMemberships :: Type -> Type #

NFData BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchChannelMemberships

Methods

rnf :: BatchChannelMemberships -> () #

Hashable BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchChannelMemberships

FromJSON BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchChannelMemberships

type Rep BatchChannelMemberships Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchChannelMemberships

type Rep BatchChannelMemberships = D1 ('MetaData "BatchChannelMemberships" "Amazonka.ChimeSDKMessaging.Types.BatchChannelMemberships" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "BatchChannelMemberships'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "members") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Identity])) :*: S1 ('MetaSel ('Just "channelArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelMembershipType)) :*: S1 ('MetaSel ('Just "invitedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Identity)))))

newBatchChannelMemberships :: BatchChannelMemberships Source #

Create a value of BatchChannelMemberships 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:members:BatchChannelMemberships', batchChannelMemberships_members - The users successfully added to the request.

$sel:channelArn:BatchChannelMemberships', batchChannelMemberships_channelArn - The ARN of the channel to which you're adding users.

$sel:type':BatchChannelMemberships', batchChannelMemberships_type - The membership types set for the channel users.

$sel:invitedBy:BatchChannelMemberships', batchChannelMemberships_invitedBy - The identifier of the member who invited another member.

batchChannelMemberships_members :: Lens' BatchChannelMemberships (Maybe [Identity]) Source #

The users successfully added to the request.

batchChannelMemberships_channelArn :: Lens' BatchChannelMemberships (Maybe Text) Source #

The ARN of the channel to which you're adding users.

batchChannelMemberships_invitedBy :: Lens' BatchChannelMemberships (Maybe Identity) Source #

The identifier of the member who invited another member.