You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/client-verifiedpermissions/src/models/models_0.ts
+100-20
Original file line number
Diff line number
Diff line change
@@ -358,8 +358,8 @@ export class ValidationException extends __BaseException {
358
358
}
359
359
360
360
/**
361
-
* <p>A list of user groups and entities from an Amazon Cognito user pool identity
362
-
* source.</p>
361
+
* <p>The type of entity that a policy store maps to groups from an Amazon Cognito user
362
+
* pool identity source.</p>
363
363
* <p>This data type is part of a <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_CognitoUserPoolConfiguration.html">CognitoUserPoolConfiguration</a> structure and is a request parameter in <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_CreateIdentitySource.html">CreateIdentitySource</a>.</p>
* <p>A list of user groups and entities from an Amazon Cognito user pool identity
377
-
* source.</p>
376
+
* <p>The type of entity that a policy store maps to groups from an Amazon Cognito user
377
+
* pool identity source.</p>
378
378
* <p>This data type is part of an <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_CognitoUserPoolConfigurationItem.html">CognitoUserPoolConfigurationDetail</a> structure and is a response parameter to
* <p>A list of user groups and entities from an Amazon Cognito user pool identity
393
-
* source.</p>
392
+
* <p>The type of entity that a policy store maps to groups from an Amazon Cognito user
393
+
* pool identity source.</p>
394
394
* <p>This data type is part of an <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_CognitoUserPoolConfigurationDetail.html">CognitoUserPoolConfigurationItem</a> structure and is a response parameter to
* <p>This data type is used as a field that is part of an <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_Configuration.html">Configuration</a> structure that is
411
411
* used as a parameter to <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_CreateIdentitySource.html">CreateIdentitySource</a>.</p>
* <p>This data type is used as a field that is part of an <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ConfigurationDetail.html">ConfigurationDetail</a> structure that is
449
449
* part of the response to <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_GetIdentitySource.html">GetIdentitySource</a>.</p>
* <p>This data type is used as a field that is part of the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ConfigurationItem.html">ConfigurationItem</a> structure that is
497
497
* part of the response to <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListIdentitySources.html">ListIdentitySources</a>.</p>
* <p>At this time, the only valid member of this structure is a Amazon Cognito user pool
545
545
* configuration.</p>
546
-
* <p>You must specify a <code>userPoolArn</code>, and optionally, a
546
+
* <p>Specifies a <code>userPoolArn</code>, a <code>groupConfiguration</code>, and a
547
547
* <code>ClientId</code>.</p>
548
548
* </note>
549
549
* <p>This data type is used as a request parameter for the <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_CreateIdentitySource.html">CreateIdentitySource</a>
@@ -607,7 +607,8 @@ export type ConfigurationDetail =
607
607
exportnamespaceConfigurationDetail{
608
608
/**
609
609
* <p>Contains configuration details of a Amazon Cognito user pool that Verified Permissions can use as a source of
610
-
* authenticated identities as entities. It specifies the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Name (ARN)</a> of a Amazon Cognito user pool
610
+
* authenticated identities as entities. It specifies the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Name (ARN)</a> of a Amazon Cognito user pool,
611
+
* the policy store entity that you want to assign to user groups,
@@ -654,7 +655,8 @@ export type ConfigurationItem = ConfigurationItem.CognitoUserPoolConfigurationMe
654
655
exportnamespaceConfigurationItem{
655
656
/**
656
657
* <p>Contains configuration details of a Amazon Cognito user pool that Verified Permissions can use as a source of
657
-
* authenticated identities as entities. It specifies the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Name (ARN)</a> of a Amazon Cognito user pool
658
+
* authenticated identities as entities. It specifies the <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Name (ARN)</a> of a Amazon Cognito user pool,
659
+
* the policy store entity that you want to assign to user groups,
0 commit comments