1{
2  "version": "2.0",
3  "service": "<p>The Amazon Chime SDK Messaging APIs in this section allow software developers to send and receive messages in custom messaging applications. These APIs depend on the frameworks provided by the Amazon Chime SDK Identity APIs. For more information about the messaging APIs, see <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Messaging\">Amazon Chime SDK messaging</a> </p>",
4  "operations": {
5    "AssociateChannelFlow": "<p>Associates a channel flow with a channel. Once associated, all messages to that channel go through channel flow processors. To stop processing, use the <code>DisassociateChannelFlow</code> API.</p> <note> <p>Only administrators or channel moderators can associate a channel flow. The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
6    "BatchCreateChannelMembership": "<p>Adds a specified number of users to a channel. </p>",
7    "ChannelFlowCallback": "<p>Calls back Chime SDK Messaging with a processing response message. This should be invoked from the processor Lambda. This is a developer API.</p> <p>You can return one of the following processing responses:</p> <ul> <li> <p>Update message content or metadata</p> </li> <li> <p>Deny a message</p> </li> <li> <p>Make no changes to the message</p> </li> </ul>",
8    "CreateChannel": "<p>Creates a channel to which you can add users and send messages.</p> <p> <b>Restriction</b>: You can't change a channel's privacy.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
9    "CreateChannelBan": "<p>Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you first have to <code>DeleteChannelBan</code>, and then <code>CreateChannelMembership</code>. Bans are cleaned up when you delete users or channels.</p> <p>If you ban a user who is already part of a channel, that user is automatically kicked from the channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
10    "CreateChannelFlow": "<p>Creates a channel flow, a container for processors. Processors are AWS Lambda functions that perform actions on chat messages, such as stripping out profanity. You can associate channel flows with channels, and the processors in the channel flow then take action on all messages sent to that channel. This is a developer API.</p> <p>Channel flows process the following items:</p> <ol> <li> <p>New and updated messages</p> </li> <li> <p>Persistent and non-persistent messages</p> </li> <li> <p>The Standard message type</p> </li> </ol> <note> <p>Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK Messaging, refer to <a href=\"https://docs.aws.amazon.com/chime/latest/dg/using-the-messaging-sdk.html#msg-types\">Message types</a> in the <i>Amazon Chime developer guide</i>.</p> </note>",
11    "CreateChannelMembership": "<p>Adds a user to a channel. The <code>InvitedBy</code> field in <code>ChannelMembership</code> is derived from the request header. A channel member can:</p> <ul> <li> <p>List messages</p> </li> <li> <p>Send messages</p> </li> <li> <p>Receive messages</p> </li> <li> <p>Edit their own messages</p> </li> <li> <p>Leave the channel</p> </li> </ul> <p>Privacy settings impact this action as follows:</p> <ul> <li> <p>Public Channels: You do not need to be a member to list messages, but you must be a member to send messages.</p> </li> <li> <p>Private Channels: You must be a member to list or send messages.</p> </li> </ul> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
12    "CreateChannelModerator": "<p>Creates a new <code>ChannelModerator</code>. A channel moderator can:</p> <ul> <li> <p>Add and remove other members of the channel.</p> </li> <li> <p>Add and remove other moderators of the channel.</p> </li> <li> <p>Add and remove user bans for the channel.</p> </li> <li> <p>Redact messages in the channel.</p> </li> <li> <p>List messages in the channel.</p> </li> </ul> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
13    "DeleteChannel": "<p>Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
14    "DeleteChannelBan": "<p>Removes a user from a channel's ban list.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
15    "DeleteChannelFlow": "<p>Deletes a channel flow, an irreversible process. This is a developer API.</p> <note> <p> This API works only when the channel flow is not associated with any channel. To get a list of all channels that a channel flow is associated with, use the <code>ListChannelsAssociatedWithChannelFlow</code> API. Use the <code>DisassociateChannelFlow</code> API to disassociate a channel flow from all channels. </p> </note>",
16    "DeleteChannelMembership": "<p>Removes a member from a channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
17    "DeleteChannelMessage": "<p>Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by <code>UpdateChannelMessage</code>.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
18    "DeleteChannelModerator": "<p>Deletes a channel moderator.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
19    "DescribeChannel": "<p>Returns the full details of a channel in an Amazon Chime <code>AppInstance</code>.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
20    "DescribeChannelBan": "<p>Returns the full details of a channel ban.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
21    "DescribeChannelFlow": "<p>Returns the full details of a channel flow in an Amazon Chime <code>AppInstance</code>. This is a developer API.</p>",
22    "DescribeChannelMembership": "<p>Returns the full details of a user's channel membership.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
23    "DescribeChannelMembershipForAppInstanceUser": "<p> Returns the details of a channel based on the membership of the specified <code>AppInstanceUser</code>.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
24    "DescribeChannelModeratedByAppInstanceUser": "<p>Returns the full details of a channel moderated by the specified <code>AppInstanceUser</code>.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
25    "DescribeChannelModerator": "<p>Returns the full details of a single ChannelModerator.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
26    "DisassociateChannelFlow": "<p>Disassociates a channel flow from all its channels. Once disassociated, all messages to that channel stop going through the channel flow processor.</p> <note> <p>Only administrators or channel moderators can disassociate a channel flow. The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
27    "GetChannelMembershipPreferences": "<p>Gets the membership preferences of an <code>AppInstanceUser</code> for the specified channel. The <code>AppInstanceUser</code> must be a member of the channel. Only the <code>AppInstanceUser</code> who owns the membership can retrieve preferences. Users in the <code>AppInstanceAdmin</code> and channel moderator roles can't retrieve preferences for other users. Banned users can't retrieve membership preferences for the channel from which they are banned.</p>",
28    "GetChannelMessage": "<p>Gets the full details of a channel message.</p> <note> <p>The x-amz-chime-bearer request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
29    "GetChannelMessageStatus": "<p>Gets message status for a specified <code>messageId</code>. Use this API to determine the intermediate status of messages going through channel flow processing. The API provides an alternative to retrieving message status if the event was not received because a client wasn't connected to a websocket. </p> <p>Messages can have any one of these statuses.</p> <dl> <dt>SENT</dt> <dd> <p>Message processed successfully</p> </dd> <dt>PENDING</dt> <dd> <p>Ongoing processing</p> </dd> <dt>FAILED</dt> <dd> <p>Processing failed</p> </dd> <dt>DENIED</dt> <dd> <p>Messasge denied by the processor</p> </dd> </dl> <note> <ul> <li> <p>This API does not return statuses for denied messages, because we don't store them once the processor denies them. </p> </li> <li> <p>Only the message sender can invoke this API.</p> </li> <li> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header</p> </li> </ul> </note>",
30    "GetMessagingSessionEndpoint": "<p>The details of the endpoint for the messaging session.</p>",
31    "ListChannelBans": "<p>Lists all the users banned from a particular channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
32    "ListChannelFlows": "<p>Returns a paginated lists of all the channel flows created under a single Chime. This is a developer API.</p>",
33    "ListChannelMemberships": "<p>Lists all channel memberships in a channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note> <p>If you want to list the channels to which a specific app instance user belongs, see the <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_messaging-chime_ListChannelMembershipsForAppInstanceUser.html\">ListChannelMembershipsForAppInstanceUser</a> API.</p>",
34    "ListChannelMembershipsForAppInstanceUser": "<p> Lists all channels that a particular <code>AppInstanceUser</code> is a part of. Only an <code>AppInstanceAdmin</code> can call the API with a user ARN that is not their own. </p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
35    "ListChannelMessages": "<p>List all the messages in a channel. Returns a paginated list of <code>ChannelMessages</code>. By default, sorted by creation timestamp in descending order.</p> <note> <p>Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do not appear in the results. This action always returns the latest version of an edited message.</p> <p>Also, the x-amz-chime-bearer request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
36    "ListChannelModerators": "<p>Lists all the moderators for a channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
37    "ListChannels": "<p>Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results.</p> <p class=\"title\"> <b>Functionality &amp; restrictions</b> </p> <ul> <li> <p>Use privacy = <code>PUBLIC</code> to retrieve all public channels in the account.</p> </li> <li> <p>Only an <code>AppInstanceAdmin</code> can set privacy = <code>PRIVATE</code> to list the private channels in an account.</p> </li> </ul> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
38    "ListChannelsAssociatedWithChannelFlow": "<p>Lists all channels associated with a specified channel flow. You can associate a channel flow with multiple channels, but you can only associate a channel with one channel flow. This is a developer API.</p>",
39    "ListChannelsModeratedByAppInstanceUser": "<p>A list of the channels moderated by an <code>AppInstanceUser</code>.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
40    "ListTagsForResource": "<p>Lists the tags applied to an Amazon Chime SDK messaging resource.</p>",
41    "PutChannelMembershipPreferences": "<p>Sets the membership preferences of an <code>AppInstanceUser</code> for the specified channel. The <code>AppInstanceUser</code> must be a member of the channel. Only the <code>AppInstanceUser</code> who owns the membership can set preferences. Users in the <code>AppInstanceAdmin</code> and channel moderator roles can't set preferences for other users. Banned users can't set membership preferences for the channel from which they are banned.</p>",
42    "RedactChannelMessage": "<p>Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
43    "SendChannelMessage": "<p>Sends a message to a particular channel that the member is a part of.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> <p>Also, <code>STANDARD</code> messages can contain 4KB of data and the 1KB of metadata. <code>CONTROL</code> messages can contain 30 bytes of data and no metadata.</p> </note>",
44    "TagResource": "<p>Applies the specified tags to the specified Amazon Chime SDK messaging resource.</p>",
45    "UntagResource": "<p>Removes the specified tags from the specified Amazon Chime SDK messaging resource.</p>",
46    "UpdateChannel": "<p>Update a channel's attributes.</p> <p> <b>Restriction</b>: You can't change a channel's privacy. </p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
47    "UpdateChannelFlow": "<p>Updates channel flow attributes. This is a developer API.</p>",
48    "UpdateChannelMessage": "<p>Updates the content of a message.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
49    "UpdateChannelReadMarker": "<p>The details of the time when a user last read messages in a channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>"
50  },
51  "shapes": {
52    "AllowNotifications": {
53      "base": null,
54      "refs": {
55        "PushNotificationPreferences$AllowNotifications": "<p>Enum value that indicates which push notifications to send to the requested member of a channel. <code>ALL</code> sends all push notifications, <code>NONE</code> sends no push notifications, <code>FILTERED</code> sends only filtered push notifications. </p>"
56      }
57    },
58    "AppInstanceUserMembershipSummary": {
59      "base": "<p>Summary of the membership details of an <code>AppInstanceUser</code>.</p>",
60      "refs": {
61        "ChannelMembershipForAppInstanceUserSummary$AppInstanceUserMembershipSummary": "<p>Returns the channel membership data for an <code>AppInstance</code>.</p>"
62      }
63    },
64    "AssociateChannelFlowRequest": {
65      "base": null,
66      "refs": {
67      }
68    },
69    "BadRequestException": {
70      "base": "<p>The input parameters don't match the service's restrictions.</p>",
71      "refs": {
72      }
73    },
74    "BatchChannelMemberships": {
75      "base": "<p>The membership information, including member ARNs, the channel ARN, and membership types.</p>",
76      "refs": {
77        "BatchCreateChannelMembershipResponse$BatchChannelMemberships": "<p>The list of channel memberships in the response.</p>"
78      }
79    },
80    "BatchCreateChannelMembershipError": {
81      "base": "<p>A list of failed member ARNs, error codes, and error messages.</p>",
82      "refs": {
83        "BatchCreateChannelMembershipErrors$member": null
84      }
85    },
86    "BatchCreateChannelMembershipErrors": {
87      "base": null,
88      "refs": {
89        "BatchCreateChannelMembershipResponse$Errors": "<p>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.</p>"
90      }
91    },
92    "BatchCreateChannelMembershipRequest": {
93      "base": null,
94      "refs": {
95      }
96    },
97    "BatchCreateChannelMembershipResponse": {
98      "base": null,
99      "refs": {
100      }
101    },
102    "CallbackIdType": {
103      "base": null,
104      "refs": {
105        "ChannelFlowCallbackRequest$CallbackId": "<p>The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.</p>",
106        "ChannelFlowCallbackResponse$CallbackId": "<p>The call back ID passed in the request.</p>"
107      }
108    },
109    "Channel": {
110      "base": "<p>The details of a channel.</p>",
111      "refs": {
112        "DescribeChannelResponse$Channel": "<p>The channel details.</p>"
113      }
114    },
115    "ChannelAssociatedWithFlowSummary": {
116      "base": "<p>Summary of details of a channel associated with channel flow.</p>",
117      "refs": {
118        "ChannelAssociatedWithFlowSummaryList$member": null
119      }
120    },
121    "ChannelAssociatedWithFlowSummaryList": {
122      "base": null,
123      "refs": {
124        "ListChannelsAssociatedWithChannelFlowResponse$Channels": "<p>The information about each channel.</p>"
125      }
126    },
127    "ChannelBan": {
128      "base": "<p>The details of a channel ban.</p>",
129      "refs": {
130        "DescribeChannelBanResponse$ChannelBan": "<p>The details of the ban.</p>"
131      }
132    },
133    "ChannelBanSummary": {
134      "base": "<p>Summary of the details of a <code>ChannelBan</code>.</p>",
135      "refs": {
136        "ChannelBanSummaryList$member": null
137      }
138    },
139    "ChannelBanSummaryList": {
140      "base": null,
141      "refs": {
142        "ListChannelBansResponse$ChannelBans": "<p>The information for each requested ban.</p>"
143      }
144    },
145    "ChannelFlow": {
146      "base": "<p>The details of a channel flow.</p>",
147      "refs": {
148        "DescribeChannelFlowResponse$ChannelFlow": "<p>The channel flow details.</p>"
149      }
150    },
151    "ChannelFlowCallbackRequest": {
152      "base": null,
153      "refs": {
154      }
155    },
156    "ChannelFlowCallbackResponse": {
157      "base": null,
158      "refs": {
159      }
160    },
161    "ChannelFlowExecutionOrder": {
162      "base": null,
163      "refs": {
164        "Processor$ExecutionOrder": "<p>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.</p>"
165      }
166    },
167    "ChannelFlowSummary": {
168      "base": "<p>Summary of details of a channel flow.</p>",
169      "refs": {
170        "ChannelFlowSummaryList$member": null
171      }
172    },
173    "ChannelFlowSummaryList": {
174      "base": null,
175      "refs": {
176        "ListChannelFlowsResponse$ChannelFlows": "<p>The information about each channel flow.</p>"
177      }
178    },
179    "ChannelMembership": {
180      "base": "<p>The details of a channel member.</p>",
181      "refs": {
182        "DescribeChannelMembershipResponse$ChannelMembership": "<p>The details of the membership.</p>"
183      }
184    },
185    "ChannelMembershipForAppInstanceUserSummary": {
186      "base": "<p>Summary of the channel membership details of an <code>AppInstanceUser</code>.</p>",
187      "refs": {
188        "ChannelMembershipForAppInstanceUserSummaryList$member": null,
189        "DescribeChannelMembershipForAppInstanceUserResponse$ChannelMembership": "<p>The channel to which a user belongs.</p>"
190      }
191    },
192    "ChannelMembershipForAppInstanceUserSummaryList": {
193      "base": null,
194      "refs": {
195        "ListChannelMembershipsForAppInstanceUserResponse$ChannelMemberships": "<p>The token passed by previous API calls until all requested users are returned.</p>"
196      }
197    },
198    "ChannelMembershipPreferences": {
199      "base": "<p>The channel membership preferences for an <code>AppInstanceUser</code>.</p>",
200      "refs": {
201        "GetChannelMembershipPreferencesResponse$Preferences": "<p>The channel membership preferences for an <code>AppInstanceUser</code> .</p>",
202        "PutChannelMembershipPreferencesRequest$Preferences": "<p>The channel membership preferences of an <code>AppInstanceUser</code> .</p>",
203        "PutChannelMembershipPreferencesResponse$Preferences": "<p>The ARN and metadata of the member being added.</p>"
204      }
205    },
206    "ChannelMembershipSummary": {
207      "base": "<p>Summary of the details of a <code>ChannelMembership</code>.</p>",
208      "refs": {
209        "ChannelMembershipSummaryList$member": null
210      }
211    },
212    "ChannelMembershipSummaryList": {
213      "base": null,
214      "refs": {
215        "ListChannelMembershipsResponse$ChannelMemberships": "<p>The information for the requested channel memberships.</p>"
216      }
217    },
218    "ChannelMembershipType": {
219      "base": null,
220      "refs": {
221        "AppInstanceUserMembershipSummary$Type": "<p>The type of <code>ChannelMembership</code>.</p>",
222        "BatchChannelMemberships$Type": "<p>The membership types set for the channel users.</p>",
223        "BatchCreateChannelMembershipRequest$Type": "<p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default members are always returned as part of <code>ListChannelMemberships</code>. Hidden members are only returned if the type filter in <code>ListChannelMemberships</code> equals <code>HIDDEN</code>. Otherwise hidden members are not returned. This is only supported by moderators.</p>",
224        "ChannelMembership$Type": "<p>The membership type set for the channel member.</p>",
225        "CreateChannelMembershipRequest$Type": "<p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default members are always returned as part of <code>ListChannelMemberships</code>. Hidden members are only returned if the type filter in <code>ListChannelMemberships</code> equals <code>HIDDEN</code>. Otherwise hidden members are not returned. This is only supported by moderators.</p>",
226        "ListChannelMembershipsRequest$Type": "<p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default members are always returned as part of <code>ListChannelMemberships</code>. Hidden members are only returned if the type filter in <code>ListChannelMemberships</code> equals <code>HIDDEN</code>. Otherwise hidden members are not returned.</p>"
227      }
228    },
229    "ChannelMessage": {
230      "base": "<p>The details of a message in a channel.</p>",
231      "refs": {
232        "GetChannelMessageResponse$ChannelMessage": "<p>The details of and content in the message.</p>"
233      }
234    },
235    "ChannelMessageCallback": {
236      "base": "<p>Stores information about a callback.</p>",
237      "refs": {
238        "ChannelFlowCallbackRequest$ChannelMessage": "<p>Stores information about the processed message.</p>"
239      }
240    },
241    "ChannelMessagePersistenceType": {
242      "base": null,
243      "refs": {
244        "ChannelMessage$Persistence": "<p>The persistence setting for a channel message.</p>",
245        "SendChannelMessageRequest$Persistence": "<p>Boolean that controls whether the message is persisted on the back end. Required.</p>"
246      }
247    },
248    "ChannelMessageStatus": {
249      "base": null,
250      "refs": {
251        "ChannelMessageStatusStructure$Value": "<p>The message status value.</p>"
252      }
253    },
254    "ChannelMessageStatusStructure": {
255      "base": "<p>Stores information about a message status.</p>",
256      "refs": {
257        "ChannelMessage$Status": "<p>The status of the channel message.</p>",
258        "ChannelMessageSummary$Status": "<p>The message status. The status value is <code>SENT</code> for messages sent to a channel without a channel flow. For channels associated with channel flow, the value determines the processing stage.</p>",
259        "GetChannelMessageStatusResponse$Status": "<p>The message status and details.</p>",
260        "SendChannelMessageResponse$Status": "<p>The status of the channel message.</p>",
261        "UpdateChannelMessageResponse$Status": "<p>The status of the message update.</p>"
262      }
263    },
264    "ChannelMessageSummary": {
265      "base": "<p>Summary of the messages in a <code>Channel</code>.</p>",
266      "refs": {
267        "ChannelMessageSummaryList$member": null
268      }
269    },
270    "ChannelMessageSummaryList": {
271      "base": null,
272      "refs": {
273        "ListChannelMessagesResponse$ChannelMessages": "<p>The information about, and content of, each requested message.</p>"
274      }
275    },
276    "ChannelMessageType": {
277      "base": null,
278      "refs": {
279        "ChannelMessage$Type": "<p>The message type.</p>",
280        "ChannelMessageSummary$Type": "<p>The type of message.</p>",
281        "SendChannelMessageRequest$Type": "<p>The type of message, <code>STANDARD</code> or <code>CONTROL</code>.</p>"
282      }
283    },
284    "ChannelMode": {
285      "base": null,
286      "refs": {
287        "Channel$Mode": "<p>The mode of the channel.</p>",
288        "ChannelAssociatedWithFlowSummary$Mode": "<p>The mode of the channel.</p>",
289        "ChannelSummary$Mode": "<p>The mode of the channel.</p>",
290        "CreateChannelRequest$Mode": "<p>The channel mode: <code>UNRESTRICTED</code> or <code>RESTRICTED</code>. Administrators, moderators, and channel members can add themselves and other members to unrestricted channels. Only administrators and moderators can add members to restricted channels.</p>",
291        "UpdateChannelRequest$Mode": "<p>The mode of the update request.</p>"
292      }
293    },
294    "ChannelModeratedByAppInstanceUserSummary": {
295      "base": "<p>Summary of the details of a moderated channel.</p>",
296      "refs": {
297        "ChannelModeratedByAppInstanceUserSummaryList$member": null,
298        "DescribeChannelModeratedByAppInstanceUserResponse$Channel": "<p>The moderated channel.</p>"
299      }
300    },
301    "ChannelModeratedByAppInstanceUserSummaryList": {
302      "base": null,
303      "refs": {
304        "ListChannelsModeratedByAppInstanceUserResponse$Channels": "<p>The moderated channels in the request.</p>"
305      }
306    },
307    "ChannelModerator": {
308      "base": "<p>The details of a channel moderator.</p>",
309      "refs": {
310        "DescribeChannelModeratorResponse$ChannelModerator": "<p>The details of the channel moderator.</p>"
311      }
312    },
313    "ChannelModeratorSummary": {
314      "base": "<p>Summary of the details of a <code>ChannelModerator</code>.</p>",
315      "refs": {
316        "ChannelModeratorSummaryList$member": null
317      }
318    },
319    "ChannelModeratorSummaryList": {
320      "base": null,
321      "refs": {
322        "ListChannelModeratorsResponse$ChannelModerators": "<p>The information about and names of each moderator.</p>"
323      }
324    },
325    "ChannelPrivacy": {
326      "base": null,
327      "refs": {
328        "Channel$Privacy": "<p>The channel's privacy setting.</p>",
329        "ChannelAssociatedWithFlowSummary$Privacy": "<p>The channel's privacy setting.</p>",
330        "ChannelSummary$Privacy": "<p>The privacy setting of the channel.</p>",
331        "CreateChannelRequest$Privacy": "<p>The channel's privacy level: <code>PUBLIC</code> or <code>PRIVATE</code>. Private channels aren't discoverable by users outside the channel. Public channels are discoverable by anyone in the <code>AppInstance</code>.</p>",
332        "ListChannelsRequest$Privacy": "<p>The privacy setting. <code>PUBLIC</code> retrieves all the public channels. <code>PRIVATE</code> retrieves private channels. Only an <code>AppInstanceAdmin</code> can retrieve private channels. </p>"
333      }
334    },
335    "ChannelSummary": {
336      "base": "<p>Summary of the details of a <code>Channel</code>.</p>",
337      "refs": {
338        "ChannelMembershipForAppInstanceUserSummary$ChannelSummary": "<p>Returns the channel data for an <code>AppInstance</code>.</p>",
339        "ChannelModeratedByAppInstanceUserSummary$ChannelSummary": "<p>Summary of the details of a <code>Channel</code>.</p>",
340        "ChannelSummaryList$member": null
341      }
342    },
343    "ChannelSummaryList": {
344      "base": null,
345      "refs": {
346        "ListChannelsResponse$Channels": "<p>The information about each channel.</p>"
347      }
348    },
349    "ChimeArn": {
350      "base": null,
351      "refs": {
352        "AssociateChannelFlowRequest$ChannelArn": "<p>The ARN of the channel.</p>",
353        "AssociateChannelFlowRequest$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
354        "AssociateChannelFlowRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user making the API call.</p>",
355        "BatchChannelMemberships$ChannelArn": "<p>The ARN of the channel to which you're adding users.</p>",
356        "BatchCreateChannelMembershipError$MemberArn": "<p>The <code>AppInstanceUserArn</code> of the member that the service couldn't add.</p>",
357        "BatchCreateChannelMembershipRequest$ChannelArn": "<p>The ARN of the channel to which you're adding users.</p>",
358        "BatchCreateChannelMembershipRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
359        "Channel$ChannelArn": "<p>The ARN of a channel.</p>",
360        "Channel$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
361        "ChannelAssociatedWithFlowSummary$ChannelArn": "<p>The ARN of the channel.</p>",
362        "ChannelBan$ChannelArn": "<p>The ARN of the channel from which a member is being banned.</p>",
363        "ChannelFlow$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
364        "ChannelFlowCallbackRequest$ChannelArn": "<p>The ARN of the channel.</p>",
365        "ChannelFlowCallbackResponse$ChannelArn": "<p>The ARN of the channel.</p>",
366        "ChannelFlowSummary$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
367        "ChannelMembership$ChannelArn": "<p>The ARN of the member's channel.</p>",
368        "ChannelMessage$ChannelArn": "<p>The ARN of the channel.</p>",
369        "ChannelModerator$ChannelArn": "<p>The ARN of the moderator's channel.</p>",
370        "ChannelSummary$ChannelArn": "<p>The ARN of the channel.</p>",
371        "CreateChannelBanRequest$ChannelArn": "<p>The ARN of the ban request.</p>",
372        "CreateChannelBanRequest$MemberArn": "<p>The <code>AppInstanceUserArn</code> of the member being banned.</p>",
373        "CreateChannelBanRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
374        "CreateChannelBanResponse$ChannelArn": "<p>The ARN of the response to the ban request.</p>",
375        "CreateChannelFlowRequest$AppInstanceArn": "<p>The ARN of the channel flow request.</p>",
376        "CreateChannelFlowResponse$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
377        "CreateChannelMembershipRequest$ChannelArn": "<p>The ARN of the channel to which you're adding users.</p>",
378        "CreateChannelMembershipRequest$MemberArn": "<p>The <code>AppInstanceUserArn</code> of the member you want to add to the channel.</p>",
379        "CreateChannelMembershipRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
380        "CreateChannelMembershipResponse$ChannelArn": "<p>The ARN of the channel.</p>",
381        "CreateChannelModeratorRequest$ChannelArn": "<p>The ARN of the channel.</p>",
382        "CreateChannelModeratorRequest$ChannelModeratorArn": "<p>The <code>AppInstanceUserArn</code> of the moderator.</p>",
383        "CreateChannelModeratorRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
384        "CreateChannelModeratorResponse$ChannelArn": "<p>The ARN of the channel.</p>",
385        "CreateChannelRequest$AppInstanceArn": "<p>The ARN of the channel request.</p>",
386        "CreateChannelRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
387        "CreateChannelResponse$ChannelArn": "<p>The ARN of the channel.</p>",
388        "DeleteChannelBanRequest$ChannelArn": "<p>The ARN of the channel from which the <code>AppInstanceUser</code> was banned.</p>",
389        "DeleteChannelBanRequest$MemberArn": "<p>The ARN of the <code>AppInstanceUser</code> that you want to reinstate.</p>",
390        "DeleteChannelBanRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
391        "DeleteChannelFlowRequest$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
392        "DeleteChannelMembershipRequest$ChannelArn": "<p>The ARN of the channel from which you want to remove the user.</p>",
393        "DeleteChannelMembershipRequest$MemberArn": "<p>The <code>AppInstanceUserArn</code> of the member that you're removing from the channel.</p>",
394        "DeleteChannelMembershipRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
395        "DeleteChannelMessageRequest$ChannelArn": "<p>The ARN of the channel.</p>",
396        "DeleteChannelMessageRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
397        "DeleteChannelModeratorRequest$ChannelArn": "<p>The ARN of the channel.</p>",
398        "DeleteChannelModeratorRequest$ChannelModeratorArn": "<p>The <code>AppInstanceUserArn</code> of the moderator being deleted.</p>",
399        "DeleteChannelModeratorRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
400        "DeleteChannelRequest$ChannelArn": "<p>The ARN of the channel being deleted.</p>",
401        "DeleteChannelRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
402        "DescribeChannelBanRequest$ChannelArn": "<p>The ARN of the channel from which the user is banned.</p>",
403        "DescribeChannelBanRequest$MemberArn": "<p>The <code>AppInstanceUserArn</code> of the member being banned.</p>",
404        "DescribeChannelBanRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
405        "DescribeChannelFlowRequest$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
406        "DescribeChannelMembershipForAppInstanceUserRequest$ChannelArn": "<p>The ARN of the channel to which the user belongs.</p>",
407        "DescribeChannelMembershipForAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the user in a channel.</p>",
408        "DescribeChannelMembershipForAppInstanceUserRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
409        "DescribeChannelMembershipRequest$ChannelArn": "<p>The ARN of the channel.</p>",
410        "DescribeChannelMembershipRequest$MemberArn": "<p>The <code>AppInstanceUserArn</code> of the member.</p>",
411        "DescribeChannelMembershipRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
412        "DescribeChannelModeratedByAppInstanceUserRequest$ChannelArn": "<p>The ARN of the moderated channel.</p>",
413        "DescribeChannelModeratedByAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code> in the moderated channel.</p>",
414        "DescribeChannelModeratedByAppInstanceUserRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
415        "DescribeChannelModeratorRequest$ChannelArn": "<p>The ARN of the channel.</p>",
416        "DescribeChannelModeratorRequest$ChannelModeratorArn": "<p>The <code>AppInstanceUserArn</code> of the channel moderator.</p>",
417        "DescribeChannelModeratorRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
418        "DescribeChannelRequest$ChannelArn": "<p>The ARN of the channel.</p>",
419        "DescribeChannelRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
420        "DisassociateChannelFlowRequest$ChannelArn": "<p>The ARN of the channel.</p>",
421        "DisassociateChannelFlowRequest$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
422        "DisassociateChannelFlowRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user making the API call.</p>",
423        "GetChannelMembershipPreferencesRequest$ChannelArn": "<p>The ARN of the channel.</p>",
424        "GetChannelMembershipPreferencesRequest$MemberArn": "<p>The <code>AppInstanceUserArn</code> of the member retrieving the preferences.</p>",
425        "GetChannelMembershipPreferencesRequest$ChimeBearer": "<p>The <code>AppInstanceUserARN</code> of the user making the API call.</p>",
426        "GetChannelMembershipPreferencesResponse$ChannelArn": "<p>The ARN of the channel.</p>",
427        "GetChannelMessageRequest$ChannelArn": "<p>The ARN of the channel.</p>",
428        "GetChannelMessageRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
429        "GetChannelMessageStatusRequest$ChannelArn": "<p>The ARN of the channel</p>",
430        "GetChannelMessageStatusRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user making the API call.</p>",
431        "Identity$Arn": "<p>The ARN in an Identity.</p>",
432        "ListChannelBansRequest$ChannelArn": "<p>The ARN of the channel.</p>",
433        "ListChannelBansRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
434        "ListChannelBansResponse$ChannelArn": "<p>The ARN of the channel.</p>",
435        "ListChannelFlowsRequest$AppInstanceArn": "<p>The ARN of the app instance.</p>",
436        "ListChannelMembershipsForAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>s</p>",
437        "ListChannelMembershipsForAppInstanceUserRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
438        "ListChannelMembershipsRequest$ChannelArn": "<p>The maximum number of channel memberships that you want returned.</p>",
439        "ListChannelMembershipsRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
440        "ListChannelMembershipsResponse$ChannelArn": "<p>The ARN of the channel.</p>",
441        "ListChannelMessagesRequest$ChannelArn": "<p>The ARN of the channel.</p>",
442        "ListChannelMessagesRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
443        "ListChannelMessagesResponse$ChannelArn": "<p>The ARN of the channel containing the requested messages.</p>",
444        "ListChannelModeratorsRequest$ChannelArn": "<p>The ARN of the channel.</p>",
445        "ListChannelModeratorsRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
446        "ListChannelModeratorsResponse$ChannelArn": "<p>The ARN of the channel.</p>",
447        "ListChannelsAssociatedWithChannelFlowRequest$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
448        "ListChannelsModeratedByAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the user in the moderated channel.</p>",
449        "ListChannelsModeratedByAppInstanceUserRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
450        "ListChannelsRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
451        "ListChannelsRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
452        "ListTagsForResourceRequest$ResourceARN": "<p>The ARN of the resource.</p>",
453        "MemberArns$member": null,
454        "PutChannelMembershipPreferencesRequest$ChannelArn": "<p>The ARN of the channel.</p>",
455        "PutChannelMembershipPreferencesRequest$MemberArn": "<p>The <code>AppInstanceUserArn</code> of the member setting the preferences.</p>",
456        "PutChannelMembershipPreferencesRequest$ChimeBearer": "<p>The <code>AppInstanceUserARN</code> of the user making the API call.</p>",
457        "PutChannelMembershipPreferencesResponse$ChannelArn": "<p>The ARN of the channel.</p>",
458        "RedactChannelMessageRequest$ChannelArn": "<p>The ARN of the channel containing the messages that you want to redact.</p>",
459        "RedactChannelMessageRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
460        "RedactChannelMessageResponse$ChannelArn": "<p>The ARN of the channel containing the messages that you want to redact.</p>",
461        "SendChannelMessageRequest$ChannelArn": "<p>The ARN of the channel.</p>",
462        "SendChannelMessageRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
463        "SendChannelMessageResponse$ChannelArn": "<p>The ARN of the channel.</p>",
464        "TagResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
465        "UntagResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
466        "UpdateChannelFlowRequest$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
467        "UpdateChannelFlowResponse$ChannelFlowArn": "<p>The ARN of the channel flow.</p>",
468        "UpdateChannelMessageRequest$ChannelArn": "<p>The ARN of the channel.</p>",
469        "UpdateChannelMessageRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
470        "UpdateChannelMessageResponse$ChannelArn": "<p>The ARN of the channel.</p>",
471        "UpdateChannelReadMarkerRequest$ChannelArn": "<p>The ARN of the channel.</p>",
472        "UpdateChannelReadMarkerRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
473        "UpdateChannelReadMarkerResponse$ChannelArn": "<p>The ARN of the channel.</p>",
474        "UpdateChannelRequest$ChannelArn": "<p>The ARN of the channel.</p>",
475        "UpdateChannelRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
476        "UpdateChannelResponse$ChannelArn": "<p>The ARN of the channel.</p>"
477      }
478    },
479    "ClientRequestToken": {
480      "base": null,
481      "refs": {
482        "CreateChannelFlowRequest$ClientRequestToken": "<p>The client token for the request. An Idempotency token.</p>",
483        "CreateChannelRequest$ClientRequestToken": "<p>The client token for the request. An <code>Idempotency</code> token.</p>",
484        "SendChannelMessageRequest$ClientRequestToken": "<p>The <code>Idempotency</code> token for each client request.</p>"
485      }
486    },
487    "ConflictException": {
488      "base": "<p>The request could not be processed because of conflict in the current state of the resource.</p>",
489      "refs": {
490      }
491    },
492    "Content": {
493      "base": null,
494      "refs": {
495        "ChannelMessage$Content": "<p>The message content.</p>",
496        "ChannelMessageSummary$Content": "<p>The content of the message.</p>",
497        "UpdateChannelMessageRequest$Content": "<p>The content of the message being updated.</p>"
498      }
499    },
500    "CreateChannelBanRequest": {
501      "base": null,
502      "refs": {
503      }
504    },
505    "CreateChannelBanResponse": {
506      "base": null,
507      "refs": {
508      }
509    },
510    "CreateChannelFlowRequest": {
511      "base": null,
512      "refs": {
513      }
514    },
515    "CreateChannelFlowResponse": {
516      "base": null,
517      "refs": {
518      }
519    },
520    "CreateChannelMembershipRequest": {
521      "base": null,
522      "refs": {
523      }
524    },
525    "CreateChannelMembershipResponse": {
526      "base": null,
527      "refs": {
528      }
529    },
530    "CreateChannelModeratorRequest": {
531      "base": null,
532      "refs": {
533      }
534    },
535    "CreateChannelModeratorResponse": {
536      "base": null,
537      "refs": {
538      }
539    },
540    "CreateChannelRequest": {
541      "base": null,
542      "refs": {
543      }
544    },
545    "CreateChannelResponse": {
546      "base": null,
547      "refs": {
548      }
549    },
550    "DeleteChannelBanRequest": {
551      "base": null,
552      "refs": {
553      }
554    },
555    "DeleteChannelFlowRequest": {
556      "base": null,
557      "refs": {
558      }
559    },
560    "DeleteChannelMembershipRequest": {
561      "base": null,
562      "refs": {
563      }
564    },
565    "DeleteChannelMessageRequest": {
566      "base": null,
567      "refs": {
568      }
569    },
570    "DeleteChannelModeratorRequest": {
571      "base": null,
572      "refs": {
573      }
574    },
575    "DeleteChannelRequest": {
576      "base": null,
577      "refs": {
578      }
579    },
580    "DescribeChannelBanRequest": {
581      "base": null,
582      "refs": {
583      }
584    },
585    "DescribeChannelBanResponse": {
586      "base": null,
587      "refs": {
588      }
589    },
590    "DescribeChannelFlowRequest": {
591      "base": null,
592      "refs": {
593      }
594    },
595    "DescribeChannelFlowResponse": {
596      "base": null,
597      "refs": {
598      }
599    },
600    "DescribeChannelMembershipForAppInstanceUserRequest": {
601      "base": null,
602      "refs": {
603      }
604    },
605    "DescribeChannelMembershipForAppInstanceUserResponse": {
606      "base": null,
607      "refs": {
608      }
609    },
610    "DescribeChannelMembershipRequest": {
611      "base": null,
612      "refs": {
613      }
614    },
615    "DescribeChannelMembershipResponse": {
616      "base": null,
617      "refs": {
618      }
619    },
620    "DescribeChannelModeratedByAppInstanceUserRequest": {
621      "base": null,
622      "refs": {
623      }
624    },
625    "DescribeChannelModeratedByAppInstanceUserResponse": {
626      "base": null,
627      "refs": {
628      }
629    },
630    "DescribeChannelModeratorRequest": {
631      "base": null,
632      "refs": {
633      }
634    },
635    "DescribeChannelModeratorResponse": {
636      "base": null,
637      "refs": {
638      }
639    },
640    "DescribeChannelRequest": {
641      "base": null,
642      "refs": {
643      }
644    },
645    "DescribeChannelResponse": {
646      "base": null,
647      "refs": {
648      }
649    },
650    "DisassociateChannelFlowRequest": {
651      "base": null,
652      "refs": {
653      }
654    },
655    "ErrorCode": {
656      "base": null,
657      "refs": {
658        "BadRequestException$Code": null,
659        "BatchCreateChannelMembershipError$ErrorCode": "<p>The error code.</p>",
660        "ConflictException$Code": null,
661        "ForbiddenException$Code": null,
662        "NotFoundException$Code": null,
663        "ResourceLimitExceededException$Code": null,
664        "ServiceFailureException$Code": null,
665        "ServiceUnavailableException$Code": null,
666        "ThrottledClientException$Code": null,
667        "UnauthorizedClientException$Code": null
668      }
669    },
670    "FallbackAction": {
671      "base": null,
672      "refs": {
673        "Processor$FallbackAction": "<p>Determines whether to continue with message processing or stop it in cases where communication with a processor fails. If a processor has a fallback action of <code>ABORT</code> and communication with it fails, the processor sets the message status to <code>FAILED</code> and does not send the message to any recipients. Note that if the last processor in the channel flow sequence has a fallback action of <code>CONTINUE</code> and communication with the processor fails, then the message is considered processed and sent to recipients of the channel.</p>"
674      }
675    },
676    "FilterRule": {
677      "base": null,
678      "refs": {
679        "PushNotificationPreferences$FilterRule": "<p>The simple JSON object used to send a subset of a push notification to the requsted member.</p>"
680      }
681    },
682    "ForbiddenException": {
683      "base": "<p>The client is permanently forbidden from making the request.</p>",
684      "refs": {
685      }
686    },
687    "GetChannelMembershipPreferencesRequest": {
688      "base": null,
689      "refs": {
690      }
691    },
692    "GetChannelMembershipPreferencesResponse": {
693      "base": null,
694      "refs": {
695      }
696    },
697    "GetChannelMessageRequest": {
698      "base": null,
699      "refs": {
700      }
701    },
702    "GetChannelMessageResponse": {
703      "base": null,
704      "refs": {
705      }
706    },
707    "GetChannelMessageStatusRequest": {
708      "base": null,
709      "refs": {
710      }
711    },
712    "GetChannelMessageStatusResponse": {
713      "base": null,
714      "refs": {
715      }
716    },
717    "GetMessagingSessionEndpointRequest": {
718      "base": null,
719      "refs": {
720      }
721    },
722    "GetMessagingSessionEndpointResponse": {
723      "base": null,
724      "refs": {
725      }
726    },
727    "Identity": {
728      "base": "<p>The details of a user.</p>",
729      "refs": {
730        "BatchChannelMemberships$InvitedBy": "<p>The identifier of the member who invited another member.</p>",
731        "Channel$CreatedBy": "<p>The <code>AppInstanceUser</code> who created the channel.</p>",
732        "ChannelBan$Member": "<p>The member being banned from the channel.</p>",
733        "ChannelBan$CreatedBy": "<p>The <code>AppInstanceUser</code> who created the ban.</p>",
734        "ChannelBanSummary$Member": "<p>The member being banned from a channel.</p>",
735        "ChannelMembership$InvitedBy": "<p>The identifier of the member who invited another member.</p>",
736        "ChannelMembership$Member": "<p>The data of the channel member.</p>",
737        "ChannelMembershipSummary$Member": "<p>A member's summary data.</p>",
738        "ChannelMessage$Sender": "<p>The message sender.</p>",
739        "ChannelMessageSummary$Sender": "<p>The message sender.</p>",
740        "ChannelModerator$Moderator": "<p>The moderator's data.</p>",
741        "ChannelModerator$CreatedBy": "<p>The <code>AppInstanceUser</code> who created the moderator.</p>",
742        "ChannelModeratorSummary$Moderator": "<p>The data for a moderator.</p>",
743        "CreateChannelBanResponse$Member": "<p>The <code>ChannelArn</code> and <code>BannedIdentity</code> of the member in the ban response.</p>",
744        "CreateChannelMembershipResponse$Member": "<p>The ARN and metadata of the member being added.</p>",
745        "CreateChannelModeratorResponse$ChannelModerator": "<p>The ARNs of the channel and the moderator.</p>",
746        "GetChannelMembershipPreferencesResponse$Member": null,
747        "Members$member": null,
748        "PutChannelMembershipPreferencesResponse$Member": null
749      }
750    },
751    "InvocationType": {
752      "base": null,
753      "refs": {
754        "LambdaConfiguration$InvocationType": "<p>Controls how the Lambda function is invoked.</p>"
755      }
756    },
757    "LambdaConfiguration": {
758      "base": "<p>Stores metadata about a Lambda processor.</p>",
759      "refs": {
760        "ProcessorConfiguration$Lambda": "<p>Indicates that the processor is of type Lambda.</p>"
761      }
762    },
763    "LambdaFunctionArn": {
764      "base": null,
765      "refs": {
766        "LambdaConfiguration$ResourceArn": "<p>The ARN of the Lambda message processing function.</p>"
767      }
768    },
769    "ListChannelBansRequest": {
770      "base": null,
771      "refs": {
772      }
773    },
774    "ListChannelBansResponse": {
775      "base": null,
776      "refs": {
777      }
778    },
779    "ListChannelFlowsRequest": {
780      "base": null,
781      "refs": {
782      }
783    },
784    "ListChannelFlowsResponse": {
785      "base": null,
786      "refs": {
787      }
788    },
789    "ListChannelMembershipsForAppInstanceUserRequest": {
790      "base": null,
791      "refs": {
792      }
793    },
794    "ListChannelMembershipsForAppInstanceUserResponse": {
795      "base": null,
796      "refs": {
797      }
798    },
799    "ListChannelMembershipsRequest": {
800      "base": null,
801      "refs": {
802      }
803    },
804    "ListChannelMembershipsResponse": {
805      "base": null,
806      "refs": {
807      }
808    },
809    "ListChannelMessagesRequest": {
810      "base": null,
811      "refs": {
812      }
813    },
814    "ListChannelMessagesResponse": {
815      "base": null,
816      "refs": {
817      }
818    },
819    "ListChannelModeratorsRequest": {
820      "base": null,
821      "refs": {
822      }
823    },
824    "ListChannelModeratorsResponse": {
825      "base": null,
826      "refs": {
827      }
828    },
829    "ListChannelsAssociatedWithChannelFlowRequest": {
830      "base": null,
831      "refs": {
832      }
833    },
834    "ListChannelsAssociatedWithChannelFlowResponse": {
835      "base": null,
836      "refs": {
837      }
838    },
839    "ListChannelsModeratedByAppInstanceUserRequest": {
840      "base": null,
841      "refs": {
842      }
843    },
844    "ListChannelsModeratedByAppInstanceUserResponse": {
845      "base": null,
846      "refs": {
847      }
848    },
849    "ListChannelsRequest": {
850      "base": null,
851      "refs": {
852      }
853    },
854    "ListChannelsResponse": {
855      "base": null,
856      "refs": {
857      }
858    },
859    "ListTagsForResourceRequest": {
860      "base": null,
861      "refs": {
862      }
863    },
864    "ListTagsForResourceResponse": {
865      "base": null,
866      "refs": {
867      }
868    },
869    "MaxResults": {
870      "base": null,
871      "refs": {
872        "ListChannelBansRequest$MaxResults": "<p>The maximum number of bans that you want returned.</p>",
873        "ListChannelFlowsRequest$MaxResults": "<p>The maximum number of channel flows that you want to return.</p>",
874        "ListChannelMembershipsForAppInstanceUserRequest$MaxResults": "<p>The maximum number of users that you want returned.</p>",
875        "ListChannelMembershipsRequest$MaxResults": "<p>The maximum number of channel memberships that you want returned.</p>",
876        "ListChannelMessagesRequest$MaxResults": "<p>The maximum number of messages that you want returned.</p>",
877        "ListChannelModeratorsRequest$MaxResults": "<p>The maximum number of moderators that you want returned.</p>",
878        "ListChannelsAssociatedWithChannelFlowRequest$MaxResults": "<p>The maximum number of channels that you want to return.</p>",
879        "ListChannelsModeratedByAppInstanceUserRequest$MaxResults": "<p>The maximum number of channels in the request.</p>",
880        "ListChannelsRequest$MaxResults": "<p>The maximum number of channels that you want to return.</p>"
881      }
882    },
883    "MemberArns": {
884      "base": null,
885      "refs": {
886        "BatchCreateChannelMembershipRequest$MemberArns": "<p>The <code>AppInstanceUserArn</code>s of the members you want to add to the channel.</p>"
887      }
888    },
889    "Members": {
890      "base": null,
891      "refs": {
892        "BatchChannelMemberships$Members": "<p>The users successfully added to the request.</p>"
893      }
894    },
895    "MessageAttributeMap": {
896      "base": null,
897      "refs": {
898        "ChannelMessage$MessageAttributes": "<p>The attributes for the message, used for message filtering along with a <code>FilterRule</code> defined in the <code>PushNotificationPreferences</code>.</p>",
899        "ChannelMessageSummary$MessageAttributes": "<p>The message attribues listed in a the summary of a channel message.</p>",
900        "SendChannelMessageRequest$MessageAttributes": "<p>The attributes for the message, used for message filtering along with a <code>FilterRule</code> defined in the <code>PushNotificationPreferences</code>.</p>"
901      }
902    },
903    "MessageAttributeName": {
904      "base": null,
905      "refs": {
906        "MessageAttributeMap$key": null
907      }
908    },
909    "MessageAttributeStringValue": {
910      "base": null,
911      "refs": {
912        "MessageAttributeStringValues$member": null
913      }
914    },
915    "MessageAttributeStringValues": {
916      "base": null,
917      "refs": {
918        "MessageAttributeValue$StringValues": "<p>The strings in a message attribute value.</p>"
919      }
920    },
921    "MessageAttributeValue": {
922      "base": "<p>A list of message attribute values.</p>",
923      "refs": {
924        "MessageAttributeMap$value": null
925      }
926    },
927    "MessageId": {
928      "base": null,
929      "refs": {
930        "ChannelMessage$MessageId": "<p>The ID of a message.</p>",
931        "ChannelMessageCallback$MessageId": "<p>The message ID.</p>",
932        "ChannelMessageSummary$MessageId": "<p>The ID of the message.</p>",
933        "DeleteChannelMessageRequest$MessageId": "<p>The ID of the message being deleted.</p>",
934        "GetChannelMessageRequest$MessageId": "<p>The ID of the message.</p>",
935        "GetChannelMessageStatusRequest$MessageId": "<p>The ID of the message.</p>",
936        "RedactChannelMessageRequest$MessageId": "<p>The ID of the message being redacted.</p>",
937        "RedactChannelMessageResponse$MessageId": "<p>The ID of the message being redacted.</p>",
938        "SendChannelMessageResponse$MessageId": "<p>The ID string assigned to each message.</p>",
939        "UpdateChannelMessageRequest$MessageId": "<p>The ID string of the message being updated.</p>",
940        "UpdateChannelMessageResponse$MessageId": "<p>The ID string of the message being updated.</p>"
941      }
942    },
943    "MessagingSessionEndpoint": {
944      "base": "<p>The websocket endpoint used to connect to Amazon Chime SDK messaging.</p>",
945      "refs": {
946        "GetMessagingSessionEndpointResponse$Endpoint": "<p>The endpoint returned in the response.</p>"
947      }
948    },
949    "Metadata": {
950      "base": null,
951      "refs": {
952        "Channel$Metadata": "<p>The channel's metadata.</p>",
953        "ChannelAssociatedWithFlowSummary$Metadata": "<p>The channel's metadata.</p>",
954        "ChannelMessage$Metadata": "<p>The message metadata.</p>",
955        "ChannelMessageCallback$Metadata": "<p>The message metadata.</p>",
956        "ChannelMessageSummary$Metadata": "<p>The metadata of the message.</p>",
957        "ChannelSummary$Metadata": "<p>The metadata of the channel.</p>",
958        "CreateChannelRequest$Metadata": "<p>The metadata of the creation request. Limited to 1KB and UTF-8.</p>",
959        "SendChannelMessageRequest$Metadata": "<p>The optional metadata for each message.</p>",
960        "UpdateChannelMessageRequest$Metadata": "<p>The metadata of the message being updated.</p>",
961        "UpdateChannelRequest$Metadata": "<p>The metadata for the update request.</p>"
962      }
963    },
964    "NextToken": {
965      "base": null,
966      "refs": {
967        "ListChannelBansRequest$NextToken": "<p>The token passed by previous API calls until all requested bans are returned.</p>",
968        "ListChannelBansResponse$NextToken": "<p>The token passed by previous API calls until all requested bans are returned.</p>",
969        "ListChannelFlowsRequest$NextToken": "<p>The token passed by previous API calls until all requested channel flows are returned.</p>",
970        "ListChannelFlowsResponse$NextToken": "<p>The token passed by previous API calls until all requested channels are returned.</p>",
971        "ListChannelMembershipsForAppInstanceUserRequest$NextToken": "<p>The token returned from previous API requests until the number of channel memberships is reached.</p>",
972        "ListChannelMembershipsForAppInstanceUserResponse$NextToken": "<p>The token passed by previous API calls until all requested users are returned.</p>",
973        "ListChannelMembershipsRequest$NextToken": "<p>The token passed by previous API calls until all requested channel memberships are returned.</p>",
974        "ListChannelMembershipsResponse$NextToken": "<p>The token passed by previous API calls until all requested channel memberships are returned.</p>",
975        "ListChannelMessagesRequest$NextToken": "<p>The token passed by previous API calls until all requested messages are returned.</p>",
976        "ListChannelMessagesResponse$NextToken": "<p>The token passed by previous API calls until all requested messages are returned.</p>",
977        "ListChannelModeratorsRequest$NextToken": "<p>The token passed by previous API calls until all requested moderators are returned.</p>",
978        "ListChannelModeratorsResponse$NextToken": "<p>The token passed by previous API calls until all requested moderators are returned.</p>",
979        "ListChannelsAssociatedWithChannelFlowRequest$NextToken": "<p>The token passed by previous API calls until all requested channels are returned.</p>",
980        "ListChannelsAssociatedWithChannelFlowResponse$NextToken": "<p>The token passed by previous API calls until all requested channels are returned.</p>",
981        "ListChannelsModeratedByAppInstanceUserRequest$NextToken": "<p>The token returned from previous API requests until the number of channels moderated by the user is reached.</p>",
982        "ListChannelsModeratedByAppInstanceUserResponse$NextToken": "<p>The token returned from previous API requests until the number of channels moderated by the user is reached.</p>",
983        "ListChannelsRequest$NextToken": "<p>The token passed by previous API calls until all requested channels are returned.</p>",
984        "ListChannelsResponse$NextToken": "<p>The token returned from previous API requests until the number of channels is reached.</p>"
985      }
986    },
987    "NonEmptyContent": {
988      "base": null,
989      "refs": {
990        "ChannelMessageCallback$Content": "<p>The message content.</p>",
991        "SendChannelMessageRequest$Content": "<p>The content of the message.</p>"
992      }
993    },
994    "NonEmptyResourceName": {
995      "base": null,
996      "refs": {
997        "Channel$Name": "<p>The name of a channel.</p>",
998        "ChannelAssociatedWithFlowSummary$Name": "<p>The name of the channel flow.</p>",
999        "ChannelFlow$Name": "<p>The name of the channel flow.</p>",
1000        "ChannelFlowSummary$Name": "<p>The name of the channel flow.</p>",
1001        "ChannelSummary$Name": "<p>The name of the channel.</p>",
1002        "CreateChannelFlowRequest$Name": "<p>The name of the channel flow.</p>",
1003        "CreateChannelRequest$Name": "<p>The name of the channel.</p>",
1004        "Processor$Name": "<p>The name of the channel flow.</p>",
1005        "UpdateChannelFlowRequest$Name": "<p>The name of the channel flow.</p>",
1006        "UpdateChannelRequest$Name": "<p>The name of the channel.</p>"
1007      }
1008    },
1009    "NonNullableBoolean": {
1010      "base": null,
1011      "refs": {
1012        "ChannelFlowCallbackRequest$DeleteResource": "<p>When a processor determines that a message needs to be <code>DENIED</code>, pass this parameter with a value of true.</p>",
1013        "ChannelMessage$Redacted": "<p>Hides the content of a message.</p>",
1014        "ChannelMessageSummary$Redacted": "<p>Indicates whether a message was redacted.</p>"
1015      }
1016    },
1017    "NotFoundException": {
1018      "base": "<p>One or more of the resources in the request does not exist in the system.</p>",
1019      "refs": {
1020      }
1021    },
1022    "Processor": {
1023      "base": "<p>The information about a processor in a channel flow.</p>",
1024      "refs": {
1025        "ProcessorList$member": null
1026      }
1027    },
1028    "ProcessorConfiguration": {
1029      "base": "<p>A processor's metadata.</p>",
1030      "refs": {
1031        "Processor$Configuration": "<p>The information about the type of processor and its identifier.</p>"
1032      }
1033    },
1034    "ProcessorList": {
1035      "base": null,
1036      "refs": {
1037        "ChannelFlow$Processors": "<p>Information about the processor Lambda functions.</p>",
1038        "ChannelFlowSummary$Processors": "<p>Information about the processor Lambda functions.</p>",
1039        "CreateChannelFlowRequest$Processors": "<p>Information about the processor Lambda functions.</p>",
1040        "UpdateChannelFlowRequest$Processors": "<p>Information about the processor Lambda functions </p>"
1041      }
1042    },
1043    "PushNotificationBody": {
1044      "base": null,
1045      "refs": {
1046        "PushNotificationConfiguration$Body": "<p>The body of the push notification.</p>"
1047      }
1048    },
1049    "PushNotificationConfiguration": {
1050      "base": "<p>The push notification configuration of the message.</p>",
1051      "refs": {
1052        "SendChannelMessageRequest$PushNotification": "<p>The push notification configuration of the message.</p>"
1053      }
1054    },
1055    "PushNotificationPreferences": {
1056      "base": "<p>The channel membership preferences for push notification.</p>",
1057      "refs": {
1058        "ChannelMembershipPreferences$PushNotifications": "<p>The push notification configuration of a message.</p>"
1059      }
1060    },
1061    "PushNotificationTitle": {
1062      "base": null,
1063      "refs": {
1064        "PushNotificationConfiguration$Title": "<p>The title of the push notification.</p>"
1065      }
1066    },
1067    "PushNotificationType": {
1068      "base": null,
1069      "refs": {
1070        "PushNotificationConfiguration$Type": "<p>Enum value that indicates the type of the push notification for a message. <code>DEFAULT</code>: Normal mobile push notification. <code>VOIP</code>: VOIP mobile push notification.</p>"
1071      }
1072    },
1073    "PutChannelMembershipPreferencesRequest": {
1074      "base": null,
1075      "refs": {
1076      }
1077    },
1078    "PutChannelMembershipPreferencesResponse": {
1079      "base": null,
1080      "refs": {
1081      }
1082    },
1083    "RedactChannelMessageRequest": {
1084      "base": null,
1085      "refs": {
1086      }
1087    },
1088    "RedactChannelMessageResponse": {
1089      "base": null,
1090      "refs": {
1091      }
1092    },
1093    "ResourceLimitExceededException": {
1094      "base": "<p>The request exceeds the resource limit.</p>",
1095      "refs": {
1096      }
1097    },
1098    "ResourceName": {
1099      "base": null,
1100      "refs": {
1101        "Identity$Name": "<p>The name in an Identity.</p>"
1102      }
1103    },
1104    "SendChannelMessageRequest": {
1105      "base": null,
1106      "refs": {
1107      }
1108    },
1109    "SendChannelMessageResponse": {
1110      "base": null,
1111      "refs": {
1112      }
1113    },
1114    "ServiceFailureException": {
1115      "base": "<p>The service encountered an unexpected error.</p>",
1116      "refs": {
1117      }
1118    },
1119    "ServiceUnavailableException": {
1120      "base": "<p>The service is currently unavailable.</p>",
1121      "refs": {
1122      }
1123    },
1124    "SortOrder": {
1125      "base": null,
1126      "refs": {
1127        "ListChannelMessagesRequest$SortOrder": "<p>The order in which you want messages sorted. Default is Descending, based on time created.</p>"
1128      }
1129    },
1130    "StatusDetail": {
1131      "base": null,
1132      "refs": {
1133        "ChannelMessageStatusStructure$Detail": "<p>Contains more details about the messasge status.</p>"
1134      }
1135    },
1136    "String": {
1137      "base": null,
1138      "refs": {
1139        "BadRequestException$Message": null,
1140        "BatchCreateChannelMembershipError$ErrorMessage": "<p>The error message.</p>",
1141        "ConflictException$Message": null,
1142        "ForbiddenException$Message": null,
1143        "NotFoundException$Message": null,
1144        "ResourceLimitExceededException$Message": null,
1145        "ServiceFailureException$Message": null,
1146        "ServiceUnavailableException$Message": null,
1147        "ThrottledClientException$Message": null,
1148        "UnauthorizedClientException$Message": null
1149      }
1150    },
1151    "Tag": {
1152      "base": "<p>A tag object containing a key-value pair.</p>",
1153      "refs": {
1154        "TagList$member": null
1155      }
1156    },
1157    "TagKey": {
1158      "base": null,
1159      "refs": {
1160        "Tag$Key": "<p>The key in a tag.</p>",
1161        "TagKeyList$member": null
1162      }
1163    },
1164    "TagKeyList": {
1165      "base": null,
1166      "refs": {
1167        "UntagResourceRequest$TagKeys": "<p>The tag keys.</p>"
1168      }
1169    },
1170    "TagList": {
1171      "base": null,
1172      "refs": {
1173        "CreateChannelFlowRequest$Tags": "<p>The tags for the creation request.</p>",
1174        "CreateChannelRequest$Tags": "<p>The tags for the creation request.</p>",
1175        "ListTagsForResourceResponse$Tags": "<p>The tag key-value pairs.</p>",
1176        "TagResourceRequest$Tags": "<p>The tag key-value pairs.</p>"
1177      }
1178    },
1179    "TagResourceRequest": {
1180      "base": null,
1181      "refs": {
1182      }
1183    },
1184    "TagValue": {
1185      "base": null,
1186      "refs": {
1187        "Tag$Value": "<p>The value in a tag.</p>"
1188      }
1189    },
1190    "ThrottledClientException": {
1191      "base": "<p>The client exceeded its request rate limit.</p>",
1192      "refs": {
1193      }
1194    },
1195    "Timestamp": {
1196      "base": null,
1197      "refs": {
1198        "AppInstanceUserMembershipSummary$ReadMarkerTimestamp": "<p>The time at which a message was last read.</p>",
1199        "Channel$CreatedTimestamp": "<p>The time at which the <code>AppInstanceUser</code> created the channel.</p>",
1200        "Channel$LastMessageTimestamp": "<p>The time at which a member sent the last message in the channel.</p>",
1201        "Channel$LastUpdatedTimestamp": "<p>The time at which a channel was last updated.</p>",
1202        "ChannelBan$CreatedTimestamp": "<p>The time at which the ban was created.</p>",
1203        "ChannelFlow$CreatedTimestamp": "<p>The time at which the channel flow was created.</p>",
1204        "ChannelFlow$LastUpdatedTimestamp": "<p>The time at which a channel flow was updated.</p>",
1205        "ChannelMembership$CreatedTimestamp": "<p>The time at which the channel membership was created.</p>",
1206        "ChannelMembership$LastUpdatedTimestamp": "<p>The time at which a channel membership was last updated.</p>",
1207        "ChannelMessage$CreatedTimestamp": "<p>The time at which the message was created.</p>",
1208        "ChannelMessage$LastEditedTimestamp": "<p>The time at which a message was edited.</p>",
1209        "ChannelMessage$LastUpdatedTimestamp": "<p>The time at which a message was updated.</p>",
1210        "ChannelMessageSummary$CreatedTimestamp": "<p>The time at which the message summary was created.</p>",
1211        "ChannelMessageSummary$LastUpdatedTimestamp": "<p>The time at which a message was last updated.</p>",
1212        "ChannelMessageSummary$LastEditedTimestamp": "<p>The time at which a message was last edited.</p>",
1213        "ChannelModerator$CreatedTimestamp": "<p>The time at which the moderator was created.</p>",
1214        "ChannelSummary$LastMessageTimestamp": "<p>The time at which the last message in a channel was sent.</p>",
1215        "ListChannelMessagesRequest$NotBefore": "<p>The initial or starting time stamp for your requested messages.</p>",
1216        "ListChannelMessagesRequest$NotAfter": "<p>The final or ending time stamp for your requested messages.</p>"
1217      }
1218    },
1219    "UnauthorizedClientException": {
1220      "base": "<p>The client is not currently authorized to make the request.</p>",
1221      "refs": {
1222      }
1223    },
1224    "UntagResourceRequest": {
1225      "base": null,
1226      "refs": {
1227      }
1228    },
1229    "UpdateChannelFlowRequest": {
1230      "base": null,
1231      "refs": {
1232      }
1233    },
1234    "UpdateChannelFlowResponse": {
1235      "base": null,
1236      "refs": {
1237      }
1238    },
1239    "UpdateChannelMessageRequest": {
1240      "base": null,
1241      "refs": {
1242      }
1243    },
1244    "UpdateChannelMessageResponse": {
1245      "base": null,
1246      "refs": {
1247      }
1248    },
1249    "UpdateChannelReadMarkerRequest": {
1250      "base": null,
1251      "refs": {
1252      }
1253    },
1254    "UpdateChannelReadMarkerResponse": {
1255      "base": null,
1256      "refs": {
1257      }
1258    },
1259    "UpdateChannelRequest": {
1260      "base": null,
1261      "refs": {
1262      }
1263    },
1264    "UpdateChannelResponse": {
1265      "base": null,
1266      "refs": {
1267      }
1268    },
1269    "UrlType": {
1270      "base": null,
1271      "refs": {
1272        "MessagingSessionEndpoint$Url": "<p>The endpoint to which you establish a websocket connection.</p>"
1273      }
1274    }
1275  }
1276}
1277