Values.CreateAccountPoolOutputSourceCreates an account pool.
type nonrec t = {domainId : DomainId.t option;The ID of the domain where the account pool is created.
*)name : AccountPoolName.t option;The name of the account pool.
*)id : AccountPoolId.t option;The ID of the account pool.
*)description : Description.t option;The description of the account pool.
*)resolutionStrategy : ResolutionStrategy.t option;The mechanism used to resolve the account selection from the account pool.
*)accountSource : AccountSource.t option;The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler.
*)createdBy : CreatedBy.t option;The user who created the account pool.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp at which the account pool was created.
*)lastUpdatedAt : SyntheticTimestamp_date_time.t option;The timestamp at which the account pool was last updated.
*)updatedBy : UpdatedBy.t option;The user who last updated the account pool.
*)domainUnitId : DomainUnitId.t option;The ID of the domain where the account pool is created.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of AwsRegion.t ] list
| `String of AwsAccountId.t ])
list ]
list
| `Structure of
(string * [> `String of LambdaFunctionArn.t ]) list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]