Versions in this module Expand all Collapse all v0 v0.5.0 Jun 1, 2026 v0.4.0 May 9, 2026 v0.3.1 Apr 26, 2026 v0.3.0 Apr 21, 2026 Changes in this version type DestroySummary + RetainedCount int v0.2.1 Apr 19, 2026 v0.2.0 Apr 7, 2026 Changes in this version + func WriteJSON(w io.Writer, v any) error + type ActionLink struct + Title string + URL string + type ChangeSummary struct + Children ChildSummary + Exports ExportSummary + Links LinkSummary + Resources ResourceSummary + type ChildSummary struct + Create int + Delete int + Total int + Update int + type DeployDriftOutput struct + ChangesetID string + DriftDetected bool + InstanceID string + InstanceName string + Message string + Reconciliation *container.ReconciliationCheckResult + Success bool + type DeployOutput struct + ChangesetID string + InstanceID string + InstanceName string + InstanceState *state.InstanceState + PreRollbackState *container.PreRollbackStateMessage + Status string + Success bool + Summary DeploySummary + type DeploySummary struct + Elements []DeployedElement + Failed int + Interrupted int + SkippedRollbackItems []container.SkippedRollbackItem + Successful int + type DeployedElement struct + Action string + FailureReasons []string + Name string + Path string + Status string + Type string + type DestroyDriftOutput struct + DriftDetected bool + InstanceID string + InstanceName string + Message string + Reconciliation *container.ReconciliationCheckResult + Success bool + type DestroyOutput struct + ChangesetID string + InstanceID string + InstanceName string + InstanceState *state.InstanceState + PreDestroyState *state.InstanceState + Status string + Success bool + Summary DestroySummary + type DestroySummary struct + Destroyed int + Elements []DestroyedElement + Failed int + Interrupted int + type DestroyedElement struct + FailureReasons []string + Name string + Path string + Status string + Type string + type Diagnostic struct + Category string + Code string + Column int + Level string + Line int + Message string + SuggestedActions []SuggestedAction + type ErrorDetail struct + Diagnostics []Diagnostic + Message string + StatusCode int + Type string + Validation []ValidationError + type ErrorOutput struct + Error ErrorDetail + Success bool + func NewErrorOutput(err error) ErrorOutput + type ExportSummary struct + Modified int + New int + Removed int + Total int + Unchanged int + type LinkSummary struct + Create int + Delete int + Total int + Update int + type ListInstanceItem struct + InstanceID string + InstanceName string + LastDeployedTimestamp int64 + Status string + type ListInstancesOutput struct + Instances []ListInstanceItem + Search string + Success bool + TotalCount int + type ResourceSummary struct + Create int + Delete int + Recreate int + Total int + Update int + type StageDriftOutput struct + DriftDetected bool + InstanceID string + InstanceName string + Message string + Reconciliation *container.ReconciliationCheckResult + Success bool + type StageOutput struct + Changes *changes.BlueprintChanges + ChangesetID string + InstanceID string + InstanceName string + Success bool + Summary ChangeSummary + type StateImportOutput struct + FilesExtracted int + InstancesCount int + Message string + Mode string + Success bool + type SuggestedAction struct + Commands []string + Description string + Links []ActionLink + Title string + Type string + type ValidationError struct + Location string + Message string + Type string