Module Values_0.AdditionalDetailSource

Describes an additional detail for a path analysis. For more information, see Reachability Analyzer additional detail codes.

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

    The additional detail code.

    *)
  2. component : AnalysisComponent.t option;
    (*

    The path component.

    *)
  3. vpcEndpointService : AnalysisComponent.t option;
    (*

    The VPC endpoint service.

    *)
  4. ruleOptions : RuleOptionList.t option;
    (*

    The rule options.

    *)
  5. ruleGroupTypePairs : RuleGroupTypePairList.t option;
    (*

    The rule group type.

    *)
  6. ruleGroupRuleOptionsPairs : RuleGroupRuleOptionsPairList.t option;
    (*

    The rule options.

    *)
  7. serviceName : String_.t option;
    (*

    The name of the VPC endpoint service.

    *)
  8. loadBalancers : AnalysisComponentList.t option;
    (*

    The load balancers.

    *)
}
Sourceval make : ?additionalDetailType:??? -> ?component:??? -> ?vpcEndpointService:??? -> ?ruleOptions:??? -> ?ruleGroupTypePairs:??? -> ?ruleGroupRuleOptionsPairs:??? -> ?serviceName:??? -> ?loadBalancers:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list | `String of String_.t ]) list ] list | `String of String_.t | `Structure of (string * [> `String of String_.t ]) 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