Values.ObjectLambdaAccessPointAliasSourceThe alias of an Object Lambda Access Point. For more information, see How to use a bucket-style alias for your S3 bucket Object Lambda Access Point.
type nonrec t = {value : ObjectLambdaAccessPointAliasValue.t option;The alias value of the Object Lambda Access Point.
*)status : ObjectLambdaAccessPointAliasStatus.t option;The status of the Object Lambda Access Point alias. If the status is PROVISIONING, the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the status is READY, the Object Lambda Access Point alias is successfully provisioned and ready for use.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of ObjectLambdaAccessPointAliasValue.t ])
list ]