()
| 40 | // ResourceSetReader contains the set of operations required to create a stack and to collect outputs. |
| 41 | type ResourceSetReader interface { |
| 42 | RenderJSON() ([]byte, error) |
| 43 | WithIAM() bool |
| 44 | WithNamedIAM() bool |
| 45 | GetAllOutputs(types.Stack) error |
no outgoing calls