PutStep.dhall 332 B

12345678910111213
  1. let Types = ../types/package.dhall
  2. in { put = None Text
  3. , resource = ./Resource.dhall
  4. , inputs = None (List Text)
  5. , params = None Types.JSONObject
  6. , get_params = None Types.JSONObject
  7. , tags = None (List Text)
  8. , timeout = None Text
  9. , attempts = None Natural
  10. }
  11. : Types.PutStep