Skip to content

Commit 3ab0b6e

Browse files
authored
feat(aws-android-sdk-chimesdkmessaging): update models to latest (#3041)
1 parent 86decdb commit 3ab0b6e

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

aws-android-sdk-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/AmazonChimeSDKMessaging.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,10 +1568,9 @@ RedactChannelMessageResult redactChannelMessage(
15681568

15691569
/**
15701570
* <p>
1571-
* Allows an <code>AppInstanceUser</code> to search the channels that they
1572-
* belong to. The <code>AppInstanceUser</code> can search by membership or
1573-
* external ID. An <code>AppInstanceAdmin</code> can search across all
1574-
* channels within the <code>AppInstance</code>.
1571+
* Allows <code>ChimeBearer</code> to search channels by channel members.
1572+
* AppInstanceUsers can search across the channels that they belong to.
1573+
* AppInstanceAdmins can search across all channels.
15751574
* </p>
15761575
*
15771576
* @param searchChannelsRequest

aws-android-sdk-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/AmazonChimeSDKMessagingClient.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2852,10 +2852,9 @@ public RedactChannelMessageResult redactChannelMessage(
28522852

28532853
/**
28542854
* <p>
2855-
* Allows an <code>AppInstanceUser</code> to search the channels that they
2856-
* belong to. The <code>AppInstanceUser</code> can search by membership or
2857-
* external ID. An <code>AppInstanceAdmin</code> can search across all
2858-
* channels within the <code>AppInstance</code>.
2855+
* Allows <code>ChimeBearer</code> to search channels by channel members.
2856+
* AppInstanceUsers can search across the channels that they belong to.
2857+
* AppInstanceAdmins can search across all channels.
28592858
* </p>
28602859
*
28612860
* @param searchChannelsRequest

aws-android-sdk-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/model/ChannelSummary.java

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public class ChannelSummary implements Serializable {
8181

8282
/**
8383
* <p>
84-
* The time at which the last message in a channel was sent.
84+
* The time at which the last persistent message in a channel was sent.
8585
* </p>
8686
*/
8787
private java.util.Date lastMessageTimestamp;
@@ -462,11 +462,12 @@ public ChannelSummary withMetadata(String metadata) {
462462

463463
/**
464464
* <p>
465-
* The time at which the last message in a channel was sent.
465+
* The time at which the last persistent message in a channel was sent.
466466
* </p>
467467
*
468468
* @return <p>
469-
* The time at which the last message in a channel was sent.
469+
* The time at which the last persistent message in a channel was
470+
* sent.
470471
* </p>
471472
*/
472473
public java.util.Date getLastMessageTimestamp() {
@@ -475,11 +476,12 @@ public java.util.Date getLastMessageTimestamp() {
475476

476477
/**
477478
* <p>
478-
* The time at which the last message in a channel was sent.
479+
* The time at which the last persistent message in a channel was sent.
479480
* </p>
480481
*
481482
* @param lastMessageTimestamp <p>
482-
* The time at which the last message in a channel was sent.
483+
* The time at which the last persistent message in a channel was
484+
* sent.
483485
* </p>
484486
*/
485487
public void setLastMessageTimestamp(java.util.Date lastMessageTimestamp) {
@@ -488,14 +490,15 @@ public void setLastMessageTimestamp(java.util.Date lastMessageTimestamp) {
488490

489491
/**
490492
* <p>
491-
* The time at which the last message in a channel was sent.
493+
* The time at which the last persistent message in a channel was sent.
492494
* </p>
493495
* <p>
494496
* Returns a reference to this object so that method calls can be chained
495497
* together.
496498
*
497499
* @param lastMessageTimestamp <p>
498-
* The time at which the last message in a channel was sent.
500+
* The time at which the last persistent message in a channel was
501+
* sent.
499502
* </p>
500503
* @return A reference to this updated object so that method calls can be
501504
* chained together.

aws-android-sdk-chimesdkmessaging/src/main/java/com/amazonaws/services/chimesdkmessaging/model/SearchChannelsRequest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@
2121

2222
/**
2323
* <p>
24-
* Allows an <code>AppInstanceUser</code> to search the channels that they
25-
* belong to. The <code>AppInstanceUser</code> can search by membership or
26-
* external ID. An <code>AppInstanceAdmin</code> can search across all channels
27-
* within the <code>AppInstance</code>.
24+
* Allows <code>ChimeBearer</code> to search channels by channel members.
25+
* AppInstanceUsers can search across the channels that they belong to.
26+
* AppInstanceAdmins can search across all channels.
2827
* </p>
2928
*/
3029
public class SearchChannelsRequest extends AmazonWebServiceRequest implements Serializable {

0 commit comments

Comments
 (0)