Module Values.AuthorizeCacheSecurityGroupIngressResultSource

Allows network ingress to a cache security group. Applications using ElastiCache must be running on Amazon EC2, and Amazon EC2 security groups are used as the authorization mechanism. You cannot authorize ingress from an Amazon EC2 security group in one region to an ElastiCache cluster in another region.

Sourcetype authorizeCacheSecurityGroupIngressResult = {
  1. cacheSecurityGroup : CacheSecurityGroup.t option;
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. authorizeCacheSecurityGroupIngressResult : authorizeCacheSecurityGroupIngressResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `AuthorizationAlreadyExistsFault of AuthorizationAlreadyExistsFault.t
  2. | `CacheSecurityGroupNotFoundFault of CacheSecurityGroupNotFoundFault.t
  3. | `InvalidCacheSecurityGroupStateFault of InvalidCacheSecurityGroupStateFault.t
  4. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  5. | `InvalidParameterValueException of InvalidParameterValueException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?cacheSecurityGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AuthorizationAlreadyExistsFault of unit | `CacheSecurityGroupNotFoundFault of unit | `InvalidCacheSecurityGroupStateFault of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AuthorizationAlreadyExistsFault of unit | `CacheSecurityGroupNotFoundFault of unit | `InvalidCacheSecurityGroupStateFault of unit | `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterValueException of InvalidParameterValueException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `String of String_.t ]) list ]) 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