|
22 | 22 | /** |
23 | 23 | * Interface for accessing Amazon ChimeSDK Messaging |
24 | 24 | * <p> |
25 | | - * The Amazon Chime SDK Messaging APIs in this section allow software developers |
| 25 | + * The Amazon Chime SDK messaging APIs in this section allow software developers |
26 | 26 | * to send and receive messages in custom messaging applications. These APIs |
27 | | - * depend on the frameworks provided by the Amazon Chime SDK Identity APIs. For |
| 27 | + * depend on the frameworks provided by the Amazon Chime SDK identity APIs. For |
28 | 28 | * more information about the messaging APIs, see <a href= |
29 | 29 | * "https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Messaging.html" |
30 | 30 | * >Amazon Chime SDK messaging</a>. |
@@ -158,8 +158,9 @@ BatchCreateChannelMembershipResult batchCreateChannelMembership( |
158 | 158 |
|
159 | 159 | /** |
160 | 160 | * <p> |
161 | | - * Calls back Chime SDK Messaging with a processing response message. This |
162 | | - * should be invoked from the processor Lambda. This is a developer API. |
| 161 | + * Calls back Amazon Chime SDK messaging with a processing response message. |
| 162 | + * This should be invoked from the processor Lambda. This is a developer |
| 163 | + * API. |
163 | 164 | * </p> |
164 | 165 | * <p> |
165 | 166 | * You can return one of the following processing responses: |
@@ -315,7 +316,7 @@ CreateChannelBanResult createChannelBan(CreateChannelBanRequest createChannelBan |
315 | 316 | * <note> |
316 | 317 | * <p> |
317 | 318 | * Channel flows don't process Control or System messages. For more |
318 | | - * information about the message types provided by Chime SDK Messaging, |
| 319 | + * information about the message types provided by Chime SDK messaging, |
319 | 320 | * refer to <a href= |
320 | 321 | * "https://docs.aws.amazon.com/chime/latest/dg/using-the-messaging-sdk.html#msg-types" |
321 | 322 | * >Message types</a> in the <i>Amazon Chime developer guide</i>. |
@@ -981,7 +982,7 @@ void disassociateChannelFlow(DisassociateChannelFlowRequest disassociateChannelF |
981 | 982 | * <p> |
982 | 983 | * Gets the membership preferences of an <code>AppInstanceUser</code> or |
983 | 984 | * <code>AppInstanceBot</code> for the specified channel. A user or a bot |
984 | | - * must be a member of the channel and own the membership to be able to |
| 985 | + * must be a member of the channel and own the membership in order to |
985 | 986 | * retrieve membership preferences. Users or bots in the |
986 | 987 | * <code>AppInstanceAdmin</code> and channel moderator roles can't retrieve |
987 | 988 | * preferences for other users or bots. Banned users or bots can't retrieve |
@@ -1083,7 +1084,7 @@ GetChannelMessageResult getChannelMessage(GetChannelMessageRequest getChannelMes |
1083 | 1084 | * <dt>DENIED</dt> |
1084 | 1085 | * <dd> |
1085 | 1086 | * <p> |
1086 | | - * Messasge denied by the processor |
| 1087 | + * Message denied by the processor |
1087 | 1088 | * </p> |
1088 | 1089 | * </dd> |
1089 | 1090 | * </dl> |
@@ -1290,7 +1291,7 @@ ListChannelMembershipsResult listChannelMemberships( |
1290 | 1291 |
|
1291 | 1292 | /** |
1292 | 1293 | * <p> |
1293 | | - * Lists all channels that anr <code>AppInstanceUser</code> or |
| 1294 | + * Lists all channels that an <code>AppInstanceUser</code> or |
1294 | 1295 | * <code>AppInstanceBot</code> is a part of. Only an |
1295 | 1296 | * <code>AppInstanceAdmin</code> can call the API with a user ARN that is |
1296 | 1297 | * not their own. |
@@ -1622,12 +1623,12 @@ PutChannelExpirationSettingsResult putChannelExpirationSettings( |
1622 | 1623 | /** |
1623 | 1624 | * <p> |
1624 | 1625 | * Sets the membership preferences of an <code>AppInstanceUser</code> or |
1625 | | - * <code>AppIntanceBot</code> for the specified channel. The user or bot |
| 1626 | + * <code>AppInstanceBot</code> for the specified channel. The user or bot |
1626 | 1627 | * must be a member of the channel. Only the user or bot who owns the |
1627 | 1628 | * membership can set preferences. Users or bots in the |
1628 | 1629 | * <code>AppInstanceAdmin</code> and channel moderator roles can't set |
1629 | | - * preferences for other users or users. Banned users or bots can't set |
1630 | | - * membership preferences for the channel from which they are banned. |
| 1630 | + * preferences for other users. Banned users or bots can't set membership |
| 1631 | + * preferences for the channel from which they are banned. |
1631 | 1632 | * </p> |
1632 | 1633 | * <note> |
1633 | 1634 | * <p> |
@@ -1774,9 +1775,13 @@ SearchChannelsResult searchChannels(SearchChannelsRequest searchChannelsRequest) |
1774 | 1775 | * that makes the API call as the value in the header. |
1775 | 1776 | * </p> |
1776 | 1777 | * <p> |
1777 | | - * Also, <code>STANDARD</code> messages can contain 4KB of data and the 1KB |
1778 | | - * of metadata. <code>CONTROL</code> messages can contain 30 bytes of data |
1779 | | - * and no metadata. |
| 1778 | + * Also, <code>STANDARD</code> messages can be up to 4KB in size and contain |
| 1779 | + * metadata. Metadata is arbitrary, and you can use it in a variety of ways, |
| 1780 | + * such as containing a link to an attachment. |
| 1781 | + * </p> |
| 1782 | + * <p> |
| 1783 | + * <code>CONTROL</code> messages are limited to 30 bytes and do not contain |
| 1784 | + * metadata. |
1780 | 1785 | * </p> |
1781 | 1786 | * </note> |
1782 | 1787 | * |
|
0 commit comments