Values.UpdateAccountPoolInputSourceUpdates the account pool.
type nonrec t = {domainIdentifier : DomainId.t;The domain ID where the account pool that is to be updated lives.
*)identifier : AccountPoolId.t;The ID of the account pool that is to be updated.
*)name : AccountPoolName.t option;The name of the account pool that is to be updated.
*)description : Description.t option;The description of the account pool that is to be udpated.
*)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.
*)}val make :
?name:??? ->
?description:??? ->
?resolutionStrategy:??? ->
?accountSource:??? ->
domainIdentifier:DomainId.t ->
identifier:AccountPoolId.t ->
unit ->
tval 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 ])
list ]