function isOutputParameters(value: any): value is GetOutputParameters {
  return value?.stack && value?.region && value?.output;
}