Module Values.CreateAccountPoolOutputSource

Creates an account pool.

Sourcetype nonrec t = {
  1. domainId : DomainId.t option;
    (*

    The ID of the domain where the account pool is created.

    *)
  2. name : AccountPoolName.t option;
    (*

    The name of the account pool.

    *)
  3. id : AccountPoolId.t option;
    (*

    The ID of the account pool.

    *)
  4. description : Description.t option;
    (*

    The description of the account pool.

    *)
  5. resolutionStrategy : ResolutionStrategy.t option;
    (*

    The mechanism used to resolve the account selection from the account pool.

    *)
  6. 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.

    *)
  7. createdBy : CreatedBy.t option;
    (*

    The user who created the account pool.

    *)
  8. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp at which the account pool was created.

    *)
  9. lastUpdatedAt : SyntheticTimestamp_date_time.t option;
    (*

    The timestamp at which the account pool was last updated.

    *)
  10. updatedBy : UpdatedBy.t option;
    (*

    The user who last updated the account pool.

    *)
  11. domainUnitId : DomainUnitId.t option;
    (*

    The ID of the domain where the account pool is created.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ConflictException of ConflictException.t
  3. | `InternalServerException of InternalServerException.t
  4. | `ResourceNotFoundException of ResourceNotFoundException.t
  5. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  6. | `ThrottlingException of ThrottlingException.t
  7. | `UnauthorizedException of UnauthorizedException.t
  8. | `ValidationException of ValidationException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?domainId:??? -> ?name:??? -> ?id:??? -> ?description:??? -> ?resolutionStrategy:??? -> ?accountSource:??? -> ?createdBy:??? -> ?createdAt:??? -> ?lastUpdatedAt:??? -> ?updatedBy:??? -> ?domainUnitId:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t