Module Values.RevokeCacheSecurityGroupIngressMessageSource

Represents the input of a RevokeCacheSecurityGroupIngress operation.

Sourcetype nonrec t = {
  1. cacheSecurityGroupName : String_.t;
    (*

    The name of the cache security group to revoke ingress from.

    *)
  2. eC2SecurityGroupName : String_.t;
    (*

    The name of the Amazon EC2 security group to revoke access from.

    *)
  3. eC2SecurityGroupOwnerId : String_.t;
    (*

    The Amazon account number of the Amazon EC2 security group owner. Note that this is not the same thing as an Amazon access key ID - you must provide a valid Amazon account number for this parameter.

    *)
}
Sourceval context_ : string
Sourceval make : cacheSecurityGroupName:String_.t -> eC2SecurityGroupName:String_.t -> eC2SecurityGroupOwnerId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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