Skip to content

Commit 8fed538

Browse files
authored
feat(aws-android-sdk-chimesdkmessaging): update models to latest (#3223)
1 parent 5fa6581 commit 8fed538

File tree

323 files changed

+4968
-1001
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+4968
-1001
lines changed

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

Lines changed: 254 additions & 86 deletions
Large diffs are not rendered by default.

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

Lines changed: 357 additions & 86 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -28,9 +28,9 @@
2828
* <note>
2929
* <p>
3030
* Only administrators or channel moderators can associate a channel flow. The
31-
* <code>x-amz-chime-bearer</code> request header is mandatory. Use the
32-
* <code>AppInstanceUserArn</code> of the user that makes the API call as the
33-
* value in the header.
31+
* <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of
32+
* the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes
33+
* the API call as the value in the header.
3434
* </p>
3535
* </note>
3636
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.
@@ -33,7 +33,7 @@ public class BatchChannelMemberships implements Serializable {
3333

3434
/**
3535
* <p>
36-
* The membership types set for the channel users.
36+
* The membership types set for the channel members.
3737
* </p>
3838
* <p>
3939
* <b>Constraints:</b><br/>
@@ -50,7 +50,7 @@ public class BatchChannelMemberships implements Serializable {
5050

5151
/**
5252
* <p>
53-
* The ARN of the channel to which you're adding users.
53+
* The ARN of the channel to which you're adding members.
5454
* </p>
5555
* <p>
5656
* <b>Constraints:</b><br/>
@@ -119,14 +119,14 @@ public BatchChannelMemberships withInvitedBy(Identity invitedBy) {
119119

120120
/**
121121
* <p>
122-
* The membership types set for the channel users.
122+
* The membership types set for the channel members.
123123
* </p>
124124
* <p>
125125
* <b>Constraints:</b><br/>
126126
* <b>Allowed Values: </b>DEFAULT, HIDDEN
127127
*
128128
* @return <p>
129-
* The membership types set for the channel users.
129+
* The membership types set for the channel members.
130130
* </p>
131131
* @see ChannelMembershipType
132132
*/
@@ -136,14 +136,14 @@ public String getType() {
136136

137137
/**
138138
* <p>
139-
* The membership types set for the channel users.
139+
* The membership types set for the channel members.
140140
* </p>
141141
* <p>
142142
* <b>Constraints:</b><br/>
143143
* <b>Allowed Values: </b>DEFAULT, HIDDEN
144144
*
145145
* @param type <p>
146-
* The membership types set for the channel users.
146+
* The membership types set for the channel members.
147147
* </p>
148148
* @see ChannelMembershipType
149149
*/
@@ -153,7 +153,7 @@ public void setType(String type) {
153153

154154
/**
155155
* <p>
156-
* The membership types set for the channel users.
156+
* The membership types set for the channel members.
157157
* </p>
158158
* <p>
159159
* Returns a reference to this object so that method calls can be chained
@@ -163,7 +163,7 @@ public void setType(String type) {
163163
* <b>Allowed Values: </b>DEFAULT, HIDDEN
164164
*
165165
* @param type <p>
166-
* The membership types set for the channel users.
166+
* The membership types set for the channel members.
167167
* </p>
168168
* @return A reference to this updated object so that method calls can be
169169
* chained together.
@@ -176,14 +176,14 @@ public BatchChannelMemberships withType(String type) {
176176

177177
/**
178178
* <p>
179-
* The membership types set for the channel users.
179+
* The membership types set for the channel members.
180180
* </p>
181181
* <p>
182182
* <b>Constraints:</b><br/>
183183
* <b>Allowed Values: </b>DEFAULT, HIDDEN
184184
*
185185
* @param type <p>
186-
* The membership types set for the channel users.
186+
* The membership types set for the channel members.
187187
* </p>
188188
* @see ChannelMembershipType
189189
*/
@@ -193,7 +193,7 @@ public void setType(ChannelMembershipType type) {
193193

194194
/**
195195
* <p>
196-
* The membership types set for the channel users.
196+
* The membership types set for the channel members.
197197
* </p>
198198
* <p>
199199
* Returns a reference to this object so that method calls can be chained
@@ -203,7 +203,7 @@ public void setType(ChannelMembershipType type) {
203203
* <b>Allowed Values: </b>DEFAULT, HIDDEN
204204
*
205205
* @param type <p>
206-
* The membership types set for the channel users.
206+
* The membership types set for the channel members.
207207
* </p>
208208
* @return A reference to this updated object so that method calls can be
209209
* chained together.
@@ -290,7 +290,7 @@ public BatchChannelMemberships withMembers(java.util.Collection<Identity> member
290290

291291
/**
292292
* <p>
293-
* The ARN of the channel to which you're adding users.
293+
* The ARN of the channel to which you're adding members.
294294
* </p>
295295
* <p>
296296
* <b>Constraints:</b><br/>
@@ -300,7 +300,7 @@ public BatchChannelMemberships withMembers(java.util.Collection<Identity> member
300300
* [a-z0-9-\.]{0,63}:[^/].{0,1023}<br/>
301301
*
302302
* @return <p>
303-
* The ARN of the channel to which you're adding users.
303+
* The ARN of the channel to which you're adding members.
304304
* </p>
305305
*/
306306
public String getChannelArn() {
@@ -309,7 +309,7 @@ public String getChannelArn() {
309309

310310
/**
311311
* <p>
312-
* The ARN of the channel to which you're adding users.
312+
* The ARN of the channel to which you're adding members.
313313
* </p>
314314
* <p>
315315
* <b>Constraints:</b><br/>
@@ -319,7 +319,7 @@ public String getChannelArn() {
319319
* [a-z0-9-\.]{0,63}:[^/].{0,1023}<br/>
320320
*
321321
* @param channelArn <p>
322-
* The ARN of the channel to which you're adding users.
322+
* The ARN of the channel to which you're adding members.
323323
* </p>
324324
*/
325325
public void setChannelArn(String channelArn) {
@@ -328,7 +328,7 @@ public void setChannelArn(String channelArn) {
328328

329329
/**
330330
* <p>
331-
* The ARN of the channel to which you're adding users.
331+
* The ARN of the channel to which you're adding members.
332332
* </p>
333333
* <p>
334334
* Returns a reference to this object so that method calls can be chained
@@ -341,7 +341,7 @@ public void setChannelArn(String channelArn) {
341341
* [a-z0-9-\.]{0,63}:[^/].{0,1023}<br/>
342342
*
343343
* @param channelArn <p>
344-
* The ARN of the channel to which you're adding users.
344+
* The ARN of the channel to which you're adding members.
345345
* </p>
346346
* @return A reference to this updated object so that method calls can be
347347
* chained together.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License").
55
* You may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)