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
@@ -357,13 +357,60 @@ export class ValidationException extends __BaseException {
357
357
}
358
358
}
359
359
360
+
/**
361
+
* <p>The type of entity that a policy store maps to groups from an Amazon Cognito user
362
+
* pool identity source.</p>
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>
364
+
* @public
365
+
*/
366
+
exportinterfaceCognitoGroupConfiguration{
367
+
/**
368
+
* <p>The name of the schema entity type that's mapped to the user pool group. Defaults
369
+
* to <code>AWS::CognitoGroup</code>.</p>
370
+
* @public
371
+
*/
372
+
groupEntityType: string|undefined;
373
+
}
374
+
375
+
/**
376
+
* <p>The type of entity that a policy store maps to groups from an Amazon Cognito user
377
+
* pool identity source.</p>
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>The name of the schema entity type that's mapped to the user pool group. Defaults
385
+
* to <code>AWS::CognitoGroup</code>.</p>
386
+
* @public
387
+
*/
388
+
groupEntityType?: string;
389
+
}
390
+
391
+
/**
392
+
* <p>The type of entity that a policy store maps to groups from an Amazon Cognito user
393
+
* pool identity source.</p>
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>The name of the schema entity type that's mapped to the user pool group. Defaults
401
+
* to <code>AWS::CognitoGroup</code>.</p>
402
+
* @public
403
+
*/
404
+
groupEntityType?: string;
405
+
}
406
+
360
407
/**
361
408
* <p>The configuration for an identity source that represents a connection to an Amazon Cognito user pool used
362
409
* as an identity provider for Verified Permissions.</p>
363
410
* <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
364
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
395
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
436
497
* part of the response to <a href="https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListIdentitySources.html">ListIdentitySources</a>.</p>
* <p>Contains configuration information used when creating a new identity source.</p>
475
543
* <note>
476
544
* <p>At this time, the only valid member of this structure is a Amazon Cognito user pool
477
545
* configuration.</p>
478
-
* <p>You must specify a <code>userPoolArn</code>, and optionally, a
546
+
* <p>Specifies a <code>userPoolArn</code>, a <code>groupConfiguration</code>, and a
479
547
* <code>ClientId</code>.</p>
480
548
* </note>
481
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>
@@ -539,11 +607,12 @@ export type ConfigurationDetail =
539
607
exportnamespaceConfigurationDetail{
540
608
/**
541
609
* <p>Contains configuration details of a Amazon Cognito user pool that Verified Permissions can use as a source of
542
-
* 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,
@@ -586,11 +655,12 @@ export type ConfigurationItem = ConfigurationItem.CognitoUserPoolConfigurationMe
586
655
exportnamespaceConfigurationItem{
587
656
/**
588
657
* <p>Contains configuration details of a Amazon Cognito user pool that Verified Permissions can use as a source of
589
-
* 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