1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. DeploymentLogs

DeploymentLogs

    DeploymentLogsBase is the base type for deployment log responses, discriminated by type.

    Properties

    • lines array[DeploymentLogLine] optional
      The log lines.
    • header string optional
      The header for the line, if any. When present, this field should be printed prior to the line. The header contains information about the step, and is generally used to indicate when a new step has started.
    • timestamp string optional
      The time at which the line was written.
    • line string optional
      The line itself.
    • nextToken string optional
      The continuation token to pass to the next request. When empty, there are no more logs for the deployment.
    • __type string required