@@ -25,9 +25,9 @@ namespace CognitoIdentity
25
25
* Google, or Login with Amazon) or an Amazon Cognito user pool, and you can also
26
26
* choose to support unauthenticated access from your app. Cognito delivers a
27
27
* unique identifier for each user and acts as an OpenID token provider trusted by
28
- * AWS Security Token Service (STS) to access temporary, limited-privilege AWS
29
- * credentials.</p> <p>For a description of the authentication flow from the Amazon
30
- * Cognito Developer Guide see <a
28
+ * Security Token Service (STS) to access temporary, limited-privilege Amazon Web
29
+ * Services credentials.</p> <p>For a description of the authentication flow from
30
+ * the Amazon Cognito Developer Guide see <a
31
31
* href="https://docs.aws.amazon.com/cognito/latest/developerguide/authentication-flow.html">Authentication
32
32
* Flow</a>.</p> <p>For more information see <a
33
33
* href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html">Amazon
@@ -93,14 +93,17 @@ namespace CognitoIdentity
93
93
94
94
/* *
95
95
* <p>Creates a new identity pool. The identity pool is a store of user identity
96
- * information that is specific to your AWS account. The keys for
96
+ * information that is specific to your Amazon Web Services account. The keys for
97
97
* <code>SupportedLoginProviders</code> are as follows:</p> <ul> <li> <p>Facebook:
98
98
* <code>graph.facebook.com</code> </p> </li> <li> <p>Google:
99
- * <code>accounts.google.com</code> </p> </li> <li> <p>Amazon:
99
+ * <code>accounts.google.com</code> </p> </li> <li> <p>Sign in With Apple:
100
+ * <code>appleid.apple.com</code> </p> </li> <li> <p>Amazon:
100
101
* <code>www.amazon.com</code> </p> </li> <li> <p>Twitter:
101
102
* <code>api.twitter.com</code> </p> </li> <li> <p>Digits:
102
- * <code>www.digits.com</code> </p> </li> </ul> <p>You must use AWS Developer
103
- * credentials to call this API.</p><p><h3>See Also:</h3> <a
103
+ * <code>www.digits.com</code> </p> </li> </ul> <p>If you don't provide
104
+ * a value for a parameter, Amazon Cognito sets it to its default value. </p>
105
+ * <p>You must use Amazon Web Services developer credentials to call
106
+ * this operation.</p><p><h3>See Also:</h3> <a
104
107
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/CreateIdentityPool">AWS
105
108
* API Reference</a></p>
106
109
*/
@@ -126,8 +129,8 @@ namespace CognitoIdentity
126
129
127
130
/* *
128
131
* <p>Deletes identities from an identity pool. You can specify a list of 1-60
129
- * identities that you want to delete.</p> <p>You must use AWS Developer
130
- * credentials to call this API .</p><p><h3>See Also:</h3> <a
132
+ * identities that you want to delete.</p> <p>You must use Amazon Web Services
133
+ * developer credentials to call this operation .</p><p><h3>See Also:</h3> <a
131
134
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DeleteIdentities">AWS
132
135
* API Reference</a></p>
133
136
*/
@@ -153,8 +156,8 @@ namespace CognitoIdentity
153
156
154
157
/* *
155
158
* <p>Deletes an identity pool. Once a pool is deleted, users will not be able to
156
- * authenticate with the pool.</p> <p>You must use AWS Developer credentials to
157
- * call this API .</p><p><h3>See Also:</h3> <a
159
+ * authenticate with the pool.</p> <p>You must use Amazon Web Services developer
160
+ * credentials to call this operation .</p><p><h3>See Also:</h3> <a
158
161
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DeleteIdentityPool">AWS
159
162
* API Reference</a></p>
160
163
*/
@@ -180,8 +183,9 @@ namespace CognitoIdentity
180
183
181
184
/* *
182
185
* <p>Returns metadata related to the given identity, including when the identity
183
- * was created and any associated linked logins.</p> <p>You must use AWS Developer
184
- * credentials to call this API.</p><p><h3>See Also:</h3> <a
186
+ * was created and any associated linked logins.</p> <p>You must use Amazon Web
187
+ * Services developer credentials to call this operation.</p><p><h3>See Also:</h3>
188
+ * <a
185
189
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DescribeIdentity">AWS
186
190
* API Reference</a></p>
187
191
*/
@@ -207,8 +211,9 @@ namespace CognitoIdentity
207
211
208
212
/* *
209
213
* <p>Gets details about a particular identity pool, including the pool name, ID
210
- * description, creation date, and current number of users.</p> <p>You must use AWS
211
- * Developer credentials to call this API.</p><p><h3>See Also:</h3> <a
214
+ * description, creation date, and current number of users.</p> <p>You must use
215
+ * Amazon Web Services developer credentials to call this operation.</p><p><h3>See
216
+ * Also:</h3> <a
212
217
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/DescribeIdentityPool">AWS
213
218
* API Reference</a></p>
214
219
*/
@@ -235,9 +240,10 @@ namespace CognitoIdentity
235
240
/* *
236
241
* <p>Returns credentials for the provided identity ID. Any provided logins will be
237
242
* validated against supported login providers. If the token is for
238
- * cognito-identity.amazonaws.com, it will be passed through to AWS Security Token
239
- * Service with the appropriate role for the token.</p> <p>This is a public API.
240
- * You do not need any credentials to call this API.</p><p><h3>See Also:</h3> <a
243
+ * <code>cognito-identity.amazonaws.com</code>, it will be passed through to
244
+ * Security Token Service with the appropriate role for the token.</p> <p>This is a
245
+ * public API. You do not need any credentials to call this API.</p><p><h3>See
246
+ * Also:</h3> <a
241
247
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetCredentialsForIdentity">AWS
242
248
* API Reference</a></p>
243
249
*/
@@ -262,8 +268,8 @@ namespace CognitoIdentity
262
268
}
263
269
264
270
/* *
265
- * <p>Generates (or retrieves) a Cognito ID . Supplying multiple logins will create
266
- * an implicit linked account.</p> <p>This is a public API. You do not need any
271
+ * <p>Generates (or retrieves) IdentityID . Supplying multiple logins will create an
272
+ * implicit linked account.</p> <p>This is a public API. You do not need any
267
273
* credentials to call this API.</p><p><h3>See Also:</h3> <a
268
274
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetId">AWS
269
275
* API Reference</a></p>
@@ -289,8 +295,8 @@ namespace CognitoIdentity
289
295
}
290
296
291
297
/* *
292
- * <p>Gets the roles for an identity pool.</p> <p>You must use AWS Developer
293
- * credentials to call this API .</p><p><h3>See Also:</h3> <a
298
+ * <p>Gets the roles for an identity pool.</p> <p>You must use Amazon Web Services
299
+ * developer credentials to call this operation .</p><p><h3>See Also:</h3> <a
294
300
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetIdentityPoolRoles">AWS
295
301
* API Reference</a></p>
296
302
*/
@@ -356,8 +362,9 @@ namespace CognitoIdentity
356
362
* identity, the <code>IdentityId</code> should be null. When you want to associate
357
363
* a new login with an existing authenticated/unauthenticated identity, you can do
358
364
* so by providing the existing <code>IdentityId</code>. This API will create the
359
- * identity in the specified <code>IdentityPoolId</code>.</p> <p>You must use AWS
360
- * Developer credentials to call this API.</p><p><h3>See Also:</h3> <a
365
+ * identity in the specified <code>IdentityPoolId</code>.</p> <p>You must use
366
+ * Amazon Web Services developer credentials to call this operation.</p><p><h3>See
367
+ * Also:</h3> <a
361
368
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/GetOpenIdTokenForDeveloperIdentity">AWS
362
369
* API Reference</a></p>
363
370
*/
@@ -408,8 +415,9 @@ namespace CognitoIdentity
408
415
}
409
416
410
417
/* *
411
- * <p>Lists the identities in an identity pool.</p> <p>You must use AWS Developer
412
- * credentials to call this API.</p><p><h3>See Also:</h3> <a
418
+ * <p>Lists the identities in an identity pool.</p> <p>You must use Amazon Web
419
+ * Services developer credentials to call this operation.</p><p><h3>See Also:</h3>
420
+ * <a
413
421
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/ListIdentities">AWS
414
422
* API Reference</a></p>
415
423
*/
@@ -435,8 +443,8 @@ namespace CognitoIdentity
435
443
436
444
/* *
437
445
* <p>Lists all of the Cognito identity pools registered for your account.</p>
438
- * <p>You must use AWS Developer credentials to call this API.</p><p><h3>See
439
- * Also:</h3> <a
446
+ * <p>You must use Amazon Web Services developer credentials to call this
447
+ * operation.</p><p><h3>See Also:</h3> <a
440
448
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/ListIdentityPools">AWS
441
449
* API Reference</a></p>
442
450
*/
@@ -499,15 +507,15 @@ namespace CognitoIdentity
499
507
* as a part of the response. If you supply both,
500
508
* <code>DeveloperUserIdentifier</code> will be matched against
501
509
* <code>IdentityID</code>. If the values are verified against the database, the
502
- * response returns both values and is the same as the request. Otherwise a
510
+ * response returns both values and is the same as the request. Otherwise, a
503
511
* <code>ResourceConflictException</code> is thrown.</p> <p>
504
512
* <code>LookupDeveloperIdentity</code> is intended for low-throughput control
505
513
* plane operations: for example, to enable customer service to locate an identity
506
514
* ID by username. If you are using it for higher-volume operations such as user
507
515
* authentication, your requests are likely to be throttled.
508
516
* <a>GetOpenIdTokenForDeveloperIdentity</a> is a better option for higher-volume
509
- * operations for user authentication.</p> <p>You must use AWS Developer
510
- * credentials to call this API .</p><p><h3>See Also:</h3> <a
517
+ * operations for user authentication.</p> <p>You must use Amazon Web Services
518
+ * developer credentials to call this operation .</p><p><h3>See Also:</h3> <a
511
519
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/LookupDeveloperIdentity">AWS
512
520
* API Reference</a></p>
513
521
*/
@@ -543,8 +551,8 @@ namespace CognitoIdentity
543
551
* number of linked logins is limited to 20. So, the number of linked logins for
544
552
* the source user, <code>SourceUserIdentifier</code>, and the destination user,
545
553
* <code>DestinationUserIdentifier</code>, together should not be larger than 20.
546
- * Otherwise, an exception will be thrown.</p> <p>You must use AWS Developer
547
- * credentials to call this API .</p><p><h3>See Also:</h3> <a
554
+ * Otherwise, an exception will be thrown.</p> <p>You must use Amazon Web Services
555
+ * developer credentials to call this operation .</p><p><h3>See Also:</h3> <a
548
556
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/MergeDeveloperIdentities">AWS
549
557
* API Reference</a></p>
550
558
*/
@@ -570,8 +578,9 @@ namespace CognitoIdentity
570
578
571
579
/* *
572
580
* <p>Sets the roles for an identity pool. These roles are used when making calls
573
- * to <a>GetCredentialsForIdentity</a> action.</p> <p>You must use AWS Developer
574
- * credentials to call this API.</p><p><h3>See Also:</h3> <a
581
+ * to <a>GetCredentialsForIdentity</a> action.</p> <p>You must use Amazon Web
582
+ * Services developer credentials to call this operation.</p><p><h3>See Also:</h3>
583
+ * <a
575
584
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/SetIdentityPoolRoles">AWS
576
585
* API Reference</a></p>
577
586
*/
@@ -665,8 +674,8 @@ namespace CognitoIdentity
665
674
* Unlinked developer users will be considered new identities next time they are
666
675
* seen. If, for a given Cognito identity, you remove all federated identities as
667
676
* well as the developer user identifier, the Cognito identity becomes
668
- * inaccessible.</p> <p>You must use AWS Developer credentials to call this
669
- * API .</p><p><h3>See Also:</h3> <a
677
+ * inaccessible.</p> <p>You must use Amazon Web Services developer credentials to
678
+ * call this operation .</p><p><h3>See Also:</h3> <a
670
679
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UnlinkDeveloperIdentity">AWS
671
680
* API Reference</a></p>
672
681
*/
@@ -746,8 +755,10 @@ namespace CognitoIdentity
746
755
}
747
756
748
757
/* *
749
- * <p>Updates an identity pool.</p> <p>You must use AWS Developer credentials to
750
- * call this API.</p><p><h3>See Also:</h3> <a
758
+ * <p>Updates the configuration of an identity pool.</p> <p>If you
759
+ * don't provide a value for a parameter, Amazon Cognito sets it to its default
760
+ * value. </p> <p>You must use Amazon Web Services developer
761
+ * credentials to call this operation.</p><p><h3>See Also:</h3> <a
751
762
* href="http://docs.aws.amazon.com/goto/WebAPI/cognito-identity-2014-06-30/UpdateIdentityPool">AWS
752
763
* API Reference</a></p>
753
764
*/
0 commit comments