OBJECT

Change

Represents a Change to a resource in EchoStream.

link GraphQL Schema definition

  • type Change {
  • # When and who modified.
  • lastModified: AtBy!
  • # The new Echo object's emittable attributes.
  • new: AWSJSON
  • # The old Echo object's emittable attributes.
  • old: AWSJSON
  • }