Skip to content

Commit d3b216c

Browse files
Updated API model build artifacts for identity pools
1 parent cc46075 commit d3b216c

27 files changed

+789
-412
lines changed

generator/ServiceModels/cognito-identity/cognito-identity-2014-06-30.docs.json

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

generator/ServiceModels/cognito-identity/cognito-identity-2014-06-30.normal.json

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

sdk/src/Services/CognitoIdentity/Generated/Model/CognitoIdentityProviderInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ internal bool IsSetProviderName()
8686
/// Once you set <c>ServerSideTokenCheck</c> to TRUE for an identity pool, that identity
8787
/// pool will check with the integrated user pools to make sure that the user has not
8888
/// been globally signed out or deleted before the identity pool provides an OIDC token
89-
/// or AWS credentials for the user.
89+
/// or Amazon Web Services credentials for the user.
9090
/// </para>
9191
///
9292
/// <para>

sdk/src/Services/CognitoIdentity/Generated/Model/CreateIdentityPoolRequest.cs

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.CognitoIdentity.Model
3232
/// <summary>
3333
/// Container for the parameters to the CreateIdentityPool operation.
3434
/// Creates a new identity pool. The identity pool is a store of user identity information
35-
/// that is specific to your AWS account. The keys for <c>SupportedLoginProviders</c>
35+
/// that is specific to your Amazon Web Services account. The keys for <c>SupportedLoginProviders</c>
3636
/// are as follows:
3737
///
3838
/// <ul> <li>
@@ -45,6 +45,10 @@ namespace Amazon.CognitoIdentity.Model
4545
/// </para>
4646
/// </li> <li>
4747
/// <para>
48+
/// Sign in With Apple: <c>appleid.apple.com</c>
49+
/// </para>
50+
/// </li> <li>
51+
/// <para>
4852
/// Amazon: <c>www.amazon.com</c>
4953
/// </para>
5054
/// </li> <li>
@@ -55,9 +59,14 @@ namespace Amazon.CognitoIdentity.Model
5559
/// <para>
5660
/// Digits: <c>www.digits.com</c>
5761
/// </para>
58-
/// </li> </ul>
62+
/// </li> </ul> <important>
63+
/// <para>
64+
/// If you don't provide a value for a parameter, Amazon Cognito sets it to its default
65+
/// value.
66+
/// </para>
67+
/// </important>
5968
/// <para>
60-
/// You must use AWS Developer credentials to call this API.
69+
/// You must use Amazon Web Services developer credentials to call this operation.
6170
/// </para>
6271
/// </summary>
6372
public partial class CreateIdentityPoolRequest : AmazonCognitoIdentityRequest

sdk/src/Services/CognitoIdentity/Generated/Model/DeleteIdentitiesRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CognitoIdentity.Model
3636
///
3737
///
3838
/// <para>
39-
/// You must use AWS Developer credentials to call this API.
39+
/// You must use Amazon Web Services developer credentials to call this operation.
4040
/// </para>
4141
/// </summary>
4242
public partial class DeleteIdentitiesRequest : AmazonCognitoIdentityRequest

sdk/src/Services/CognitoIdentity/Generated/Model/DeleteIdentityPoolRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CognitoIdentity.Model
3636
///
3737
///
3838
/// <para>
39-
/// You must use AWS Developer credentials to call this API.
39+
/// You must use Amazon Web Services developer credentials to call this operation.
4040
/// </para>
4141
/// </summary>
4242
public partial class DeleteIdentityPoolRequest : AmazonCognitoIdentityRequest

sdk/src/Services/CognitoIdentity/Generated/Model/DescribeIdentityPoolRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CognitoIdentity.Model
3636
///
3737
///
3838
/// <para>
39-
/// You must use AWS Developer credentials to call this API.
39+
/// You must use Amazon Web Services developer credentials to call this operation.
4040
/// </para>
4141
/// </summary>
4242
public partial class DescribeIdentityPoolRequest : AmazonCognitoIdentityRequest

sdk/src/Services/CognitoIdentity/Generated/Model/DescribeIdentityRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CognitoIdentity.Model
3636
///
3737
///
3838
/// <para>
39-
/// You must use AWS Developer credentials to call this API.
39+
/// You must use Amazon Web Services developer credentials to call this operation.
4040
/// </para>
4141
/// </summary>
4242
public partial class DescribeIdentityRequest : AmazonCognitoIdentityRequest

sdk/src/Services/CognitoIdentity/Generated/Model/GetCredentialsForIdentityRequest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ namespace Amazon.CognitoIdentity.Model
3333
/// <summary>
3434
/// Container for the parameters to the GetCredentialsForIdentity operation.
3535
/// Returns credentials for the provided identity ID. Any provided logins will be validated
36-
/// against supported login providers. If the token is for cognito-identity.amazonaws.com,
37-
/// it will be passed through to AWS Security Token Service with the appropriate role
38-
/// for the token.
36+
/// against supported login providers. If the token is for <c>cognito-identity.amazonaws.com</c>,
37+
/// it will be passed through to Security Token Service with the appropriate role for
38+
/// the token.
3939
///
4040
///
4141
/// <para>

sdk/src/Services/CognitoIdentity/Generated/Model/GetIdRequest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace Amazon.CognitoIdentity.Model
3232
{
3333
/// <summary>
3434
/// Container for the parameters to the GetId operation.
35-
/// Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an implicit
35+
/// Generates (or retrieves) IdentityID. Supplying multiple logins will create an implicit
3636
/// linked account.
3737
///
3838
///
@@ -49,7 +49,7 @@ public partial class GetIdRequest : AmazonCognitoIdentityRequest
4949
/// <summary>
5050
/// Gets and sets the property AccountId.
5151
/// <para>
52-
/// A standard AWS account ID (9+ digits).
52+
/// A standard Amazon Web Services account ID (9+ digits).
5353
/// </para>
5454
/// </summary>
5555
[AWSProperty(Min=1, Max=15)]

0 commit comments

Comments
 (0)