12345678910111213 |
- let Types = ../types/package.dhall
- in { put = None Text
- , resource = ./Resource.dhall
- , inputs = None (List Text)
- , params = None Types.JSONObject
- , get_params = None Types.JSONObject
- , tags = None (List Text)
- , timeout = None Text
- , attempts = None Natural
- }
- : Types.PutStep
|