Module Values.CreateCloudFrontOriginAccessIdentityRequestSource

The request to create a new origin access identity (OAI). An origin access identity is a special CloudFront user that you can associate with Amazon S3 origins, so that you can secure all or just some of your Amazon S3 content. For more information, see Restricting Access to Amazon S3 Content by Using an Origin Access Identity in the Amazon CloudFront Developer Guide.

Sourcetype nonrec t = {
  1. cloudFrontOriginAccessIdentityConfig : CloudFrontOriginAccessIdentityConfig.t;
    (*

    The current configuration information for the identity.

    *)
}
Sourceval context_ : string
Sourceval make : cloudFrontOriginAccessIdentityConfig:CloudFrontOriginAccessIdentityConfig.t -> unit -> t
Sourceval of_header_and_body : ('a * CloudFrontOriginAccessIdentityConfig.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) 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