Module Values.ObjectLambdaAccessPointAliasSource

The 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.

Sourcetype nonrec t = {
  1. value : ObjectLambdaAccessPointAliasValue.t option;
    (*

    The alias value of the Object Lambda Access Point.

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

    *)
}
Sourceval make : ?value:??? -> ?status:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ObjectLambdaAccessPointAliasValue.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