Module Values.DeleteResourcePolicyInputSource

Delete a policy for the specified data stream or consumer. Request patterns can be one of the following: Data stream pattern: arn:aws.*:kinesis:.*:\d{12}:.*stream/\S+ Consumer pattern: ^(arn):aws.*:kinesis:.*:\d{12}:.*stream\/[a-zA-Z0-9_.-]+\/consumer\/[a-zA-Z0-9_.-]+:[0-9]+

Sourcetype nonrec t = {
  1. resourceARN : ResourceARN.t;
    (*

    The Amazon Resource Name (ARN) of the data stream or consumer.

    *)
  2. streamId : StreamId.t option;
    (*

    Not Implemented. Reserved for future use.

    *)
}
Sourceval context_ : string
Sourceval make : ?streamId:??? -> resourceARN:ResourceARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceARN.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