PutStep.dhall 315 B

123456789101112
  1. let Resource = ./Resource.dhall
  2. in { put : Optional Text
  3. , resource : Resource
  4. , inputs : Optional (List Text)
  5. , params : Optional ./JSONObject.dhall
  6. , get_params : Optional ./JSONObject.dhall
  7. , tags : Optional (List Text)
  8. , timeout : Optional Text
  9. , attempts : Optional Natural
  10. }