Skip to content

Commit 9526e8e

Browse files
feat(aws-android-sdk-iot): update models to latest (#2556)
Co-authored-by: Raphael Kim <[email protected]>
1 parent f592ef2 commit 9526e8e

File tree

6 files changed

+18
-15
lines changed

6 files changed

+18
-15
lines changed

aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIot.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,8 @@ AssociateTargetsWithJobResult associateTargetsWithJob(
238238

239239
/**
240240
* <p>
241-
* Attaches a policy to the specified target.
241+
* Attaches the specified policy to the specified principal (certificate or
242+
* other credential).
242243
* </p>
243244
*
244245
* @param attachPolicyRequest

aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/AWSIotClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,8 @@ public AssociateTargetsWithJobResult associateTargetsWithJob(
630630

631631
/**
632632
* <p>
633-
* Attaches a policy to the specified target.
633+
* Attaches the specified policy to the specified principal (certificate or
634+
* other credential).
634635
* </p>
635636
*
636637
* @param attachPolicyRequest

aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/AttachPolicyRequest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121

2222
/**
2323
* <p>
24-
* Attaches a policy to the specified target.
24+
* Attaches the specified policy to the specified principal (certificate or
25+
* other credential).
2526
* </p>
2627
*/
2728
public class AttachPolicyRequest extends AmazonWebServiceRequest implements Serializable {

aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/CreateRoleAliasRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class CreateRoleAliasRequest extends AmazonWebServiceRequest implements S
5353
* </p>
5454
* <p>
5555
* <b>Constraints:</b><br/>
56-
* <b>Range: </b>900 - 3600<br/>
56+
* <b>Range: </b>900 - 43200<br/>
5757
*/
5858
private Integer credentialDurationSeconds;
5959

@@ -200,7 +200,7 @@ public CreateRoleAliasRequest withRoleArn(String roleArn) {
200200
* </p>
201201
* <p>
202202
* <b>Constraints:</b><br/>
203-
* <b>Range: </b>900 - 3600<br/>
203+
* <b>Range: </b>900 - 43200<br/>
204204
*
205205
* @return <p>
206206
* How long (in seconds) the credentials will be valid.
@@ -216,7 +216,7 @@ public Integer getCredentialDurationSeconds() {
216216
* </p>
217217
* <p>
218218
* <b>Constraints:</b><br/>
219-
* <b>Range: </b>900 - 3600<br/>
219+
* <b>Range: </b>900 - 43200<br/>
220220
*
221221
* @param credentialDurationSeconds <p>
222222
* How long (in seconds) the credentials will be valid.
@@ -235,7 +235,7 @@ public void setCredentialDurationSeconds(Integer credentialDurationSeconds) {
235235
* together.
236236
* <p>
237237
* <b>Constraints:</b><br/>
238-
* <b>Range: </b>900 - 3600<br/>
238+
* <b>Range: </b>900 - 43200<br/>
239239
*
240240
* @param credentialDurationSeconds <p>
241241
* How long (in seconds) the credentials will be valid.

aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/RoleAliasDescription.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class RoleAliasDescription implements Serializable {
7171
* </p>
7272
* <p>
7373
* <b>Constraints:</b><br/>
74-
* <b>Range: </b>900 - 3600<br/>
74+
* <b>Range: </b>900 - 43200<br/>
7575
*/
7676
private Integer credentialDurationSeconds;
7777

@@ -317,7 +317,7 @@ public RoleAliasDescription withOwner(String owner) {
317317
* </p>
318318
* <p>
319319
* <b>Constraints:</b><br/>
320-
* <b>Range: </b>900 - 3600<br/>
320+
* <b>Range: </b>900 - 43200<br/>
321321
*
322322
* @return <p>
323323
* The number of seconds for which the credential is valid.
@@ -333,7 +333,7 @@ public Integer getCredentialDurationSeconds() {
333333
* </p>
334334
* <p>
335335
* <b>Constraints:</b><br/>
336-
* <b>Range: </b>900 - 3600<br/>
336+
* <b>Range: </b>900 - 43200<br/>
337337
*
338338
* @param credentialDurationSeconds <p>
339339
* The number of seconds for which the credential is valid.
@@ -352,7 +352,7 @@ public void setCredentialDurationSeconds(Integer credentialDurationSeconds) {
352352
* together.
353353
* <p>
354354
* <b>Constraints:</b><br/>
355-
* <b>Range: </b>900 - 3600<br/>
355+
* <b>Range: </b>900 - 43200<br/>
356356
*
357357
* @param credentialDurationSeconds <p>
358358
* The number of seconds for which the credential is valid.

aws-android-sdk-iot/src/main/java/com/amazonaws/services/iot/model/UpdateRoleAliasRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public class UpdateRoleAliasRequest extends AmazonWebServiceRequest implements S
5252
* </p>
5353
* <p>
5454
* <b>Constraints:</b><br/>
55-
* <b>Range: </b>900 - 3600<br/>
55+
* <b>Range: </b>900 - 43200<br/>
5656
*/
5757
private Integer credentialDurationSeconds;
5858

@@ -173,7 +173,7 @@ public UpdateRoleAliasRequest withRoleArn(String roleArn) {
173173
* </p>
174174
* <p>
175175
* <b>Constraints:</b><br/>
176-
* <b>Range: </b>900 - 3600<br/>
176+
* <b>Range: </b>900 - 43200<br/>
177177
*
178178
* @return <p>
179179
* The number of seconds the credential will be valid.
@@ -189,7 +189,7 @@ public Integer getCredentialDurationSeconds() {
189189
* </p>
190190
* <p>
191191
* <b>Constraints:</b><br/>
192-
* <b>Range: </b>900 - 3600<br/>
192+
* <b>Range: </b>900 - 43200<br/>
193193
*
194194
* @param credentialDurationSeconds <p>
195195
* The number of seconds the credential will be valid.
@@ -208,7 +208,7 @@ public void setCredentialDurationSeconds(Integer credentialDurationSeconds) {
208208
* together.
209209
* <p>
210210
* <b>Constraints:</b><br/>
211-
* <b>Range: </b>900 - 3600<br/>
211+
* <b>Range: </b>900 - 43200<br/>
212212
*
213213
* @param credentialDurationSeconds <p>
214214
* The number of seconds the credential will be valid.

0 commit comments

Comments
 (0)