Values.RemoveLayerVersionPermissionRequestSourceRemoves a statement from the permissions policy for a version of an Lambda layer. For more information, see AddLayerVersionPermission.
type nonrec t = {layerName : LayerName.t;The name or Amazon Resource Name (ARN) of the layer.
*)versionNumber : LayerVersionNumber.t;The version number.
*)statementId : StatementId.t;The identifier that was specified when the statement was added.
*)revisionId : String_.t option;Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.
*)}val make :
?revisionId:??? ->
layerName:LayerName.t ->
versionNumber:LayerVersionNumber.t ->
statementId:StatementId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Long of LayerVersionNumber.t | `String of LayerName.t ])
list ]