Module Values.ModifyRuleOutputSource

Replaces the specified properties of the specified rule. Any properties that you do not specify are unchanged. To add an item to a list, remove an item from a list, or update an item in a list, you must provide the entire list. For example, to add an action, specify a list with the current actions plus the new action.

Sourcetype modifyRuleResult = {
  1. rules : Rules.t option;
    (*

    Information about the modified rule.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. modifyRuleResult : modifyRuleResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `IncompatibleProtocolsException of IncompatibleProtocolsException.t
  2. | `InvalidLoadBalancerActionException of InvalidLoadBalancerActionException.t
  3. | `OperationNotPermittedException of OperationNotPermittedException.t
  4. | `RuleNotFoundException of RuleNotFoundException.t
  5. | `TargetGroupAssociationLimitException of TargetGroupAssociationLimitException.t
  6. | `TargetGroupNotFoundException of TargetGroupNotFoundException.t
  7. | `TooManyActionsException of TooManyActionsException.t
  8. | `TooManyRegistrationsForTargetIdException of TooManyRegistrationsForTargetIdException.t
  9. | `TooManyTargetsException of TooManyTargetsException.t
  10. | `TooManyUniqueTargetGroupsPerLoadBalancerException of TooManyUniqueTargetGroupsPerLoadBalancerException.t
  11. | `UnsupportedProtocolException of UnsupportedProtocolException.t
  12. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?rules:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `IncompatibleProtocolsException of unit | `InvalidLoadBalancerActionException of unit | `OperationNotPermittedException of unit | `RuleNotFoundException of unit | `TargetGroupAssociationLimitException of unit | `TargetGroupNotFoundException of unit | `TooManyActionsException of unit | `TooManyRegistrationsForTargetIdException of unit | `TooManyTargetsException of unit | `TooManyUniqueTargetGroupsPerLoadBalancerException of unit | `Unknown_operation_error of string * string option | `UnsupportedProtocolException of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `IncompatibleProtocolsException of unit | `InvalidLoadBalancerActionException of unit | `OperationNotPermittedException of unit | `RuleNotFoundException of unit | `TargetGroupAssociationLimitException of unit | `TargetGroupNotFoundException of unit | `TooManyActionsException of unit | `TooManyRegistrationsForTargetIdException of unit | `TooManyTargetsException of unit | `TooManyUniqueTargetGroupsPerLoadBalancerException of unit | `Unknown_operation_error of string * string option | `UnsupportedProtocolException of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of IsDefault.t | `List of [> `Structure of (string * [> `Enum of string | `Integer of ActionOrder.t | `List of [> `String of StringValue.t ] list | `String of ConditionFieldName.t | `Structure of (string * [> `Boolean of AuthenticateOidcActionUseExistingClientSecret.t | `Enum of string | `List of [> `String of StringValue.t | `Structure of (string * [> `Enum of string | `Integer of TargetGroupWeight.t | `List of [> `String of JwtValidationActionAdditionalClaimValue.t ] list | `String of StringValue.t ]) list ] list | `Long of AuthenticateOidcActionSessionTimeout.t | `Map of ([> `String of AuthenticateOidcActionAuthenticationRequestParamName.t ] * [> `String of AuthenticateOidcActionAuthenticationRequestParamValue.t ]) list | `String of HttpHeaderConditionName.t | `Structure of (string * [> `Boolean of TargetGroupStickinessEnabled.t | `Integer of TargetGroupStickinessDurationSeconds.t ]) list ]) list ]) list ] list | `String of RuleArn.t ]) list ] 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