Module Values.PutAccessPointPolicyForObjectLambdaRequestSource

This operation is not supported by directory buckets. Creates or replaces resource policy for an Object Lambda Access Point. For an example policy, see Creating Object Lambda Access Points in the Amazon S3 User Guide. The following actions are related to PutAccessPointPolicyForObjectLambda: DeleteAccessPointPolicyForObjectLambda GetAccessPointPolicyForObjectLambda

Sourcetype nonrec t = {
  1. accountId : AccountId.t;
    (*

    The account ID for the account that owns the specified Object Lambda Access Point.

    *)
  2. name : ObjectLambdaAccessPointName.t;
    (*

    The name of the Object Lambda Access Point.

    *)
  3. policy : ObjectLambdaPolicy.t;
    (*

    Object Lambda Access Point resource policy document.

    *)
}
Sourceval context_ : string
Sourceval make : accountId:AccountId.t -> name:ObjectLambdaAccessPointName.t -> policy:ObjectLambdaPolicy.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountId.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