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

Description

 
Synopsis

Operations

DescribeChannelMembership

describeChannelMembership_chimeBearer :: Lens' DescribeChannelMembership Text Source #

The AppInstanceUserArn of the user that makes the API call.

DescribeChannelFlow

ListChannels

listChannels_privacy :: Lens' ListChannels (Maybe ChannelPrivacy) Source #

The privacy setting. PUBLIC retrieves all the public channels. PRIVATE retrieves private channels. Only an AppInstanceAdmin can retrieve private channels.

listChannels_nextToken :: Lens' ListChannels (Maybe Text) Source #

The token passed by previous API calls until all requested channels are returned.

listChannels_maxResults :: Lens' ListChannels (Maybe Natural) Source #

The maximum number of channels that you want to return.

listChannels_chimeBearer :: Lens' ListChannels Text Source #

The AppInstanceUserArn of the user that makes the API call.

listChannelsResponse_nextToken :: Lens' ListChannelsResponse (Maybe Text) Source #

The token returned from previous API requests until the number of channels is reached.

ListTagsForResource

DeleteChannel

deleteChannel_channelArn :: Lens' DeleteChannel Text Source #

The ARN of the channel being deleted.

deleteChannel_chimeBearer :: Lens' DeleteChannel Text Source #

The AppInstanceUserArn of the user that makes the API call.

UpdateChannel

updateChannel_metadata :: Lens' UpdateChannel (Maybe Text) Source #

The metadata for the update request.

updateChannel_name :: Lens' UpdateChannel Text Source #

The name of the channel.

updateChannel_mode :: Lens' UpdateChannel ChannelMode Source #

The mode of the update request.

updateChannel_chimeBearer :: Lens' UpdateChannel Text Source #

The AppInstanceUserArn of the user that makes the API call.

AssociateChannelFlow

associateChannelFlow_chimeBearer :: Lens' AssociateChannelFlow Text Source #

The AppInstanceUserArn of the user making the API call.

GetMessagingSessionEndpoint

ListChannelsModeratedByAppInstanceUser

listChannelsModeratedByAppInstanceUser_nextToken :: Lens' ListChannelsModeratedByAppInstanceUser (Maybe Text) Source #

The token returned from previous API requests until the number of channels moderated by the user is reached.

listChannelsModeratedByAppInstanceUserResponse_nextToken :: Lens' ListChannelsModeratedByAppInstanceUserResponse (Maybe Text) Source #

The token returned from previous API requests until the number of channels moderated by the user is reached.

RedactChannelMessage

redactChannelMessage_channelArn :: Lens' RedactChannelMessage Text Source #

The ARN of the channel containing the messages that you want to redact.

redactChannelMessage_messageId :: Lens' RedactChannelMessage Text Source #

The ID of the message being redacted.

redactChannelMessage_chimeBearer :: Lens' RedactChannelMessage Text Source #

The AppInstanceUserArn of the user that makes the API call.

redactChannelMessageResponse_channelArn :: Lens' RedactChannelMessageResponse (Maybe Text) Source #

The ARN of the channel containing the messages that you want to redact.

ListChannelFlows

listChannelFlows_nextToken :: Lens' ListChannelFlows (Maybe Text) Source #

The token passed by previous API calls until all requested channel flows are returned.

listChannelFlows_maxResults :: Lens' ListChannelFlows (Maybe Natural) Source #

The maximum number of channel flows that you want to return.

listChannelFlowsResponse_nextToken :: Lens' ListChannelFlowsResponse (Maybe Text) Source #

The token passed by previous API calls until all requested channels are returned.

DeleteChannelFlow

UpdateChannelFlow

updateChannelFlow_processors :: Lens' UpdateChannelFlow (NonEmpty Processor) Source #

Information about the processor Lambda functions

updateChannelFlow_name :: Lens' UpdateChannelFlow Text Source #

The name of the channel flow.

DeleteChannelMembership

deleteChannelMembership_channelArn :: Lens' DeleteChannelMembership Text Source #

The ARN of the channel from which you want to remove the user.

deleteChannelMembership_memberArn :: Lens' DeleteChannelMembership Text Source #

The ARN of the member that you're removing from the channel.

deleteChannelMembership_chimeBearer :: Lens' DeleteChannelMembership Text Source #

The AppInstanceUserArn of the user that makes the API call.

ListChannelMemberships

listChannelMemberships_nextToken :: Lens' ListChannelMemberships (Maybe Text) Source #

The token passed by previous API calls until all requested channel memberships are returned.

listChannelMemberships_type :: Lens' ListChannelMemberships (Maybe ChannelMembershipType) Source #

The membership type of a user, DEFAULT or HIDDEN. Default members are always returned as part of ListChannelMemberships. Hidden members are only returned if the type filter in ListChannelMemberships equals HIDDEN. Otherwise hidden members are not returned.

listChannelMemberships_maxResults :: Lens' ListChannelMemberships (Maybe Natural) Source #

The maximum number of channel memberships that you want returned.

listChannelMemberships_channelArn :: Lens' ListChannelMemberships Text Source #

The maximum number of channel memberships that you want returned.

listChannelMemberships_chimeBearer :: Lens' ListChannelMemberships Text Source #

The AppInstanceUserArn of the user that makes the API call.

listChannelMembershipsResponse_nextToken :: Lens' ListChannelMembershipsResponse (Maybe Text) Source #

The token passed by previous API calls until all requested channel memberships are returned.

DisassociateChannelFlow

disassociateChannelFlow_chimeBearer :: Lens' DisassociateChannelFlow Text Source #

The AppInstanceUserArn of the user making the API call.

GetChannelMessage

getChannelMessage_chimeBearer :: Lens' GetChannelMessage Text Source #

The AppInstanceUserArn of the user that makes the API call.

DescribeChannelMembershipForAppInstanceUser

CreateChannelModerator

createChannelModerator_chimeBearer :: Lens' CreateChannelModerator Text Source #

The AppInstanceUserArn of the user that makes the API call.

DescribeChannelModeratedByAppInstanceUser

SendChannelMessage

sendChannelMessage_metadata :: Lens' SendChannelMessage (Maybe Text) Source #

The optional metadata for each message.

sendChannelMessage_type :: Lens' SendChannelMessage ChannelMessageType Source #

The type of message, STANDARD or CONTROL.

sendChannelMessage_persistence :: Lens' SendChannelMessage ChannelMessagePersistenceType Source #

Boolean that controls whether the message is persisted on the back end. Required.

sendChannelMessage_clientRequestToken :: Lens' SendChannelMessage Text Source #

The Idempotency token for each client request.

sendChannelMessage_chimeBearer :: Lens' SendChannelMessage Text Source #

The AppInstanceUserArn of the user that makes the API call.

DeleteChannelBan

deleteChannelBan_channelArn :: Lens' DeleteChannelBan Text Source #

The ARN of the channel from which the AppInstanceUser was banned.

deleteChannelBan_memberArn :: Lens' DeleteChannelBan Text Source #

The ARN of the AppInstanceUser that you want to reinstate.

deleteChannelBan_chimeBearer :: Lens' DeleteChannelBan Text Source #

The AppInstanceUserArn of the user that makes the API call.

ListChannelBans

listChannelBans_nextToken :: Lens' ListChannelBans (Maybe Text) Source #

The token passed by previous API calls until all requested bans are returned.

listChannelBans_maxResults :: Lens' ListChannelBans (Maybe Natural) Source #

The maximum number of bans that you want returned.

listChannelBans_chimeBearer :: Lens' ListChannelBans Text Source #

The AppInstanceUserArn of the user that makes the API call.

listChannelBansResponse_nextToken :: Lens' ListChannelBansResponse (Maybe Text) Source #

The token passed by previous API calls until all requested bans are returned.

CreateChannel

createChannel_mode :: Lens' CreateChannel (Maybe ChannelMode) Source #

The channel mode: UNRESTRICTED or RESTRICTED. Administrators, moderators, and channel members can add themselves and other members to unrestricted channels. Only administrators and moderators can add members to restricted channels.

createChannel_privacy :: Lens' CreateChannel (Maybe ChannelPrivacy) Source #

The channel's privacy level: PUBLIC or PRIVATE. Private channels aren't discoverable by users outside the channel. Public channels are discoverable by anyone in the AppInstance.

createChannel_metadata :: Lens' CreateChannel (Maybe Text) Source #

The metadata of the creation request. Limited to 1KB and UTF-8.

createChannel_tags :: Lens' CreateChannel (Maybe (NonEmpty Tag)) Source #

The tags for the creation request.

createChannel_appInstanceArn :: Lens' CreateChannel Text Source #

The ARN of the channel request.

createChannel_name :: Lens' CreateChannel Text Source #

The name of the channel.

createChannel_clientRequestToken :: Lens' CreateChannel Text Source #

The client token for the request. An Idempotency token.

createChannel_chimeBearer :: Lens' CreateChannel Text Source #

The AppInstanceUserArn of the user that makes the API call.

DescribeChannelModerator

describeChannelModerator_chimeBearer :: Lens' DescribeChannelModerator Text Source #

The AppInstanceUserArn of the user that makes the API call.

CreateChannelBan

createChannelBan_memberArn :: Lens' CreateChannelBan Text Source #

The ARN of the member being banned.

createChannelBan_chimeBearer :: Lens' CreateChannelBan Text Source #

The AppInstanceUserArn of the user that makes the API call.

createChannelBanResponse_channelArn :: Lens' CreateChannelBanResponse (Maybe Text) Source #

The ARN of the response to the ban request.

createChannelBanResponse_member :: Lens' CreateChannelBanResponse (Maybe Identity) Source #

The ChannelArn and BannedIdentity of the member in the ban response.

ListChannelMembershipsForAppInstanceUser

listChannelMembershipsForAppInstanceUser_nextToken :: Lens' ListChannelMembershipsForAppInstanceUser (Maybe Text) Source #

The token returned from previous API requests until the number of channel memberships is reached.

listChannelMembershipsForAppInstanceUserResponse_nextToken :: Lens' ListChannelMembershipsForAppInstanceUserResponse (Maybe Text) Source #

The token passed by previous API calls until all requested users are returned.

UpdateChannelReadMarker

updateChannelReadMarker_chimeBearer :: Lens' UpdateChannelReadMarker Text Source #

The AppInstanceUserArn of the user that makes the API call.

GetChannelMessageStatus

getChannelMessageStatus_chimeBearer :: Lens' GetChannelMessageStatus Text Source #

The AppInstanceUserArn of the user making the API call.

CreateChannelFlow

createChannelFlow_tags :: Lens' CreateChannelFlow (Maybe (NonEmpty Tag)) Source #

The tags for the creation request.

createChannelFlow_appInstanceArn :: Lens' CreateChannelFlow Text Source #

The ARN of the channel flow request.

createChannelFlow_processors :: Lens' CreateChannelFlow (NonEmpty Processor) Source #

Information about the processor Lambda functions.

createChannelFlow_name :: Lens' CreateChannelFlow Text Source #

The name of the channel flow.

createChannelFlow_clientRequestToken :: Lens' CreateChannelFlow Text Source #

The client token for the request. An Idempotency token.

CreateChannelMembership

createChannelMembership_channelArn :: Lens' CreateChannelMembership Text Source #

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

createChannelMembership_memberArn :: Lens' CreateChannelMembership Text Source #

The ARN of the member you want to add to the channel.

createChannelMembership_type :: Lens' CreateChannelMembership ChannelMembershipType Source #

The membership type of a user, DEFAULT or HIDDEN. Default members are always returned as part of ListChannelMemberships. Hidden members are only returned if the type filter in ListChannelMemberships equals HIDDEN. Otherwise hidden members are not returned. This is only supported by moderators.

createChannelMembership_chimeBearer :: Lens' CreateChannelMembership Text Source #

The AppInstanceUserArn of the user that makes the API call.

TagResource

tagResource_tags :: Lens' TagResource (NonEmpty Tag) Source #

The tag key-value pairs.

ChannelFlowCallback

channelFlowCallback_deleteResource :: Lens' ChannelFlowCallback (Maybe Bool) Source #

When a processor determines that a message needs to be DENIED, pass this parameter with a value of true.

channelFlowCallback_callbackId :: Lens' ChannelFlowCallback Text Source #

The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.

DeleteChannelModerator

deleteChannelModerator_chimeBearer :: Lens' DeleteChannelModerator Text Source #

The AppInstanceUserArn of the user that makes the API call.

DescribeChannelBan

describeChannelBan_channelArn :: Lens' DescribeChannelBan Text Source #

The ARN of the channel from which the user is banned.

describeChannelBan_memberArn :: Lens' DescribeChannelBan Text Source #

The ARN of the member being banned.

describeChannelBan_chimeBearer :: Lens' DescribeChannelBan Text Source #

The AppInstanceUserArn of the user that makes the API call.

UntagResource

ListChannelModerators

listChannelModerators_nextToken :: Lens' ListChannelModerators (Maybe Text) Source #

The token passed by previous API calls until all requested moderators are returned.

listChannelModerators_maxResults :: Lens' ListChannelModerators (Maybe Natural) Source #

The maximum number of moderators that you want returned.

listChannelModerators_chimeBearer :: Lens' ListChannelModerators Text Source #

The AppInstanceUserArn of the user that makes the API call.

listChannelModeratorsResponse_nextToken :: Lens' ListChannelModeratorsResponse (Maybe Text) Source #

The token passed by previous API calls until all requested moderators are returned.

DescribeChannel

describeChannel_chimeBearer :: Lens' DescribeChannel Text Source #

The AppInstanceUserArn of the user that makes the API call.

DeleteChannelMessage

deleteChannelMessage_messageId :: Lens' DeleteChannelMessage Text Source #

The ID of the message being deleted.

deleteChannelMessage_chimeBearer :: Lens' DeleteChannelMessage Text Source #

The AppInstanceUserArn of the user that makes the API call.

UpdateChannelMessage

updateChannelMessage_content :: Lens' UpdateChannelMessage (Maybe Text) Source #

The content of the message being updated.

updateChannelMessage_metadata :: Lens' UpdateChannelMessage (Maybe Text) Source #

The metadata of the message being updated.

updateChannelMessage_messageId :: Lens' UpdateChannelMessage Text Source #

The ID string of the message being updated.

updateChannelMessage_chimeBearer :: Lens' UpdateChannelMessage Text Source #

The AppInstanceUserArn of the user that makes the API call.

ListChannelMessages

listChannelMessages_nextToken :: Lens' ListChannelMessages (Maybe Text) Source #

The token passed by previous API calls until all requested messages are returned.

listChannelMessages_notBefore :: Lens' ListChannelMessages (Maybe UTCTime) Source #

The initial or starting time stamp for your requested messages.

listChannelMessages_sortOrder :: Lens' ListChannelMessages (Maybe SortOrder) Source #

The order in which you want messages sorted. Default is Descending, based on time created.

listChannelMessages_maxResults :: Lens' ListChannelMessages (Maybe Natural) Source #

The maximum number of messages that you want returned.

listChannelMessages_notAfter :: Lens' ListChannelMessages (Maybe UTCTime) Source #

The final or ending time stamp for your requested messages.

listChannelMessages_chimeBearer :: Lens' ListChannelMessages Text Source #

The AppInstanceUserArn of the user that makes the API call.

listChannelMessagesResponse_channelArn :: Lens' ListChannelMessagesResponse (Maybe Text) Source #

The ARN of the channel containing the requested messages.

listChannelMessagesResponse_nextToken :: Lens' ListChannelMessagesResponse (Maybe Text) Source #

The token passed by previous API calls until all requested messages are returned.

listChannelMessagesResponse_channelMessages :: Lens' ListChannelMessagesResponse (Maybe [ChannelMessageSummary]) Source #

The information about, and content of, each requested message.

ListChannelsAssociatedWithChannelFlow

listChannelsAssociatedWithChannelFlow_nextToken :: Lens' ListChannelsAssociatedWithChannelFlow (Maybe Text) Source #

The token passed by previous API calls until all requested channels are returned.

listChannelsAssociatedWithChannelFlowResponse_nextToken :: Lens' ListChannelsAssociatedWithChannelFlowResponse (Maybe Text) Source #

The token passed by previous API calls until all requested channels are returned.

BatchCreateChannelMembership

batchCreateChannelMembership_type :: Lens' BatchCreateChannelMembership (Maybe ChannelMembershipType) Source #

The membership type of a user, DEFAULT or HIDDEN. Default members are always returned as part of ListChannelMemberships. Hidden members are only returned if the type filter in ListChannelMemberships equals HIDDEN. Otherwise hidden members are not returned. This is only supported by moderators.

batchCreateChannelMembership_channelArn :: Lens' BatchCreateChannelMembership Text Source #

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

batchCreateChannelMembership_memberArns :: Lens' BatchCreateChannelMembership (NonEmpty Text) Source #

The ARNs of the members you want to add to the channel.

batchCreateChannelMembership_chimeBearer :: Lens' BatchCreateChannelMembership Text Source #

The AppInstanceUserArn of the user that makes the API call.

batchCreateChannelMembershipResponse_errors :: Lens' BatchCreateChannelMembershipResponse (Maybe [BatchCreateChannelMembershipError]) Source #

If the action fails for one or more of the memberships in the request, a list of the memberships is returned, along with error codes and error messages.

Types

AppInstanceUserMembershipSummary

BatchChannelMemberships

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.

BatchCreateChannelMembershipError

Channel

channel_mode :: Lens' Channel (Maybe ChannelMode) Source #

The mode of the channel.

channel_createdBy :: Lens' Channel (Maybe Identity) Source #

The AppInstanceUser who created the channel.

channel_channelArn :: Lens' Channel (Maybe Text) Source #

The ARN of a channel.

channel_privacy :: Lens' Channel (Maybe ChannelPrivacy) Source #

The channel's privacy setting.

channel_channelFlowArn :: Lens' Channel (Maybe Text) Source #

The ARN of the channel flow.

channel_lastMessageTimestamp :: Lens' Channel (Maybe UTCTime) Source #

The time at which a member sent the last message in the channel.

channel_name :: Lens' Channel (Maybe Text) Source #

The name of a channel.

channel_metadata :: Lens' Channel (Maybe Text) Source #

The channel's metadata.

channel_createdTimestamp :: Lens' Channel (Maybe UTCTime) Source #

The time at which the AppInstanceUser created the channel.

channel_lastUpdatedTimestamp :: Lens' Channel (Maybe UTCTime) Source #

The time at which a channel was last updated.

ChannelAssociatedWithFlowSummary

ChannelBan

channelBan_createdBy :: Lens' ChannelBan (Maybe Identity) Source #

The AppInstanceUser who created the ban.

channelBan_channelArn :: Lens' ChannelBan (Maybe Text) Source #

The ARN of the channel from which a member is being banned.

channelBan_member :: Lens' ChannelBan (Maybe Identity) Source #

The member being banned from the channel.

channelBan_createdTimestamp :: Lens' ChannelBan (Maybe UTCTime) Source #

The time at which the ban was created.

ChannelBanSummary

channelBanSummary_member :: Lens' ChannelBanSummary (Maybe Identity) Source #

The member being banned from a channel.

ChannelFlow

channelFlow_processors :: Lens' ChannelFlow (Maybe (NonEmpty Processor)) Source #

Information about the processor Lambda functions.

channelFlow_channelFlowArn :: Lens' ChannelFlow (Maybe Text) Source #

The ARN of the channel flow.

channelFlow_name :: Lens' ChannelFlow (Maybe Text) Source #

The name of the channel flow.

channelFlow_createdTimestamp :: Lens' ChannelFlow (Maybe UTCTime) Source #

The time at which the channel flow was created.

channelFlow_lastUpdatedTimestamp :: Lens' ChannelFlow (Maybe UTCTime) Source #

The time at which a channel flow was updated.

ChannelFlowSummary

channelFlowSummary_processors :: Lens' ChannelFlowSummary (Maybe (NonEmpty Processor)) Source #

Information about the processor Lambda functions.

ChannelMembership

channelMembership_type :: Lens' ChannelMembership (Maybe ChannelMembershipType) Source #

The membership type set for the channel member.

channelMembership_invitedBy :: Lens' ChannelMembership (Maybe Identity) Source #

The identifier of the member who invited another member.

channelMembership_createdTimestamp :: Lens' ChannelMembership (Maybe UTCTime) Source #

The time at which the channel membership was created.

channelMembership_lastUpdatedTimestamp :: Lens' ChannelMembership (Maybe UTCTime) Source #

The time at which a channel membership was last updated.

ChannelMembershipForAppInstanceUserSummary

ChannelMembershipSummary

ChannelMessage

channelMessage_redacted :: Lens' ChannelMessage (Maybe Bool) Source #

Hides the content of a message.

channelMessage_createdTimestamp :: Lens' ChannelMessage (Maybe UTCTime) Source #

The time at which the message was created.

channelMessage_lastUpdatedTimestamp :: Lens' ChannelMessage (Maybe UTCTime) Source #

The time at which a message was updated.

channelMessage_lastEditedTimestamp :: Lens' ChannelMessage (Maybe UTCTime) Source #

The time at which a message was edited.

ChannelMessageCallback

ChannelMessageStatusStructure

channelMessageStatusStructure_detail :: Lens' ChannelMessageStatusStructure (Maybe Text) Source #

Contains more details about the messasge status.

ChannelMessageSummary

channelMessageSummary_status :: Lens' ChannelMessageSummary (Maybe ChannelMessageStatusStructure) Source #

The message status. The status value is SENT for messages sent to a channel without a channel flow. For channels associated with channel flow, the value determines the processing stage.

channelMessageSummary_redacted :: Lens' ChannelMessageSummary (Maybe Bool) Source #

Indicates whether a message was redacted.

channelMessageSummary_createdTimestamp :: Lens' ChannelMessageSummary (Maybe UTCTime) Source #

The time at which the message summary was created.

ChannelModeratedByAppInstanceUserSummary

ChannelModerator

channelModerator_createdBy :: Lens' ChannelModerator (Maybe Identity) Source #

The AppInstanceUser who created the moderator.

channelModerator_channelArn :: Lens' ChannelModerator (Maybe Text) Source #

The ARN of the moderator's channel.

channelModerator_createdTimestamp :: Lens' ChannelModerator (Maybe UTCTime) Source #

The time at which the moderator was created.

ChannelModeratorSummary

ChannelSummary

channelSummary_privacy :: Lens' ChannelSummary (Maybe ChannelPrivacy) Source #

The privacy setting of the channel.

channelSummary_lastMessageTimestamp :: Lens' ChannelSummary (Maybe UTCTime) Source #

The time at which the last message in a channel was sent.

channelSummary_metadata :: Lens' ChannelSummary (Maybe Text) Source #

The metadata of the channel.

Identity

identity_arn :: Lens' Identity (Maybe Text) Source #

The ARN in an Identity.

identity_name :: Lens' Identity (Maybe Text) Source #

The name in an Identity.

LambdaConfiguration

lambdaConfiguration_resourceArn :: Lens' LambdaConfiguration Text Source #

The ARN of the Lambda message processing function.

MessagingSessionEndpoint

messagingSessionEndpoint_url :: Lens' MessagingSessionEndpoint (Maybe Text) Source #

The endpoint to which you establish a websocket connection.

Processor

processor_name :: Lens' Processor Text Source #

The name of the channel flow.

processor_configuration :: Lens' Processor ProcessorConfiguration Source #

The information about the type of processor and its identifier.

processor_executionOrder :: Lens' Processor Natural Source #

The sequence in which processors run. If you have multiple processors in a channel flow, message processing goes through each processor in the sequence. The value determines the sequence. At this point, we support only 1 processor within a flow.

processor_fallbackAction :: Lens' Processor FallbackAction Source #

Determines whether to continue or stop processing if communication with processor fails. If the last processor in a channel flow sequence has a fallback action of CONTINUE, and communication with the processor fails, the message is considered processed and sent to the recipients in the channel.

ProcessorConfiguration

processorConfiguration_lambda :: Lens' ProcessorConfiguration LambdaConfiguration Source #

Indicates that the processor is of type Lambda.

Tag

tag_key :: Lens' Tag Text Source #

The key in a tag.

tag_value :: Lens' Tag Text Source #

The value in a tag.