Package software.amazon.smithy.rulesengine.language.evaluation.type
package software.amazon.smithy.rulesengine.language.evaluation.type
-
ClassDescriptionThe "any" type, which matches all other types.The "array" type, which contains entries of a member type.The "boolean" type.The "empty" type.The "endpoint" type, representing a valid client endpoint.The "integer" type.The "optional" type, a container for a type that may or may not be present.The "record" type, a map of identifiers to other types.The "string" type.A "tuple" type, containing members of varying types.Types used to construct conditions out of values in the rules engine.