# Constants
Created indicates that an operation resulted in creation of a resource.
Deleted indicates that an operation resulted in a delete of a resource.
Noop indicated that an operation did not perform any actions.
Updated indicates that an operation resulted in an update of a resource.
# Type aliases
Result represents a result of an operation that can either: - create a resource - update a resource - do nothing.