Skip to content

Commit 5fd017c

Browse files
authored
feat(aws-android-sdk-cognitoidentityprovider): update models to latest (#2782)
1 parent 8a11e2c commit 5fd017c

File tree

693 files changed

+8282
-8153
lines changed

Some content is hidden

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

693 files changed

+8282
-8153
lines changed

aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProvider.java

Lines changed: 324 additions & 321 deletions
Large diffs are not rendered by default.

aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/AmazonCognitoIdentityProviderClient.java

Lines changed: 324 additions & 321 deletions
Large diffs are not rendered by default.

aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountRecoverySettingType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 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-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionType.java

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 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.
@@ -42,19 +42,19 @@ public class AccountTakeoverActionType implements Serializable {
4242
* </li>
4343
* <li>
4444
* <p>
45-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
46-
* it, else allow the request.
45+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
46+
* configured it, else allow the request.
4747
* </p>
4848
* </li>
4949
* <li>
5050
* <p>
51-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
52-
* else block the request.
51+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
52+
* it, else block the request.
5353
* </p>
5454
* </li>
5555
* <li>
5656
* <p>
57-
* <code>NO_ACTION</code> Allow the user sign-in.
57+
* <code>NO_ACTION</code> Allow the user to sign in.
5858
* </p>
5959
* </li>
6060
* </ul>
@@ -134,19 +134,19 @@ public AccountTakeoverActionType withNotify(Boolean notify) {
134134
* </li>
135135
* <li>
136136
* <p>
137-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
138-
* it, else allow the request.
137+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
138+
* configured it, else allow the request.
139139
* </p>
140140
* </li>
141141
* <li>
142142
* <p>
143-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
144-
* else block the request.
143+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
144+
* it, else block the request.
145145
* </p>
146146
* </li>
147147
* <li>
148148
* <p>
149-
* <code>NO_ACTION</code> Allow the user sign-in.
149+
* <code>NO_ACTION</code> Allow the user to sign in.
150150
* </p>
151151
* </li>
152152
* </ul>
@@ -165,19 +165,19 @@ public AccountTakeoverActionType withNotify(Boolean notify) {
165165
* </li>
166166
* <li>
167167
* <p>
168-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has
169-
* configured it, else allow the request.
168+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user
169+
* has configured it, else allow the request.
170170
* </p>
171171
* </li>
172172
* <li>
173173
* <p>
174-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has
174+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has
175175
* configured it, else block the request.
176176
* </p>
177177
* </li>
178178
* <li>
179179
* <p>
180-
* <code>NO_ACTION</code> Allow the user sign-in.
180+
* <code>NO_ACTION</code> Allow the user to sign in.
181181
* </p>
182182
* </li>
183183
* </ul>
@@ -199,19 +199,19 @@ public String getEventAction() {
199199
* </li>
200200
* <li>
201201
* <p>
202-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
203-
* it, else allow the request.
202+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
203+
* configured it, else allow the request.
204204
* </p>
205205
* </li>
206206
* <li>
207207
* <p>
208-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
209-
* else block the request.
208+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
209+
* it, else block the request.
210210
* </p>
211211
* </li>
212212
* <li>
213213
* <p>
214-
* <code>NO_ACTION</code> Allow the user sign-in.
214+
* <code>NO_ACTION</code> Allow the user to sign in.
215215
* </p>
216216
* </li>
217217
* </ul>
@@ -231,19 +231,19 @@ public String getEventAction() {
231231
* </li>
232232
* <li>
233233
* <p>
234-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has
235-
* configured it, else allow the request.
234+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if
235+
* user has configured it, else allow the request.
236236
* </p>
237237
* </li>
238238
* <li>
239239
* <p>
240-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has
240+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has
241241
* configured it, else block the request.
242242
* </p>
243243
* </li>
244244
* <li>
245245
* <p>
246-
* <code>NO_ACTION</code> Allow the user sign-in.
246+
* <code>NO_ACTION</code> Allow the user to sign in.
247247
* </p>
248248
* </li>
249249
* </ul>
@@ -265,19 +265,19 @@ public void setEventAction(String eventAction) {
265265
* </li>
266266
* <li>
267267
* <p>
268-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
269-
* it, else allow the request.
268+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
269+
* configured it, else allow the request.
270270
* </p>
271271
* </li>
272272
* <li>
273273
* <p>
274-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
275-
* else block the request.
274+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
275+
* it, else block the request.
276276
* </p>
277277
* </li>
278278
* <li>
279279
* <p>
280-
* <code>NO_ACTION</code> Allow the user sign-in.
280+
* <code>NO_ACTION</code> Allow the user to sign in.
281281
* </p>
282282
* </li>
283283
* </ul>
@@ -300,19 +300,19 @@ public void setEventAction(String eventAction) {
300300
* </li>
301301
* <li>
302302
* <p>
303-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has
304-
* configured it, else allow the request.
303+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if
304+
* user has configured it, else allow the request.
305305
* </p>
306306
* </li>
307307
* <li>
308308
* <p>
309-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has
309+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has
310310
* configured it, else block the request.
311311
* </p>
312312
* </li>
313313
* <li>
314314
* <p>
315-
* <code>NO_ACTION</code> Allow the user sign-in.
315+
* <code>NO_ACTION</code> Allow the user to sign in.
316316
* </p>
317317
* </li>
318318
* </ul>
@@ -337,19 +337,19 @@ public AccountTakeoverActionType withEventAction(String eventAction) {
337337
* </li>
338338
* <li>
339339
* <p>
340-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
341-
* it, else allow the request.
340+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
341+
* configured it, else allow the request.
342342
* </p>
343343
* </li>
344344
* <li>
345345
* <p>
346-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
347-
* else block the request.
346+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
347+
* it, else block the request.
348348
* </p>
349349
* </li>
350350
* <li>
351351
* <p>
352-
* <code>NO_ACTION</code> Allow the user sign-in.
352+
* <code>NO_ACTION</code> Allow the user to sign in.
353353
* </p>
354354
* </li>
355355
* </ul>
@@ -369,19 +369,19 @@ public AccountTakeoverActionType withEventAction(String eventAction) {
369369
* </li>
370370
* <li>
371371
* <p>
372-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has
373-
* configured it, else allow the request.
372+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if
373+
* user has configured it, else allow the request.
374374
* </p>
375375
* </li>
376376
* <li>
377377
* <p>
378-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has
378+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has
379379
* configured it, else block the request.
380380
* </p>
381381
* </li>
382382
* <li>
383383
* <p>
384-
* <code>NO_ACTION</code> Allow the user sign-in.
384+
* <code>NO_ACTION</code> Allow the user to sign in.
385385
* </p>
386386
* </li>
387387
* </ul>
@@ -403,19 +403,19 @@ public void setEventAction(AccountTakeoverEventActionType eventAction) {
403403
* </li>
404404
* <li>
405405
* <p>
406-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has configured
407-
* it, else allow the request.
406+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if user has
407+
* configured it, else allow the request.
408408
* </p>
409409
* </li>
410410
* <li>
411411
* <p>
412-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has configured it,
413-
* else block the request.
412+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has configured
413+
* it, else block the request.
414414
* </p>
415415
* </li>
416416
* <li>
417417
* <p>
418-
* <code>NO_ACTION</code> Allow the user sign-in.
418+
* <code>NO_ACTION</code> Allow the user to sign in.
419419
* </p>
420420
* </li>
421421
* </ul>
@@ -438,19 +438,19 @@ public void setEventAction(AccountTakeoverEventActionType eventAction) {
438438
* </li>
439439
* <li>
440440
* <p>
441-
* <code>MFA_IF_CONFIGURED</code> Throw MFA challenge if user has
442-
* configured it, else allow the request.
441+
* <code>MFA_IF_CONFIGURED</code> Present an MFA challenge if
442+
* user has configured it, else allow the request.
443443
* </p>
444444
* </li>
445445
* <li>
446446
* <p>
447-
* <code>MFA_REQUIRED</code> Throw MFA challenge if user has
447+
* <code>MFA_REQUIRED</code> Present an MFA challenge if user has
448448
* configured it, else block the request.
449449
* </p>
450450
* </li>
451451
* <li>
452452
* <p>
453-
* <code>NO_ACTION</code> Allow the user sign-in.
453+
* <code>NO_ACTION</code> Allow the user to sign in.
454454
* </p>
455455
* </li>
456456
* </ul>

aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverActionsType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 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-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverEventActionType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 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-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AccountTakeoverRiskConfigurationType.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 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 AccountTakeoverRiskConfigurationType implements Serializable {
3333

3434
/**
3535
* <p>
36-
* Account takeover risk configuration actions
36+
* Account takeover risk configuration actions.
3737
* </p>
3838
*/
3939
private AccountTakeoverActionsType actions;
@@ -88,11 +88,11 @@ public AccountTakeoverRiskConfigurationType withNotifyConfiguration(
8888

8989
/**
9090
* <p>
91-
* Account takeover risk configuration actions
91+
* Account takeover risk configuration actions.
9292
* </p>
9393
*
9494
* @return <p>
95-
* Account takeover risk configuration actions
95+
* Account takeover risk configuration actions.
9696
* </p>
9797
*/
9898
public AccountTakeoverActionsType getActions() {
@@ -101,11 +101,11 @@ public AccountTakeoverActionsType getActions() {
101101

102102
/**
103103
* <p>
104-
* Account takeover risk configuration actions
104+
* Account takeover risk configuration actions.
105105
* </p>
106106
*
107107
* @param actions <p>
108-
* Account takeover risk configuration actions
108+
* Account takeover risk configuration actions.
109109
* </p>
110110
*/
111111
public void setActions(AccountTakeoverActionsType actions) {
@@ -114,14 +114,14 @@ public void setActions(AccountTakeoverActionsType actions) {
114114

115115
/**
116116
* <p>
117-
* Account takeover risk configuration actions
117+
* Account takeover risk configuration actions.
118118
* </p>
119119
* <p>
120120
* Returns a reference to this object so that method calls can be chained
121121
* together.
122122
*
123123
* @param actions <p>
124-
* Account takeover risk configuration actions
124+
* Account takeover risk configuration actions.
125125
* </p>
126126
* @return A reference to this updated object so that method calls can be
127127
* chained together.

aws-android-sdk-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 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-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AddCustomAttributesResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 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-cognitoidentityprovider/src/main/java/com/amazonaws/services/cognitoidentityprovider/model/AdminAddUserToGroupRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2010-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright 2010-2022 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)